public interface ContentWriter extends ContentHandler, LexicalHandler
Modifier and Type | Method and Description |
---|---|
void |
characters(char c) |
void |
characters(String text) |
void |
comment(String text) |
void |
ignorableWhitespace(char c) |
void |
ignorableWhitespace(String text) |
void |
startElementEnd(String uri,
String localName,
String name,
Attributes atts)
Starts and ends an element in one call.
|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
void startElementEnd(String uri, String localName, String name, Attributes atts) throws SAXException
uri
- The uri of the element.localName
- The localName of the element.name
- The name of the element.atts
- The attributes of the element.SAXException
- When IOException is thrown.void comment(String text) throws SAXException
SAXException
void ignorableWhitespace(String text) throws SAXException
SAXException
void ignorableWhitespace(char c) throws SAXException
SAXException
void characters(String text) throws SAXException
SAXException
void characters(char c) throws SAXException
SAXException
Copyright © 2004-2013 X4O. All Rights Reserved.