|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jopendocument.util.Validator
public abstract class Validator
Nested Class Summary | |
---|---|
static class |
Validator.DTDValidator
|
static class |
Validator.JAXPValidator
|
Method Summary | |
---|---|
abstract java.lang.String |
isValid()
Validate a document, stopping at the first problem. |
abstract CollectionMap<java.lang.String,java.lang.String> |
validateCompletely()
Validate the whole document. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract java.lang.String isValid()
null
if doc
is valid, a String describing the first problem
otherwise.public abstract CollectionMap<java.lang.String,java.lang.String> validateCompletely()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |