Frames | No Frames |
Methods with return type org.dom4j.rule.Pattern | |
Pattern | ProxyDocumentFactory.createPattern(String xpathPattern) |
Constructors with parameter type org.dom4j.rule.Pattern | |
Constructs a new Rule with the same instance data as the given rule but a
different pattern. |
Methods with parameter type org.dom4j.rule.Pattern | |
void | |
Rule | |
void | Setter for property pattern. |
Methods with return type org.dom4j.rule.Pattern | |
Pattern | Getter for property pattern. |
Pattern[] | If this pattern is a union pattern then this method should return an
array of patterns which describe the union pattern, which should contain
more than one pattern. |
Methods with return type org.dom4j.rule.Pattern | |
Pattern | DocumentFactory.createPattern(String xpathPattern) createPattern parses the given XPath expression to create
an XSLT style Pattern instance which can then be used in an XSLT
processing model. |
Pattern | DocumentHelper.createPattern(String xpathPattern) createPattern parses the given XPath expression to create
an XSLT style Pattern instance which can then be used in an XSLT
processing model. |