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, startElementEndcharacters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMappingcomment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntityString getTagNamespaceUri()
void printTagStartEnd(T tag) throws SAXException
SAXExceptionvoid printTagStartEnd(T tag, Attributes atts) throws SAXException
SAXExceptionvoid printTagStart(T tag) throws SAXException
SAXExceptionvoid printTagStart(T tag, Attributes atts) throws SAXException
SAXExceptionvoid printTagEnd(T tag) throws SAXException
SAXExceptionvoid printTagCharacters(T tag, String text) throws SAXException
SAXExceptionCopyright © 2004-2013 X4O. All Rights Reserved.