|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICharacterEscaper
Escaper for character data to be written to output document. This allows special character encodings to be handled appropriately on output. It's used by the generic output handler class during document marshalling.
Method Summary | |
---|---|
void |
writeAttribute(java.lang.String text,
java.io.Writer writer)
Write attribute value with character entity substitutions. |
void |
writeCData(java.lang.String text,
java.io.Writer writer)
Write CDATA to document. |
void |
writeContent(java.lang.String text,
java.io.Writer writer)
Write content value with character entity substitutions. |
Method Detail |
---|
void writeAttribute(java.lang.String text, java.io.Writer writer) throws java.io.IOException
text
- attribute value textwriter
- sink for output text
java.io.IOException
- on error writing to documentvoid writeContent(java.lang.String text, java.io.Writer writer) throws java.io.IOException
text
- content value textwriter
- sink for output text
java.io.IOException
- on error writing to documentvoid writeCData(java.lang.String text, java.io.Writer writer) throws java.io.IOException
text
- content value textwriter
- sink for output text
java.io.IOException
- on error writing to document
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |