org.exolab.castor.dsml
public abstract class Consumer extends Object implements DocumentHandler
Version: $Revision: 1.2 $ $Date: 2004/12/13 20:58:16 $
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) |