Package | Description |
---|---|
org.odftoolkit.odfdom.dom | |
org.odftoolkit.odfdom.pkg |
Representing the "Package Layer", the physical document handling.
|
Modifier and Type | Class and Description |
---|---|
class |
OdfSchemaConstraint
This class is used for validation of the ODF Document.
|
Modifier and Type | Class and Description |
---|---|
class |
OdfPackageConstraint
This class is used for validation of the ODF Package.
|
Modifier and Type | Method and Description |
---|---|
ValidationConstraint |
OdfValidationException.getConstraint() |
Constructor and Description |
---|
OdfValidationException(ValidationConstraint constraint)
An OdfValidationException should be used for any validation result
related to an ODF package.
|
OdfValidationException(ValidationConstraint constraint,
String sourcePath,
Exception e,
Object... messageParameters)
An OdfValidationException should be used for any validation result
related to an ODF package.
|
OdfValidationException(ValidationConstraint constraint,
String sourcePath,
Object... messageParameters)
An OdfValidationException should be used for any validation result
related to an ODF package.
|
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.