Package | Description |
---|---|
org.apache.xmpbox | |
org.apache.xmpbox.schema | |
org.apache.xmpbox.type | |
org.apache.xmpbox.xml |
Modifier and Type | Method and Description |
---|---|
PDFAExtensionSchema |
XMPMetadata.createAndAddPDFAExtensionSchemaWithNS(java.util.Map<java.lang.String,java.lang.String> namespaces)
Create and add a default PDFA Extension schema to this metadata.
|
Modifier and Type | Method and Description |
---|---|
XMPSchema |
XMPSchemaFactory.createXMPSchema(XMPMetadata metadata,
java.lang.String prefix)
Create a schema that corresponding to this factory and add it to metadata
|
Modifier and Type | Method and Description |
---|---|
XMPSchema |
TypeMapping.getAssociatedSchemaObject(XMPMetadata metadata,
java.lang.String namespace,
java.lang.String prefix)
Return the specialized schema class representation if it's known (create and add it to metadata).
|
Modifier and Type | Method and Description |
---|---|
private void |
DomXmpParser.parseChildrenAsProperties(XMPMetadata xmp,
java.util.List<org.w3c.dom.Element> properties,
TypeMapping tm,
org.w3c.dom.Element description) |
private void |
DomXmpParser.parseDescriptionRootAttr(XMPMetadata xmp,
org.w3c.dom.Element description,
org.w3c.dom.Attr attr,
TypeMapping tm) |