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 XMPSchemaRegistryXMPMetaFactory. schemaThe singleton instance of theXMPSchemaRegistry.Methods in com.itextpdf.xmp that return XMPSchemaRegistry Modifier and Type Method Description static XMPSchemaRegistryXMPMetaFactory. getSchemaRegistry() -
Uses of XMPSchemaRegistry in com.itextpdf.xmp.impl
Classes in com.itextpdf.xmp.impl that implement XMPSchemaRegistry Modifier and Type Class Description classXMPSchemaRegistryImplThe schema registry handles the namespaces, aliases and global options for the XMP Toolkit.
-