Package com.itextpdf.xmp.impl.xpath
Class PathPosition
- java.lang.Object
-
- com.itextpdf.xmp.impl.xpath.PathPosition
-
class PathPosition extends java.lang.Object
This objects contains all needed char positions to parse.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
nameEnd
the end of a segment name(package private) int
nameStart
the start of a segment namejava.lang.String
path
the complete path(package private) int
stepBegin
the begin of a step(package private) int
stepEnd
the end of a step
-
Constructor Summary
Constructors Constructor Description PathPosition()
-