Uses of Class
com.itextpdf.kernel.xmp.impl.xpath.PathPosition
Packages that use PathPosition
-
Uses of PathPosition in com.itextpdf.kernel.xmp.impl.xpath
Methods in com.itextpdf.kernel.xmp.impl.xpath with parameters of type PathPositionModifier and TypeMethodDescriptionprivate static XMPPathSegment
XMPPathParser.parseIndexSegment
(PathPosition pos) Parses an array index segment.private static void
XMPPathParser.parseRootNode
(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
(String path, PathPosition pos)