Package | Description |
---|---|
net.sf.mmm.util.xml.path.api | |
net.sf.mmm.util.xml.path.base |
Modifier and Type | Interface and Description |
---|---|
interface |
XmlPath
This is the interface for a selector that represents a XML path selector.
|
interface |
XmlSet
This is the interface for a set of XML nodes that is selected by combining a
list of
selectors with a specific conjunction . |
Modifier and Type | Method and Description |
---|---|
XmlSelector |
XmlSet.getSelector(int index)
This method gets the child-selector at the given
index . |
XmlSelector |
XPathParser.parseXPath(String xpath)
This method parses the given
xpath expression. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXmlSelector
TODO: this class ...
|
class |
XmlPathImpl
This is the implementation of the
XmlPath interface. |
class |
XmlSetImpl
This is the implementation of the
XmlSet interface. |
Copyright © 2001–2016 mmm-Team. All rights reserved.