org.sadun.util.xml
Interface PathMap
- All Known Implementing Classes:
- SimplePathMapCreatorHandler
- public interface PathMap
An object that can be used to retrieve node values of an XML document via a path language. Note that
the path language need not be as complex as XPath.
- Version:
- 1.0
Method Summary |
java.lang.String |
getValue(java.lang.String path)
Return the textual value of the note indicated by the path. |
getValue
public java.lang.String getValue(java.lang.String path)
- Return the textual value of the note indicated by the path.
- Parameters:
path
- the path, in a given path language
- Returns:
- the textual value of the note indicated by the path.