Uses of Class
com.itextpdf.xmp.impl.xpath.PathPosition
-
Packages that use PathPosition Package Description com.itextpdf.xmp.impl.xpath Package containing the XMPPath handling. -
-
Uses of PathPosition in com.itextpdf.xmp.impl.xpath
Methods in com.itextpdf.xmp.impl.xpath with parameters of type PathPosition Modifier and Type Method Description private static XMPPathSegment
XMPPathParser. parseIndexSegment(PathPosition pos)
Parses an array index segment.private static void
XMPPathParser. parseRootNode(java.lang.String schemaNS, PathPosition pos, XMPPath expandedXPath)
Parses the root node of an XMP Path, checks if namespace and prefix fit together and resolve the property to the base property if it is an alias.private static XMPPathSegment
XMPPathParser. parseStructSegment(PathPosition pos)
Parses a struct segmentprivate static void
XMPPathParser. skipPathDelimiter(java.lang.String path, PathPosition pos)
-