public class StreamWriterToContentHandlerConverter extends Object implements ContentHandler
| Constructor and Description |
|---|
StreamWriterToContentHandlerConverter(javax.xml.stream.XMLStreamWriter writer)
Deprecated.
Constructor StreamWriterToContentHandlerConverter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length)
Deprecated.
Method characters.
|
void |
endDocument()
Deprecated.
Method endDocument.
|
void |
endElement(String namespaceURI,
String localName,
String qName)
Deprecated.
Method endElement.
|
void |
endPrefixMapping(String prefix)
Deprecated.
Method endPrefixMapping.
|
void |
ignorableWhitespace(char[] ch,
int start,
int length)
Deprecated.
Method ignorableWhitespace.
|
void |
processingInstruction(String target,
String data)
Deprecated.
Method processingInstruction.
|
void |
setDocumentLocator(Locator locator)
Deprecated.
Method setDocumentLocator.
|
void |
skippedEntity(String name)
Deprecated.
Method skippedEntity.
|
void |
startDocument()
Deprecated.
Method startDocument.
|
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
Deprecated.
Method startElement.
|
void |
startPrefixMapping(String prefix,
String uri)
Deprecated.
Method startPrefixMapping.
|
public StreamWriterToContentHandlerConverter(javax.xml.stream.XMLStreamWriter writer)
writer - public void endDocument()
throws SAXException
endDocument in interface ContentHandlerSAXExceptionpublic void startDocument()
throws SAXException
startDocument in interface ContentHandlerSAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlerch - start - length - SAXExceptionpublic void ignorableWhitespace(char[] ch,
int start,
int length)
throws SAXException
ignorableWhitespace in interface ContentHandlerch - start - length - SAXExceptionpublic void endPrefixMapping(String prefix) throws SAXException
endPrefixMapping in interface ContentHandlerprefix - SAXExceptionpublic void skippedEntity(String name) throws SAXException
skippedEntity in interface ContentHandlername - SAXExceptionpublic void setDocumentLocator(Locator locator)
setDocumentLocator in interface ContentHandlerlocator - public void processingInstruction(String target, String data) throws SAXException
processingInstruction in interface ContentHandlertarget - data - SAXExceptionpublic void startPrefixMapping(String prefix, String uri) throws SAXException
startPrefixMapping in interface ContentHandlerprefix - uri - SAXExceptionpublic void endElement(String namespaceURI, String localName, String qName) throws SAXException
endElement in interface ContentHandlernamespaceURI - localName - qName - SAXExceptionpublic void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
startElement in interface ContentHandlernamespaceURI - localName - qName - atts - SAXExceptionCopyright © The Apache Software Foundation. All Rights Reserved.