Uses of Class
org.apache.xmpbox.schema.XmpSchemaException
Packages that use XmpSchemaException
Package
Description
-
Uses of XmpSchemaException in org.apache.xmpbox
Methods in org.apache.xmpbox that throw XmpSchemaExceptionModifier and TypeMethodDescriptionXMPMetadata.createAndAddPDFAExtensionSchemaWithNS
(Map<String, 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 XmpSchemaExceptionModifier and TypeMethodDescriptionXMPSchemaFactory.createXMPSchema
(XMPMetadata metadata, 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 XmpSchemaExceptionModifier and TypeMethodDescriptionTypeMapping.getAssociatedSchemaObject
(XMPMetadata metadata, String namespace, 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 XmpSchemaExceptionModifier and TypeMethodDescriptionprivate void
DomXmpParser.parseChildrenAsProperties
(XMPMetadata xmp, List<Element> properties, TypeMapping tm, Element description) private void
DomXmpParser.parseDescriptionRootAttr
(XMPMetadata xmp, Element description, Attr attr, TypeMapping tm)