org.exolab.castor.dsml

Class Consumer

Implemented Interfaces:
DocumentHandler
Known Direct Subclasses:
JNDIConsumer, MozillaConsumer

public abstract class Consumer
extends java.lang.Object
implements DocumentHandler

Version:
$Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:02 $

Author:
Assaf Arkin

Constructor Summary

Consumer()

Method Summary

void
characters(char[] ch, int offset, int length)
void
endDocument()
void
endElement(String tagName)
protected DocumentHandler
getEntryConsumer()
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)

Constructor Details

Consumer

public Consumer()

Method Details

characters

public void characters(char[] ch,
                       int offset,
                       int length)
            throws SAXException


endDocument

public void endDocument()
            throws SAXException


endElement

public void endElement(String tagName)
            throws SAXException


getEntryConsumer

protected DocumentHandler getEntryConsumer()


getResults

public Enumeration getResults()


ignorableWhitespace

public void ignorableWhitespace(char[] ch,
                                int offset,
                                int length)
            throws SAXException


processingInstruction

public void processingInstruction(String target,
                                  String instruction)
            throws SAXException


setDocumentLocator

public void setDocumentLocator(Locator locator)


startDocument

public void startDocument()
            throws SAXException


startElement

public void startElement(String tagName,
                         AttributeList attr)
            throws SAXException


Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com