Package org.exolab.castor.dsml
Class Consumer
java.lang.Object
org.exolab.castor.dsml.Consumer
- All Implemented Interfaces:
DocumentHandler
- Direct Known Subclasses:
JNDIConsumer
,MozillaConsumer
- Version:
- $Revision: 8145 $ $Date: 2006-04-26 13:58:52 -0600 (Wed, 26 Apr 2006) $
- Author:
- Assaf Arkin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
characters
(char[] ch, int offset, int length) void
void
endElement
(String tagName) protected abstract DocumentHandler
abstract Enumeration
void
ignorableWhitespace
(char[] ch, int offset, int length) void
processingInstruction
(String target, String instruction) void
setDocumentLocator
(Locator locator) void
void
startElement
(String tagName, AttributeList attr)
-
Constructor Details
-
Consumer
public Consumer()
-
-
Method Details
-
getResults
-
getEntryConsumer
-
startElement
- Specified by:
startElement
in interfaceDocumentHandler
- Throws:
SAXException
-
endElement
- Specified by:
endElement
in interfaceDocumentHandler
- Throws:
SAXException
-
characters
- Specified by:
characters
in interfaceDocumentHandler
- Throws:
SAXException
-
ignorableWhitespace
- Specified by:
ignorableWhitespace
in interfaceDocumentHandler
- Throws:
SAXException
-
processingInstruction
- Specified by:
processingInstruction
in interfaceDocumentHandler
- Throws:
SAXException
-
startDocument
- Specified by:
startDocument
in interfaceDocumentHandler
- Throws:
SAXException
-
endDocument
- Specified by:
endDocument
in interfaceDocumentHandler
- Throws:
SAXException
-
setDocumentLocator
- Specified by:
setDocumentLocator
in interfaceDocumentHandler
-