Uses of Class
org.apache.xml.serializer.CharInfo.CharKey

Packages that use CharInfo.CharKey
org.apache.xml.serializer Processes SAX events into streams. 
 

Uses of CharInfo.CharKey in org.apache.xml.serializer
 

Fields in org.apache.xml.serializer declared as CharInfo.CharKey
private  CharInfo.CharKey CharInfo.m_charKey
          A utility object, just used to map characters to output Strings, needed because a HashMap needs to map an object as a key, not a Java primitive type, like a char, so this object gets around that and it is reusable.