| com.sun.xml.txw2.output.CharacterEscapeHandler
All known Subclasses: com.sun.xml.txw2.output.DumbEscapeHandler,
CharacterEscapeHandler | public interface CharacterEscapeHandler (Code) | | Performs character escaping and write the result
to the output.
since: 1.0.1 author: Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) |
Method Summary | |
void | escape(char ch, int start, int length, boolean isAttVal, Writer out) |
escape | void escape(char ch, int start, int length, boolean isAttVal, Writer out) throws IOException(Code) | | Parameters: ch - The array of characters. Parameters: start - The starting position. Parameters: length - The number of characters to use. Parameters: isAttVal - true if this is an attribute value literal. |
|
|