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

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

Uses of CharInfo in org.apache.xml.serializer
 

Fields in org.apache.xml.serializer declared as CharInfo
protected  CharInfo ToStream.m_charInfo
          Map that tells which characters should have special treatment, and it provides character to entity name lookup.
private  CharInfo ToHTMLStream.m_htmlcharInfo
          Map that tells which XML characters should have special treatment, and it provides character to entity name lookup.
private  CharInfo ToXMLStream.m_xmlcharInfo
          Map that tells which XML characters should have special treatment, and it provides character to entity name lookup.
 

Methods in org.apache.xml.serializer that return CharInfo
(package private) static CharInfo CharInfo.getCharInfo(java.lang.String entitiesFileName, java.lang.String method)
          Factory that reads in a resource file that describes the mapping of characters to entity references.
private static CharInfo CharInfo.getCharInfoBasedOnPrivilege(java.lang.String entitiesFileName, java.lang.String method, boolean internal)
           
private static CharInfo CharInfo.mutableCopyOf(CharInfo charInfo)
          Create a mutable copy of the cached one.
 

Methods in org.apache.xml.serializer with parameters of type CharInfo
private static CharInfo CharInfo.mutableCopyOf(CharInfo charInfo)
          Create a mutable copy of the cached one.