Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.xml.validation.Validator
public abstract class Validator
extends java.lang.Object
Constructor Summary | |
Method Summary | |
ErrorHandler | |
boolean |
|
Object |
|
LSResourceResolver | |
void |
|
void |
|
void |
|
void |
|
void |
|
void | |
void |
public boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException
public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException
public void reset()
Reset this validator to its original state.
public void setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException
public void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException
public void validate(Source source) throws SAXException, IOException
Validate the specified input.
- Parameters:
source
- the document to validate
public void validate(Source source, Result result) throws SAXException, IOException
Validate the specified input.
- Parameters:
source
- the document to validateresult
- the PSVI document to output