Class XMPSchema
java.lang.Object
org.apache.xmlgraphics.xmp.XMPSchema
- Direct Known Subclasses:
AdobePDFSchema, DublinCoreSchema, PDFAExtensionXMPSchema, PDFAXMPSchema, PDFUAXMPSchema, PDFVTXMPSchema, PDFXXMPSchema, XAPMMXMPSchema, XMPBasicSchema
Base class for schema implementations that provide user-friendly access to XMP values.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExtraNamespace(String prefix, String namespace) Returns the map of extra namespaces to by used by child propertiesprotected QNameReturns the QName for a property of this schema.
-
Field Details
-
defaultMergeRuleSet
-
namespace
-
prefix
-
extraNamespaces
-
-
Constructor Details
-
XMPSchema
-
-
Method Details
-
getNamespace
- Returns:
- the namespace URI of the schema
-
getPreferredPrefix
- Returns:
- the preferred prefix of the schema
-
getQName
-
getDefaultMergeRuleSet
- Returns:
- the default merge rule set for this XMP schema.
-
getExtraNamespaces
-
addExtraNamespace
-