| Frames | No Frames |
Methods with return type org.dom4j.NodeFilter | |
| NodeFilter | ProxyDocumentFactory.createXPathFilter(String xpathFilterExpression) |
| NodeFilter | ProxyDocumentFactory.createXPathFilter(String xpathFilterExpression, VariableContext variableContext) |
Methods with return type org.dom4j.NodeFilter | |
| NodeFilter | DocumentFactory.createXPathFilter(String xpathFilterExpression) createXPathFilter parses a NodeFilter from the given XPath
filter expression. |
| NodeFilter | DocumentHelper.createXPathFilter(String xpathFilterExpression) createXPathFilter parses a NodeFilter from the given XPath
filter expression using the singleton DocumentFactory. |
| NodeFilter | DocumentFactory.createXPathFilter(String xpathFilterExpression, VariableContext variableContext) createXPathFilter parses a NodeFilter from the given XPath
filter expression. |