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
Fields in com.itextpdf.xmp declared as XMPSchemaRegistry Modifier and Type Field Description private static XMPSchemaRegistry
XMPMetaFactory. schema
The singleton instance of theXMPSchemaRegistry
.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.
-