|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationConstraint | |
---|---|
org.odftoolkit.odfdom.dom | |
org.odftoolkit.odfdom.pkg | Representing the "Package Layer", the physical document handling. |
Uses of ValidationConstraint in org.odftoolkit.odfdom.dom |
---|
Classes in org.odftoolkit.odfdom.dom that implement ValidationConstraint | |
---|---|
class |
OdfSchemaConstraint
This class is used for validation of the ODF Document. |
Uses of ValidationConstraint in org.odftoolkit.odfdom.pkg |
---|
Classes in org.odftoolkit.odfdom.pkg that implement ValidationConstraint | |
---|---|
class |
OdfPackageConstraint
This class is used for validation of the ODF Package. |
Methods in org.odftoolkit.odfdom.pkg that return ValidationConstraint | |
---|---|
ValidationConstraint |
OdfValidationException.getConstraint()
|
Constructors in org.odftoolkit.odfdom.pkg with parameters of type ValidationConstraint | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |