Uses of Interface
org.dom4j.XPath
-
Packages that use XPath Package Description org.dom4j Defines the XML Document Object Model in Java interfaces together with some helper classes.org.dom4j.rule org.dom4j.swing A collection of adapters to allow easy integration with dom4j XML documents and Swing such as TreeModels and TableModels.org.dom4j.tree 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.org.dom4j.util A collection of utility classes for the dom4j API.org.dom4j.xpath Provides the core tools needed to use the XPath library -
-
Uses of XPath in org.dom4j
Methods in org.dom4j that return XPath Modifier and Type Method Description XPathDocumentFactory. createXPath(String xpathExpression)createXPathparses an XPath expression and creates a new XPathXPathinstance.XPathDocumentFactory. createXPath(String xpathExpression, 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, VariableContext context)createXPathparses an XPath expression and creates a new XPathXPathinstance using the singletonDocumentFactory.XPathNode. createXPath(String xpathExpression)createXPathcreates an XPath object for the given xpathExpression.Methods in org.dom4j with parameters of type XPath Modifier and Type Method Description List<Node>XPath. selectNodes(Object context, XPath sortXPath)List<Node>XPath. selectNodes(Object context, XPath sortXPath, boolean distinct) -
Uses of XPath in org.dom4j.rule
Methods in org.dom4j.rule with parameters of type XPath Modifier and Type Method Description voidStylesheet. 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
Methods in org.dom4j.swing that return XPath Modifier and Type Method Description protected XPathXMLTableDefinition. createColumnXPath(String expression)protected XPathXMLTableColumnDefinition. createXPath(String expression)protected XPathXMLTableDefinition. createXPath(String expression)XPathXMLTableColumnDefinition. getColumnNameXPath()DOCUMENT ME!XPathXMLTableDefinition. getColumnNameXPath(int columnIndex)DOCUMENT ME!XPathXMLTableDefinition. getColumnXPath(int columnIndex)DOCUMENT ME!XPathXMLTableDefinition. getRowXPath()Getter for property rowXPath.XPathXMLTableColumnDefinition. getXPath()Getter for property xpath.Methods in org.dom4j.swing with parameters of type XPath Modifier and Type Method Description voidXMLTableColumnDefinition. setColumnNameXPath(XPath columnNameXPath)Setter for property columnNameXPath.voidXMLTableDefinition. setRowXPath(XPath rowXPath)Setter for property rowXPath.voidXMLTableColumnDefinition. setXPath(XPath xPath)Setter for property xpath.Constructors in org.dom4j.swing with parameters of type XPath Constructor Description XMLTableColumnDefinition(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 Modifier and Type Method Description XPathAbstractNode. createXPath(String xpathExpression) -
Uses of XPath in org.dom4j.util
Methods in org.dom4j.util that return XPath Modifier and Type Method Description XPathProxyDocumentFactory. createXPath(String xpathExpression)XPathProxyDocumentFactory. createXPath(String xpathExpression, VariableContext variableContext) -
Uses of XPath in org.dom4j.xpath
Classes in org.dom4j.xpath that implement XPath Modifier and Type Class Description classDefaultXPathMethods in org.dom4j.xpath with parameters of type XPath Modifier and Type Method Description List<Node>DefaultXPath. selectNodes(Object context, XPath sortXPath)List<Node>DefaultXPath. selectNodes(Object context, XPath sortXPath, boolean distinct)
-