Uses of Class
org.dom4j.rule.pattern.NodeTypePattern
-
Packages that use NodeTypePattern Package Description org.dom4j.rule.pattern -
-
Uses of NodeTypePattern in org.dom4j.rule.pattern
Fields in org.dom4j.rule.pattern declared as NodeTypePattern Modifier and Type Field Description static NodeTypePattern
NodeTypePattern. ANY_ATTRIBUTE
A pattern which matches any Attribute nodestatic NodeTypePattern
NodeTypePattern. ANY_COMMENT
A pattern which matches any Comment nodestatic NodeTypePattern
NodeTypePattern. ANY_DOCUMENT
A pattern which matches any Document nodestatic NodeTypePattern
NodeTypePattern. ANY_ELEMENT
A pattern which matches any Element nodestatic NodeTypePattern
NodeTypePattern. ANY_PROCESSING_INSTRUCTION
A pattern which matches any ProcessingInstruction nodestatic NodeTypePattern
NodeTypePattern. ANY_TEXT
A pattern which matches any Text node
-