Uses of Interface
com.sun.xml.txw2.output.CharacterEscapeHandler
-
Packages that use CharacterEscapeHandler Package Description com.sun.xml.txw2.output Defines XmlSerializer and its built-in implementations. -
-
Uses of CharacterEscapeHandler in com.sun.xml.txw2.output
Classes in com.sun.xml.txw2.output that implement CharacterEscapeHandler Modifier and Type Class Description classDumbEscapeHandlerEscape everything above the US-ASCII code range.Fields in com.sun.xml.txw2.output declared as CharacterEscapeHandler Modifier and Type Field Description static CharacterEscapeHandlerDumbEscapeHandler. theInstanceConstructors in com.sun.xml.txw2.output with parameters of type CharacterEscapeHandler Constructor Description DataWriter(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.
-