org.exolab.castor.dsml
public abstract class Consumer extends Object implements DocumentHandler
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:02 $
| Constructor Summary | |
|---|---|
| Consumer() | |
| Method Summary | |
|---|---|
| void | characters(char[] ch, int offset, int length) |
| void | endDocument() |
| void | endElement(String tagName) |
| protected abstract DocumentHandler | getEntryConsumer() |
| abstract Enumeration | getResults() |
| void | ignorableWhitespace(char[] ch, int offset, int length) |
| void | processingInstruction(String target, String instruction) |
| void | setDocumentLocator(Locator locator) |
| void | startDocument() |
| void | startElement(String tagName, AttributeList attr) |