Uses of Class
com.itextpdf.xmp.impl.xpath.XMPPathSegment
Packages that use XMPPathSegment
Package
Description
Package containing the xmpcore implementation.
Package containing the XMPPath handling.
-
Uses of XMPPathSegment in com.itextpdf.xmp.impl
Methods in com.itextpdf.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.xmp.impl.xpath
Methods in com.itextpdf.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.xmp.impl.xpath with parameters of type XMPPathSegment