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 XMPPathSegmentXMPPathParser.parseIndexSegment(PathPosition pos) Parses an array index segment.private static voidXMPPathParser.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 XMPPathSegmentXMPPathParser.parseStructSegment(PathPosition pos) Parses a struct segmentprivate static voidXMPPathParser.skipPathDelimiter(String path, PathPosition pos)