Interface SAX3WriterEnumHammer<TAG extends Enum<?>>
- 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 TypeMethodDescriptionvoid
void
printCharacters
(String text) void
printComment
(String text) void
printTagCharacters
(TAG tag, String text) void
printTagEnd
(TAG tag) void
printTagStart
(TAG tag) void
printTagStart
(TAG tag, Attributes atts) void
printTagStartEnd
(TAG tag) void
printTagStartEnd
(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
-