Uses of Class
com.itextpdf.kernel.xmp.impl.xpath.XMPPathSegment
Packages that use XMPPathSegment
-
Uses of XMPPathSegment in com.itextpdf.kernel.xmp.impl
Methods in com.itextpdf.kernel.xmp.impl with parameters of type XMPPathSegmentModifier and TypeMethodDescriptionprivate static XMPNode
XMPNodeUtils.followXPathStep
(XMPNode parentNode, XMPPathSegment nextStep, boolean createNodes) After processing by ExpandXPath, a step can be of these forms: qualName - A top level property or struct field. -
Uses of XMPPathSegment in com.itextpdf.kernel.xmp.impl.xpath
Methods in com.itextpdf.kernel.xmp.impl.xpath that return XMPPathSegmentModifier and TypeMethodDescriptionXMPPath.getSegment
(int index) private static XMPPathSegment
XMPPathParser.parseIndexSegment
(PathPosition pos) Parses an array index segment.private static XMPPathSegment
XMPPathParser.parseStructSegment
(PathPosition pos) Parses a struct segmentMethods in com.itextpdf.kernel.xmp.impl.xpath with parameters of type XMPPathSegment