Uses of Enum
eu.maveniverse.domtrip.Node.NodeType
Packages that use Node.NodeType
-
Uses of Node.NodeType in eu.maveniverse.domtrip
Subclasses with type arguments of type Node.NodeType in eu.maveniverse.domtripModifier and TypeClassDescriptionstatic enumEnumeration of XML node types supported by DomTrip.Methods in eu.maveniverse.domtrip that return Node.NodeTypeModifier and TypeMethodDescriptionComment.type()Returns the node type for this comment.Document.type()Returns the node type for this document.Element.type()Returns the node type for this element.abstract Node.NodeTypeNode.type()Returns the type of this XML node.ProcessingInstruction.type()Text.type()static Node.NodeTypeReturns the enum constant of this type with the specified name.static Node.NodeType[]Node.NodeType.values()Returns an array containing the constants of this enum type, in the order they are declared.