org.exolab.castor.dsml
public abstract class Consumer extends Object implements DocumentHandler
Version: $Revision: 5951 $ $Date: 2006-04-26 13:58:52 -0600 (Wed, 26 Apr 2006) $
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) |