net.sf.saxon.event
public class DocumentValidator extends ProxyReceiver
| Field Summary | |
|---|---|
| boolean | foundElement |
| int | level |
| Method Summary | |
|---|---|
| void | characters(CharSequence chars, int locationId, int properties)
Character data |
| void | endDocument()
Notify the end of a document node |
| void | endElement()
End of element |
| void | setPipelineConfiguration(PipelineConfiguration config) |
| void | startElement(int nameCode, int typeCode, int locationId, int properties)
Start of an element |
Parameters: nameCode typeCode locationId properties
Throws: XPathException