Uses of Class
jodd.lagarto.dom.Node.NodeType
-
Packages that use Node.NodeType Package Description jodd.lagarto.dom Lagarto DOM - create cool DOM tree with Lagarto parser. -
-
Uses of Node.NodeType in jodd.lagarto.dom
Fields in jodd.lagarto.dom declared as Node.NodeType Modifier and Type Field Description protected Node.NodeTypeNode. nodeTypeMethods in jodd.lagarto.dom that return Node.NodeType Modifier and Type Method Description Node.NodeTypeNode. getNodeType()Returnsnode 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.Constructors in jodd.lagarto.dom with parameters of type Node.NodeType Constructor Description Node(Document document, Node.NodeType nodeType, java.lang.String nodeName)Creates new node.
-