|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Validator
An XML document validator.
Method Summary | |
---|---|
void |
validate(java.io.InputStream xmlStream)
Validate the document according to the schema(s) referenced within, if any. |
void |
validate(java.io.InputStream xmlStream,
java.lang.String schemaURI)
Validate the document according to the given schema. |
Method Detail |
---|
void validate(java.io.InputStream xmlStream, java.lang.String schemaURI) throws ValidationException
ValidationException
void validate(java.io.InputStream xmlStream) throws ValidationException
ValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |