org.exolab.castor.xml.schema.reader
public final class Sax2ComponentReader extends Object implements DocumentHandler, ErrorHandler
Version: $Revision: 5951 $ $Date: 2006-04-14 04:14:43 -0600 (Fri, 14 Apr 2006) $
| Constructor Summary | |
|---|---|
| Sax2ComponentReader(ComponentReader compReader) | |
| Method Summary | |
|---|---|
| void | characters(char[] ch, int start, int length) |
| void | endDocument() |
| void | endElement(String name) |
| void | error(SAXParseException exception) |
| void | fatalError(SAXParseException exception) |
| void | ignorableWhitespace(char[] ch, int start, int length) |
| void | processingInstruction(String target, String data) |
| void | setDocumentLocator(Locator locator) |
| void | startDocument() |
| void | startElement(String name, AttributeList atts) |
| void | warning(SAXParseException exception) |