Interface SAX3WriterEnumHammer<TAG extends Enum<?>>
- Type Parameters:
TAG- The enum for the XML tag values.
- All Known Implementing Classes:
MaisDocContentWriter, SAX3WriterEnum, SAX3WriterHtml, SAX3WriterXsd
public interface SAX3WriterEnumHammer<TAG extends Enum<?>>
ContentWriterTag writes enum tags as xml.
- Version:
- 1.0 May 3, 2013
- Author:
- Willem Cazander
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprintCharacters(String text) voidprintComment(String text) voidprintTagCharacters(TAG tag, String text) voidprintTagEnd(TAG tag) voidprintTagStart(TAG tag) voidprintTagStart(TAG tag, Attributes atts) voidprintTagStartEnd(TAG tag) voidprintTagStartEnd(TAG tag, Attributes atts) void
-
Method Details
-
getTagNamespaceUri
String getTagNamespaceUri() -
startDocument
- Throws:
IOException
-
endDocument
- Throws:
IOException
-
printTagStartEnd
- Throws:
IOException
-
printTagStartEnd
- Throws:
IOException
-
printTagStart
- Throws:
IOException
-
printTagStart
- Throws:
IOException
-
printTagEnd
- Throws:
IOException
-
printTagCharacters
- Throws:
IOException
-
printCharacters
- Throws:
IOException
-
printComment
- Throws:
IOException
-