java.lang.Objectorg.dom4j.rule.pattern.NodeTypePattern
All Implemented Interfaces:
Pattern
NodeTypePattern implements a Pattern which matches any node of
the given node type.
< - a href="mailto:james.strachan@metastuff.com">James Strachan $ - Revision: 1.7 $| Field Summary | ||
|---|---|---|
| public static final NodeTypePattern | ANY_ATTRIBUTE | A pattern which matches any Attribute node |
| public static final NodeTypePattern | ANY_COMMENT | A pattern which matches any Comment node |
| public static final NodeTypePattern | ANY_DOCUMENT | A pattern which matches any Document node |
| public static final NodeTypePattern | ANY_ELEMENT | A pattern which matches any Element node |
| public static final NodeTypePattern | ANY_PROCESSING_INSTRUCTION | A pattern which matches any ProcessingInstruction node |
| public static final NodeTypePattern | ANY_TEXT | A pattern which matches any Text node |
| Constructor: |
|---|
|
| Method from org.dom4j.rule.pattern.NodeTypePattern Summary: |
|---|
| getMatchType, getMatchesNodeName, getPriority, getUnionPatterns, matches |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.dom4j.rule.pattern.NodeTypePattern Detail: |
|---|
|
|
|
|
|