Class PathPosition
java.lang.Object
com.itextpdf.kernel.xmp.impl.xpath.PathPosition
This objects contains all needed char positions to parse.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
path
the complete path -
nameStart
int nameStartthe start of a segment name -
nameEnd
int nameEndthe end of a segment name -
stepBegin
int stepBeginthe begin of a step -
stepEnd
int stepEndthe end of a step
-
-
Constructor Details
-
PathPosition
PathPosition()
-