Uses of Enum Class
jodd.lagarto.dom.Node.NodeType
Packages that use Node.NodeType
-
Uses of Node.NodeType in jodd.lagarto.dom
Subclasses with type arguments of type Node.NodeType in jodd.lagarto.domFields in jodd.lagarto.dom declared as Node.NodeTypeMethods in jodd.lagarto.dom that return Node.NodeTypeModifier and TypeMethodDescriptionNode.getNodeType()Returnsnode type.static Node.NodeTypeReturns the enum constant of this class with the specified name.static Node.NodeType[]Node.NodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in jodd.lagarto.dom with parameters of type Node.NodeTypeModifierConstructorDescriptionprotectedNode(Document document, Node.NodeType nodeType, String nodeName) Creates new node.