Uses of Class
org.apache.xmpbox.schema.XmpSchemaException
-
Packages that use XmpSchemaException Package Description org.apache.xmpbox org.apache.xmpbox.schema org.apache.xmpbox.type org.apache.xmpbox.xml -
-
Uses of XmpSchemaException in org.apache.xmpbox
Methods in org.apache.xmpbox that throw XmpSchemaException Modifier and Type Method 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. -
Uses of XmpSchemaException in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema that throw XmpSchemaException Modifier and Type Method Description XMPSchema
XMPSchemaFactory. createXMPSchema(XMPMetadata metadata, java.lang.String prefix)
Create a schema that corresponding to this factory and add it to metadata -
Uses of XmpSchemaException in org.apache.xmpbox.type
Methods in org.apache.xmpbox.type that throw XmpSchemaException Modifier and Type Method 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). -
Uses of XmpSchemaException in org.apache.xmpbox.xml
Methods in org.apache.xmpbox.xml that throw XmpSchemaException Modifier and Type Method 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)
-