Package org.apache.cxf.staxutils
Class StreamWriterContentHandler
java.lang.Object
org.apache.cxf.staxutils.StreamWriterContentHandler
- All Implemented Interfaces:
- ContentHandler,- LexicalHandler
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcharacters(char[] ch, int start, int length) Method characters.voidcomment(char[] ch, int start, int length) voidendCDATA()voidMethod endDocument.voidendDTD()voidendElement(String namespaceURI, String localName, String qName) Method endElement.voidvoidendPrefixMapping(String prefix) Method endPrefixMapping.voidignorableWhitespace(char[] ch, int start, int length) Method ignorableWhitespace.voidprocessingInstruction(String target, String data) Method processingInstruction.voidsetDocumentLocator(Locator locator) Method setDocumentLocator.voidskippedEntity(String name) Method skippedEntity.voidvoidMethod startDocument.voidvoidstartElement(String namespaceURI, String localName, String qName, Attributes atts) Method startElement.voidstartEntity(String name) voidstartPrefixMapping(String prefix, String uri) Method startPrefixMapping.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandlerdeclaration
- 
Constructor Details- 
StreamWriterContentHandler
 
- 
- 
Method Details- 
endDocumentMethod endDocument.- Specified by:
- endDocumentin interface- ContentHandler
- Throws:
- SAXException
 
- 
startDocumentMethod startDocument.- Specified by:
- startDocumentin interface- ContentHandler
- Throws:
- SAXException
 
- 
charactersMethod characters.- Specified by:
- charactersin interface- ContentHandler
- Parameters:
- ch-
- start-
- length-
- Throws:
- SAXException
 
- 
ignorableWhitespaceMethod ignorableWhitespace.- Specified by:
- ignorableWhitespacein interface- ContentHandler
- Parameters:
- ch-
- start-
- length-
- Throws:
- SAXException
 
- 
endPrefixMappingMethod endPrefixMapping.- Specified by:
- endPrefixMappingin interface- ContentHandler
- Parameters:
- prefix-
- Throws:
- SAXException
 
- 
skippedEntityMethod skippedEntity.- Specified by:
- skippedEntityin interface- ContentHandler
- Parameters:
- name-
- Throws:
- SAXException
 
- 
setDocumentLocatorMethod setDocumentLocator.- Specified by:
- setDocumentLocatorin interface- ContentHandler
- Parameters:
- locator-
 
- 
processingInstructionMethod processingInstruction.- Specified by:
- processingInstructionin interface- ContentHandler
- Parameters:
- target-
- data-
- Throws:
- SAXException
 
- 
startPrefixMappingMethod startPrefixMapping.- Specified by:
- startPrefixMappingin interface- ContentHandler
- Parameters:
- prefix-
- uri-
- Throws:
- SAXException
 
- 
endElementMethod endElement.- Specified by:
- endElementin interface- ContentHandler
- Parameters:
- namespaceURI-
- localName-
- qName-
- Throws:
- SAXException
 
- 
startElementpublic void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException Method startElement.- Specified by:
- startElementin interface- ContentHandler
- Parameters:
- namespaceURI-
- localName-
- qName-
- atts-
- Throws:
- SAXException
 
- 
startDTD- Specified by:
- startDTDin interface- LexicalHandler
- Throws:
- SAXException
 
- 
endDTD- Specified by:
- endDTDin interface- LexicalHandler
- Throws:
- SAXException
 
- 
startEntity- Specified by:
- startEntityin interface- LexicalHandler
- Throws:
- SAXException
 
- 
endEntity- Specified by:
- endEntityin interface- LexicalHandler
- Throws:
- SAXException
 
- 
startCDATA- Specified by:
- startCDATAin interface- LexicalHandler
- Throws:
- SAXException
 
- 
endCDATA- Specified by:
- endCDATAin interface- LexicalHandler
- Throws:
- SAXException
 
- 
comment- Specified by:
- commentin interface- LexicalHandler
- Throws:
- SAXException
 
 
-