public abstract class AbstractContentWriter extends AbstractContentWriterLexical implements ContentWriter
printCDATAEMPTY_ATTRIBUTES, encoding| Constructor and Description |
|---|
AbstractContentWriter(Writer out,
String encoding,
String charNewLine,
String charTab) |
| Modifier and Type | Method and Description |
|---|---|
void |
startElementEnd(String uri,
String localName,
String name,
Attributes atts)
Starts and end then element.
|
characters, characters, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntityautoCloseStartElement, characters, charactersRaw, closeWriter, closeWriterSafe, comment, comment, endDocument, endElement, endPrefixMapping, ignorableWhitespace, ignorableWhitespace, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startElementNamespace, startElementNamespaceAll, startElementTag, startPrefixMapping, writeFlushclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharacters, characters, comment, ignorableWhitespace, ignorableWhitespacecharacters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMappingcomment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntitypublic void startElementEnd(String uri, String localName, String name, Attributes atts) throws SAXException
startElementEnd in interface ContentWriteruri - 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.ContentWriter.startElementEnd(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)Copyright © 2004-2013 X4O. All Rights Reserved.