public interface ICharacterEscaper
| Modifier and Type | Method and Description |
|---|---|
void |
writeAttribute(String text,
Writer writer)
Write attribute value with character entity substitutions.
|
void |
writeCData(String text,
Writer writer)
Write CDATA to document.
|
void |
writeContent(String text,
Writer writer)
Write content value with character entity substitutions.
|
void writeAttribute(String text, Writer writer) throws IOException
text - attribute value textwriter - sink for output textIOException - on error writing to documentvoid writeContent(String text, Writer writer) throws IOException
text - content value textwriter - sink for output textIOException - on error writing to documentvoid writeCData(String text, Writer writer) throws IOException
text - content value textwriter - sink for output textIOException - on error writing to documentCopyright © 2005-2013 jibx.org. All Rights Reserved.