public interface XmlPath extends XmlSelector
Modifier and Type | Method and Description |
---|---|
XmlPathSegment |
getSegment(int index)
This method gets the segment at the given
index . |
int |
getSegmentCount()
This method gets the number of segments this path is build of.
|
getNamespaceContext, toString
XmlPathSegment getSegment(int index)
index
.index
- is the index of the requested segment. It has to be in the range from 0
to
getSegmentCount()
-1
.index
.int getSegmentCount()
getSegment(int)
Copyright © 2001–2016 mmm-Team. All rights reserved.