Class StreamWriterToContentHandlerConverter
java.lang.Object
org.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
- All Implemented Interfaces:
ContentHandler
Deprecated.
This is an internal implementation class that is no longer used.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructor StreamWriterToContentHandlerConverter. -
Method Summary
Modifier and TypeMethodDescriptionvoidcharacters(char[] ch, int start, int length) Deprecated.Method characters.voidDeprecated.Method endDocument.voidendElement(String namespaceURI, String localName, String qName) Deprecated.Method endElement.voidendPrefixMapping(String prefix) Deprecated.Method endPrefixMapping.voidignorableWhitespace(char[] ch, int start, int length) Deprecated.Method ignorableWhitespace.voidprocessingInstruction(String target, String data) Deprecated.Method processingInstruction.voidsetDocumentLocator(Locator locator) Deprecated.Method setDocumentLocator.voidskippedEntity(String name) Deprecated.Method skippedEntity.voidDeprecated.Method startDocument.voidstartElement(String namespaceURI, String localName, String qName, Attributes atts) Deprecated.Method startElement.voidstartPrefixMapping(String prefix, String uri) Deprecated.Method startPrefixMapping.
-
Constructor Details
-
StreamWriterToContentHandlerConverter
Deprecated.Constructor StreamWriterToContentHandlerConverter.- Parameters:
writer-
-
-
Method Details
-
endDocument
Deprecated.Method endDocument.- Specified by:
endDocumentin interfaceContentHandler- Throws:
SAXException
-
startDocument
Deprecated.Method startDocument.- Specified by:
startDocumentin interfaceContentHandler- Throws:
SAXException
-
characters
Deprecated.Method characters.- Specified by:
charactersin interfaceContentHandler- Parameters:
ch-start-length-- Throws:
SAXException
-
ignorableWhitespace
Deprecated.Method ignorableWhitespace.- Specified by:
ignorableWhitespacein interfaceContentHandler- Parameters:
ch-start-length-- Throws:
SAXException
-
endPrefixMapping
Deprecated.Method endPrefixMapping.- Specified by:
endPrefixMappingin interfaceContentHandler- Parameters:
prefix-- Throws:
SAXException
-
skippedEntity
Deprecated.Method skippedEntity.- Specified by:
skippedEntityin interfaceContentHandler- Parameters:
name-- Throws:
SAXException
-
setDocumentLocator
Deprecated.Method setDocumentLocator.- Specified by:
setDocumentLocatorin interfaceContentHandler- Parameters:
locator-
-
processingInstruction
Deprecated.Method processingInstruction.- Specified by:
processingInstructionin interfaceContentHandler- Parameters:
target-data-- Throws:
SAXException
-
startPrefixMapping
Deprecated.Method startPrefixMapping.- Specified by:
startPrefixMappingin interfaceContentHandler- Parameters:
prefix-uri-- Throws:
SAXException
-
endElement
Deprecated.Method endElement.- Specified by:
endElementin interfaceContentHandler- Parameters:
namespaceURI-localName-qName-- Throws:
SAXException
-
startElement
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException Deprecated.Method startElement.- Specified by:
startElementin interfaceContentHandler- Parameters:
namespaceURI-localName-qName-atts-- Throws:
SAXException
-