public class SchemasDefinitionCreator extends Object
| Modifier and Type | Field and Description |
|---|---|
static SchemasDefinition |
EMPTY_SCHEMAS_DEFINITION |
| Constructor and Description |
|---|
SchemasDefinitionCreator() |
| Modifier and Type | Method and Description |
|---|---|
static SchemasDefinition |
createExtendedSchemasDefinitionForPDFA_1(VeraPDFXMPNode schemas,
boolean isClosedFieldsCheck)
Creates schemas definition object valid for PDF/A-1
|
static SchemasDefinition |
createExtendedSchemasDefinitionForPDFA_2_3(VeraPDFXMPNode schemas,
boolean isClosedFieldsCheck)
Creates schemas definition object valid for PDF/A-2 or for PDF/A-3
|
static SchemasDefinition |
getPredefinedSchemaDefinitionForPDFA_1(boolean isClosedFieldsCheck)
Returns predefined schemas definition for PDF/A-1
|
static SchemasDefinition |
getPredefinedSchemaDefinitionForPDFA_2_3(boolean isClosedFieldsCheck)
Returns predefined schemas definition for PDF/A-2 or PDF/A-3
|
public static final SchemasDefinition EMPTY_SCHEMAS_DEFINITION
public static SchemasDefinition getPredefinedSchemaDefinitionForPDFA_1(boolean isClosedFieldsCheck)
isClosedFieldsCheck - true for check the value of the closed choicepublic static SchemasDefinition getPredefinedSchemaDefinitionForPDFA_2_3(boolean isClosedFieldsCheck)
isClosedFieldsCheck - true for check the value of the closed choicepublic static SchemasDefinition createExtendedSchemasDefinitionForPDFA_1(VeraPDFXMPNode schemas, boolean isClosedFieldsCheck)
schemas - extension schemas container nodepublic static SchemasDefinition createExtendedSchemasDefinitionForPDFA_2_3(VeraPDFXMPNode schemas, boolean isClosedFieldsCheck)
schemas - extension schemas container nodeCopyright © 2015–2017 The veraPDF Consortium. All rights reserved.