Uses of Interface
com.sun.xml.txw2.output.CharacterEscapeHandler
Packages that use CharacterEscapeHandler
-
Uses of CharacterEscapeHandler in com.sun.xml.txw2.output
Classes in com.sun.xml.txw2.output that implement CharacterEscapeHandlerModifier and TypeClassDescriptionclass
Escape everything above the US-ASCII code range.Fields in com.sun.xml.txw2.output declared as CharacterEscapeHandlerModifier and TypeFieldDescriptionstatic final CharacterEscapeHandler
DumbEscapeHandler.theInstance
Constructors in com.sun.xml.txw2.output with parameters of type CharacterEscapeHandlerModifierConstructorDescriptionDataWriter
(Writer writer, String encoding, CharacterEscapeHandler _escapeHandler) Create a new data writer for the specified output.XMLWriter
(Writer writer, String encoding, CharacterEscapeHandler _escapeHandler) Create a new XML writer.