Uses of Class
org.verapdf.model.tools.xmp.SchemasDefinition
-
Packages that use SchemasDefinition Package Description org.verapdf.model.impl.axl org.verapdf.model.tools.xmp -
-
Uses of SchemasDefinition in org.verapdf.model.impl.axl
Fields in org.verapdf.model.impl.axl with type parameters of type SchemasDefinition Modifier and Type Field Description protected Map<String,SchemasDefinition>AXLExtensionSchemasContainer. containerForPDFA_1protected Map<String,SchemasDefinition>AXLExtensionSchemasContainer. containerForPDFA_2_3Methods in org.verapdf.model.impl.axl that return SchemasDefinition Modifier and Type Method Description protected SchemasDefinitionAXLXMPPackage. getCurrentSchemasDefinitionPDFA_1ForNS(String nameSpace)protected SchemasDefinitionAXLXMPPackage. getCurrentSchemasDefinitionPDFA_2_3ForNS(String nameSpace)protected SchemasDefinitionAXLXMPPackage. getMainPackageSchemasDefinitionForNS(String nameSpace)Methods in org.verapdf.model.impl.axl that return types with arguments of type SchemasDefinition Modifier and Type Method Description protected Map<String,SchemasDefinition>AXLXMPPackage. getCurrentSchemasDefinitionPDFA_1()protected Map<String,SchemasDefinition>AXLXMPPackage. getCurrentSchemasDefinitionPDFA_2_3()protected Map<String,SchemasDefinition>AXLXMPPackage. getMainPackageSchemasDefinition()Constructors in org.verapdf.model.impl.axl with parameters of type SchemasDefinition Constructor Description AXLXMPLangAlt(VeraPDFXMPNode xmpNode, boolean isMainMetadata, boolean isClosedChoiceCheck, SchemasDefinition mainPackageSchemasDefinition, SchemasDefinition currentSchemasDefinitionPDFA_1, SchemasDefinition currentSchemasDefinitionPDFA_2_3, PDFAFlavour flavour)AXLXMPMMHistoryProperty(VeraPDFXMPNode xmpNode, boolean isMainMetadata, boolean isClosedChoiceCheck, SchemasDefinition mainPackageSchemasDefinition, SchemasDefinition currentSchemasDefinitionPDFA_1, SchemasDefinition currentSchemasDefinitionPDFA_2_3, PDFAFlavour flavour)AXLXMPProperty(VeraPDFXMPNode xmpNode, boolean isMainMetadata, boolean isClosedChoiceCheck, SchemasDefinition mainPackageSchemasDefinition, SchemasDefinition currentSchemasDefinitionPDFA_1, SchemasDefinition currentSchemasDefinitionPDFA_2_3, PDFAFlavour flavour)AXLXMPProperty(VeraPDFXMPNode xmpNode, String type, boolean isMainMetadata, boolean isClosedChoiceCheck, SchemasDefinition mainPackageSchemasDefinition, SchemasDefinition currentSchemasDefinitionPDFA_1, SchemasDefinition currentSchemasDefinitionPDFA_2_3, PDFAFlavour flavour)Constructor parameters in org.verapdf.model.impl.axl with type arguments of type SchemasDefinition Constructor Description AXLExtensionSchemasContainer(VeraPDFXMPNode xmpNode, Map<String,SchemasDefinition> containerForPDFA_1, Map<String,SchemasDefinition> containerForPDFA_2_3, PDFAFlavour flavour) -
Uses of SchemasDefinition in org.verapdf.model.tools.xmp
Subclasses of SchemasDefinition in org.verapdf.model.tools.xmp Modifier and Type Class Description classPredefinedSchemasDefinitionFields in org.verapdf.model.tools.xmp declared as SchemasDefinition Modifier and Type Field Description static SchemasDefinitionSchemasDefinitionCreator. EMPTY_SCHEMA_DEFINITIONFields in org.verapdf.model.tools.xmp with type parameters of type SchemasDefinition Modifier and Type Field Description static Map<String,SchemasDefinition>SchemasDefinitionCreator. EMPTY_SCHEMAS_DEFINITIONMethods in org.verapdf.model.tools.xmp that return SchemasDefinition Modifier and Type Method Description static SchemasDefinitionSchemasDefinitionCreator. getPredefinedSchemaDefinitionForPDFA_1(boolean isClosedFieldsCheck)Returns predefined schemas definition for PDF/A-1static SchemasDefinitionSchemasDefinitionCreator. getPredefinedSchemaDefinitionForPDFA_2_3(boolean isClosedFieldsCheck)Returns predefined schemas definition for PDF/A-2 or PDF/A-3Methods in org.verapdf.model.tools.xmp that return types with arguments of type SchemasDefinition Modifier and Type Method Description static Map<String,SchemasDefinition>SchemasDefinitionCreator. createExtendedSchemasDefinitionForPDFA_1(VeraPDFXMPNode schemas, boolean isClosedFieldsCheck)Creates schemas definition object valid for PDF/A-1static Map<String,SchemasDefinition>SchemasDefinitionCreator. createExtendedSchemasDefinitionForPDFA_2_3(VeraPDFXMPNode schemas, boolean isClosedFieldsCheck)Creates schemas definition object valid for PDF/A-2 or for PDF/A-3static Map<String,SchemasDefinition>SchemasDefinitionCreator. extendSchemasDefinitionForPDFA_2_3(Map<String,SchemasDefinition> extendedSchemas, VeraPDFXMPNode schemas, boolean isClosedFieldsCheck)Extends already created extended schemas definitions object valid for PDF/A-2 or for PDF/A-3 without properties This method doesn't require PDF/A-1 analog because extended schemas extensions aren't allowed in PDF/A-1Method parameters in org.verapdf.model.tools.xmp with type arguments of type SchemasDefinition Modifier and Type Method Description static Map<String,SchemasDefinition>SchemasDefinitionCreator. extendSchemasDefinitionForPDFA_2_3(Map<String,SchemasDefinition> extendedSchemas, VeraPDFXMPNode schemas, boolean isClosedFieldsCheck)Extends already created extended schemas definitions object valid for PDF/A-2 or for PDF/A-3 without properties This method doesn't require PDF/A-1 analog because extended schemas extensions aren't allowed in PDF/A-1
-