Uses of Class
eu.maveniverse.domtrip.Node.NodeType
-
Packages that use Node.NodeType Package Description eu.maveniverse.domtrip DomTrip - A lossless XML processing library for Java. -
-
Uses of Node.NodeType in eu.maveniverse.domtrip
Methods in eu.maveniverse.domtrip that return Node.NodeType Modifier and Type Method Description Node.NodeTypeComment. type()Returns the node type for this comment.Node.NodeTypeDocument. type()Returns the node type for this document.Node.NodeTypeElement. type()Returns the node type for this element.abstract Node.NodeTypeNode. type()Returns the type of this XML node.Node.NodeTypeProcessingInstruction. type()Node.NodeTypeText. type()static Node.NodeTypeNode.NodeType. valueOf(java.lang.String name)Returns 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.
-