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, startPrefixMappingcomment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntityvoid 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
SAXExceptionvoid ignorableWhitespace(String text) throws SAXException
SAXExceptionvoid ignorableWhitespace(char c)
throws SAXException
SAXExceptionvoid characters(String text) throws SAXException
SAXExceptionvoid characters(char c)
throws SAXException
SAXExceptionCopyright © 2004-2013 X4O. All Rights Reserved.