public interface ContentWriterTag<T extends Enum<?>> extends ContentWriter
Modifier and Type | Method and Description |
---|---|
String |
getTagNamespaceUri() |
void |
printTagCharacters(T tag,
String text) |
void |
printTagEnd(T tag) |
void |
printTagStart(T tag) |
void |
printTagStart(T tag,
Attributes atts) |
void |
printTagStartEnd(T tag) |
void |
printTagStartEnd(T tag,
Attributes atts) |
characters, characters, comment, ignorableWhitespace, ignorableWhitespace, startElementEnd
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
String getTagNamespaceUri()
void printTagStartEnd(T tag) throws SAXException
SAXException
void printTagStartEnd(T tag, Attributes atts) throws SAXException
SAXException
void printTagStart(T tag) throws SAXException
SAXException
void printTagStart(T tag, Attributes atts) throws SAXException
SAXException
void printTagEnd(T tag) throws SAXException
SAXException
void printTagCharacters(T tag, String text) throws SAXException
SAXException
Copyright © 2004-2013 X4O. All Rights Reserved.