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 class
DumbEscapeHandler
Escape everything above the US-ASCII code range.Fields in com.sun.xml.txw2.output declared as CharacterEscapeHandler Modifier and Type Field Description static CharacterEscapeHandler
DumbEscapeHandler. theInstance
Constructors in com.sun.xml.txw2.output with parameters of type CharacterEscapeHandler Constructor Description DataWriter(java.io.Writer writer, java.lang.String encoding, CharacterEscapeHandler _escapeHandler)
Create a new data writer for the specified output.XMLWriter(java.io.Writer writer, java.lang.String encoding, CharacterEscapeHandler _escapeHandler)
Create a new XML writer.
-