public abstract class AbstractContentWriter extends AbstractContentWriterLexical implements ContentWriter
printCDATA
EMPTY_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, startEntity
autoCloseStartElement, characters, charactersRaw, closeWriter, closeWriterSafe, comment, comment, endDocument, endElement, endPrefixMapping, ignorableWhitespace, ignorableWhitespace, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startElementNamespace, startElementNamespaceAll, startElementTag, startPrefixMapping, writeFlush
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
characters, characters, comment, ignorableWhitespace, ignorableWhitespace
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
public void startElementEnd(String uri, String localName, String name, Attributes atts) throws SAXException
startElementEnd
in interface ContentWriter
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.ContentWriter.startElementEnd(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)
Copyright © 2004-2013 X4O. All Rights Reserved.