Uses of Class
org.apache.xmpbox.xml.XmpParsingException
Packages that use XmpParsingException
-
Uses of XmpParsingException in org.apache.xmpbox.xml
Methods in org.apache.xmpbox.xml that throw XmpParsingExceptionModifier and TypeMethodDescriptionprivate static void
PdfaExtensionHelper.checkNamespaceDeclaration
(Attr attr, Class<? extends AbstractStructuredType> clz) private PropertyType
DomXmpParser.checkPropertyDefinition
(XMPMetadata xmp, QName prop) private void
DomXmpParser.createProperty
(XMPMetadata xmp, Element property, PropertyType type, ComplexPropertyContainer container) private void
DomXmpParser.expectNaming
(Element element, String ns, String prefix, String ln) private Element
DomXmpParser.findDescriptionsParent
(Element root) DomHelper.getElementChildren
(Element description) static Element
DomHelper.getFirstChildElement
(Element description) Return the first child element of the element parameter.static Element
DomHelper.getUniqueElementChild
(Element description) private AbstractStructuredType
DomXmpParser.instanciateStructured
(TypeMapping tm, Types type, String name, String structuredNamespace) private void
DomXmpParser.manageArray
(XMPMetadata xmp, Element property, PropertyType type, ComplexPropertyContainer container) private void
DomXmpParser.manageDefinedType
(XMPMetadata xmp, Element property, String prefix, ComplexPropertyContainer container) private void
DomXmpParser.manageLangAlt
(XMPMetadata xmp, Element property, ComplexPropertyContainer container) private void
DomXmpParser.manageStructuredType
(XMPMetadata xmp, Element property, String prefix, ComplexPropertyContainer container) DomXmpParser.parse
(byte[] xmp) DomXmpParser.parse
(InputStream input) private void
DomXmpParser.parseChildrenAsProperties
(XMPMetadata xmp, List<Element> properties, TypeMapping tm, Element description) private void
DomXmpParser.parseDescriptionInner
(XMPMetadata xmp, Element description, ComplexPropertyContainer parentContainer) private void
DomXmpParser.parseDescriptionRoot
(XMPMetadata xmp, Element description) private void
DomXmpParser.parseDescriptionRootAttr
(XMPMetadata xmp, Element description, Attr attr, TypeMapping tm) private void
DomXmpParser.parseEndPacket
(XMPMetadata metadata, ProcessingInstruction pi) private XMPMetadata
DomXmpParser.parseInitialXpacket
(ProcessingInstruction pi) private AbstractStructuredType
DomXmpParser.parseLiDescription
(XMPMetadata xmp, QName descriptor, Element liElement) private AbstractField
DomXmpParser.parseLiElement
(XMPMetadata xmp, QName descriptor, Element liElement, Types type) private static void
PdfaExtensionHelper.populatePDFAFieldType
(PDFAFieldType field, DefinedStructuredType structuredType) private static void
PdfaExtensionHelper.populatePDFAPropertyType
(PDFAPropertyType property, TypeMapping tm, XMPSchemaFactory xsf) private static void
PdfaExtensionHelper.populatePDFASchemaType
(XMPMetadata meta, PDFASchemaType st, TypeMapping tm) private static void
PdfaExtensionHelper.populatePDFAType
(XMPMetadata meta, PDFATypeType type, TypeMapping tm) static void
PdfaExtensionHelper.populateSchemaMapping
(XMPMetadata meta) static void
PdfaExtensionHelper.validateNaming
(XMPMetadata meta, Element description) Constructors in org.apache.xmpbox.xml that throw XmpParsingException