Uses of Interface
org.dom4j.XPath
Packages that use XPath
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
A collection of adapters to allow easy integration with dom4j XML documents and Swing such as TreeModels and TableModels.
Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model.
A collection of utility classes for the dom4j API.
Provides the core tools needed to use the XPath library
-
Uses of XPath in org.dom4j
Modifier and TypeMethodDescriptionDocumentFactory.createXPath(String xpathExpression) createXPathparses an XPath expression and creates a new XPathXPathinstance.DocumentFactory.createXPath(String xpathExpression, org.jaxen.VariableContext variableContext) createXPathparses an XPath expression and creates a new XPathXPathinstance.static XPathDocumentHelper.createXPath(String xpathExpression) createXPathparses an XPath expression and creates a new XPathXPathinstance using the singletonDocumentFactory.static XPathDocumentHelper.createXPath(String xpathExpression, org.jaxen.VariableContext context) createXPathparses an XPath expression and creates a new XPathXPathinstance using the singletonDocumentFactory.Node.createXPath(String xpathExpression) createXPathcreates an XPath object for the given xpathExpression.Modifier and TypeMethodDescriptionXPath.selectNodes(Object context, XPath sortXPath) XPath.selectNodes(Object context, XPath sortXPath, boolean distinct) -
Uses of XPath in org.dom4j.rule
Methods in org.dom4j.rule with parameters of type XPathModifier and TypeMethodDescriptionvoidStylesheet.applyTemplates(Object input, XPath xpath) Processes the result of the xpath expression.voidStylesheet.applyTemplates(Object input, XPath xpath, String mode) Processes the result of the xpath expression in the given mode. -
Uses of XPath in org.dom4j.swing
Fields in org.dom4j.swing declared as XPathModifier and TypeFieldDescriptionprivate XPathXMLTableColumnDefinition.columnNameXPathHolds the XPath used for the column nameprivate XPathXMLTableDefinition.rowXPathHolds value of property rowXPath.private XPathXMLTableColumnDefinition.xpathHolds value of property xpath.Methods in org.dom4j.swing that return XPathModifier and TypeMethodDescriptionprotected XPathXMLTableDefinition.createColumnXPath(String expression) protected XPathXMLTableColumnDefinition.createXPath(String expression) protected XPathXMLTableDefinition.createXPath(String expression) XMLTableColumnDefinition.getColumnNameXPath()DOCUMENT ME!XMLTableDefinition.getColumnNameXPath(int columnIndex) DOCUMENT ME!XMLTableDefinition.getColumnXPath(int columnIndex) DOCUMENT ME!XMLTableDefinition.getRowXPath()Getter for property rowXPath.XMLTableColumnDefinition.getXPath()Getter for property xpath.Methods in org.dom4j.swing with parameters of type XPathModifier and TypeMethodDescriptionvoidXMLTableColumnDefinition.setColumnNameXPath(XPath columnNameXPath) Setter for property columnNameXPath.voidXMLTableDefinition.setRowXPath(XPath rowXPath) Setter for property rowXPath.voidSetter for property xpath.Constructors in org.dom4j.swing with parameters of type XPathModifierConstructorDescriptionXMLTableColumnDefinition(String name, XPath xpath, int type) XMLTableColumnDefinition(XPath columnXPath, XPath xpath, int type) -
Uses of XPath in org.dom4j.tree
Methods in org.dom4j.tree that return XPath -
Uses of XPath in org.dom4j.util
Methods in org.dom4j.util that return XPathModifier and TypeMethodDescriptionProxyDocumentFactory.createXPath(String xpathExpression) ProxyDocumentFactory.createXPath(String xpathExpression, org.jaxen.VariableContext variableContext) -
Uses of XPath in org.dom4j.xpath
Classes in org.dom4j.xpath that implement XPathModifier and TypeClassDescriptionclassMethods in org.dom4j.xpath with parameters of type XPathModifier and TypeMethodDescriptionDefaultXPath.selectNodes(Object context, XPath sortXPath) DefaultXPath.selectNodes(Object context, XPath sortXPath, boolean distinct)