| java.lang.Object de.danet.an.util.sax.SAXContentBuffer de.danet.an.workflow.util.SAXEventBufferImpl
SAXEventBufferImpl | public class SAXEventBufferImpl extends SAXContentBuffer implements SAXEventBuffer(Code) | | This class implements the interface SAXEventBuffer
using the SAXContentBuffer as base
class. SAXContentBuffer cannot implement
SAXEventBuffer directly, as
SAXEventBuffer is an interface from the workflow API
and SAXContentBuffer is part of the general purpose
utility library.
author: version: $Revision: 1.2 $ |
Constructor Summary | |
public | SAXEventBufferImpl() Creates an instance of SAXEventBufferImpl
with all attributes initialized to default values. |
serialVersionUID | final static long serialVersionUID(Code) | | Version id for serialization.
|
SAXEventBufferImpl | public SAXEventBufferImpl()(Code) | | Creates an instance of SAXEventBufferImpl
with all attributes initialized to default values.
|
Methods inherited from de.danet.an.util.sax.SAXContentBuffer | public void characters(char[] ch, int start, int length) throws SAXException(Code)(Java Doc) public void comment(char[] ary, int start, int length) throws SAXException(Code)(Java Doc) public XMLStreamReader createXMLStreamReader()(Code)(Java Doc) public void emit(ContentHandler contentHandler, LexicalHandler lexicalHandler) throws SAXException(Code)(Java Doc) public void emit(ContentHandler contentHandler) throws SAXException(Code)(Java Doc) public void endCDATA() throws SAXException(Code)(Java Doc) public void endDTD() throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String namespaceURI, String localName, String qName) throws SAXException(Code)(Java Doc) public void endEntity(String name) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException(Code)(Java Doc) public void pack()(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startCDATA() throws SAXException(Code)(Java Doc) public void startDTD(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException(Code)(Java Doc) public void startEntity(String name) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc) public String toString()(Code)(Java Doc) public String toString(boolean pretty)(Code)(Java Doc) public Node toW3cDom()(Code)(Java Doc)
|
|
|