Package org.apache.xmpbox.xml
Class PdfaExtensionHelper
- java.lang.Object
-
- org.apache.xmpbox.xml.PdfaExtensionHelper
-
public final class PdfaExtensionHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLOSED_CHOICEstatic java.lang.StringCLOSED_CHOICE_Ustatic java.lang.StringOPEN_CHOICEstatic java.lang.StringOPEN_CHOICE_U
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidpopulateSchemaMapping(XMPMetadata meta)Deprecated.static voidpopulateSchemaMapping(XMPMetadata meta, boolean strictParsing)static voidvalidateNaming(XMPMetadata meta, org.w3c.dom.Element description)
-
-
-
Field Detail
-
CLOSED_CHOICE
public static final java.lang.String CLOSED_CHOICE
- See Also:
- Constant Field Values
-
CLOSED_CHOICE_U
public static final java.lang.String CLOSED_CHOICE_U
- See Also:
- Constant Field Values
-
OPEN_CHOICE
public static final java.lang.String OPEN_CHOICE
- See Also:
- Constant Field Values
-
OPEN_CHOICE_U
public static final java.lang.String OPEN_CHOICE_U
- See Also:
- Constant Field Values
-
-
Method Detail
-
validateNaming
public static void validateNaming(XMPMetadata meta, org.w3c.dom.Element description) throws XmpParsingException
- Throws:
XmpParsingException
-
populateSchemaMapping
@Deprecated public static void populateSchemaMapping(XMPMetadata meta) throws XmpParsingException
Deprecated.- Parameters:
meta-- Throws:
XmpParsingException
-
populateSchemaMapping
public static void populateSchemaMapping(XMPMetadata meta, boolean strictParsing) throws XmpParsingException
- Throws:
XmpParsingException
-
-