Uses of Interface
com.itextpdf.xmp.XMPSchemaRegistry
-
Packages that use XMPSchemaRegistry Package Description com.itextpdf.xmp Package containing the xmpcore interface.com.itextpdf.xmp.impl Package containing the xmpcore implementation. -
-
Uses of XMPSchemaRegistry in com.itextpdf.xmp
Methods in com.itextpdf.xmp that return XMPSchemaRegistry Modifier and Type Method Description static XMPSchemaRegistry
XMPMetaFactory. getSchemaRegistry()
-
Uses of XMPSchemaRegistry in com.itextpdf.xmp.impl
Classes in com.itextpdf.xmp.impl that implement XMPSchemaRegistry Modifier and Type Class Description class
XMPSchemaRegistryImpl
The schema registry handles the namespaces, aliases and global options for the XMP Toolkit.
-