public interface IXpathResult
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends org.w3c.dom.Node> |
getAllMatch()
Converts the match into a list of nodes.
|
java.lang.String |
getFirstAsString()
Converts the match into a string.
|
org.w3c.dom.Node |
getFirstMatch()
Retrieve the first node in the set of matching nodes.
|
java.lang.Object |
getMonitor()
Returns the monitor on which the caller must synchronize before navigating through the set of
matching nodes.
|
java.lang.Object getMonitor()
org.w3c.dom.Node getFirstMatch() throws java.lang.Exception
java.lang.Exception
java.util.List<? extends org.w3c.dom.Node> getAllMatch() throws java.lang.Exception
java.lang.Exception
java.lang.String getFirstAsString() throws java.lang.Exception
java.lang.Exception