Uses of Class
com.itextpdf.xmp.impl.xpath.XMPPath
-
Packages that use XMPPath Package Description com.itextpdf.xmp.impl Package containing the xmpcore implementation.com.itextpdf.xmp.impl.xpath Package containing the XMPPath handling. -
-
Uses of XMPPath in com.itextpdf.xmp.impl
Methods in com.itextpdf.xmp.impl with parameters of type XMPPath Modifier and Type Method Description (package private) static XMPNode
XMPNodeUtils. findNode(XMPNode xmpTree, XMPPath xpath, boolean createNodes, PropertyOptions leafOptions)
Follow an expanded path expression to find or create a node. -
Uses of XMPPath in com.itextpdf.xmp.impl.xpath
Methods in com.itextpdf.xmp.impl.xpath that return XMPPath Modifier and Type Method Description static XMPPath
XMPPathParser. expandXPath(java.lang.String schemaNS, java.lang.String path)
Split an XMPPath expression apart at the conceptual steps, adding the root namespace prefix to the first property component.Methods in com.itextpdf.xmp.impl.xpath with parameters of type XMPPath Modifier and Type Method Description private static void
XMPPathParser. parseRootNode(java.lang.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.
-