Uses of Interface
com.sun.xml.txw2.output.CharacterEscapeHandler

Packages that use CharacterEscapeHandler
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
 class DumbEscapeHandler
          Escape everything above the US-ASCII code range.
 

Fields in com.sun.xml.txw2.output declared as CharacterEscapeHandler
static CharacterEscapeHandler DumbEscapeHandler.theInstance
           
 

Constructors in com.sun.xml.txw2.output with parameters of type CharacterEscapeHandler
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.
 



Copyright © 2012 Oracle. All Rights Reserved.