Uses of Class
com.itextpdf.xmp.impl.xpath.XMPPathSegment
-
Packages that use XMPPathSegment Package Description com.itextpdf.xmp.impl Package containing the xmpcore implementation.com.itextpdf.xmp.impl.xpath Package containing the XMPPath handling. -
-
Uses of XMPPathSegment in com.itextpdf.xmp.impl
Methods in com.itextpdf.xmp.impl with parameters of type XMPPathSegment Modifier and Type Method Description private 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 XMPPathSegment Modifier and Type Method Description XMPPathSegment
XMPPath. 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 Modifier and Type Method Description void
XMPPath. add(XMPPathSegment segment)
Append a path segment
-