jaxp/src/com/sun/org/apache/xml/internal/serializer/ToXMLStream.java
changeset 23954 1161e065d446
parent 12902 0a840d92fa30
equal deleted inserted replaced
23816:b47e02119575 23954:1161e065d446
    56      * Map that tells which XML characters should have special treatment, and it
    56      * Map that tells which XML characters should have special treatment, and it
    57      *  provides character to entity name lookup.
    57      *  provides character to entity name lookup.
    58      */
    58      */
    59     private static CharInfo m_xmlcharInfo =
    59     private static CharInfo m_xmlcharInfo =
    60 //      new CharInfo(CharInfo.XML_ENTITIES_RESOURCE);
    60 //      new CharInfo(CharInfo.XML_ENTITIES_RESOURCE);
    61         CharInfo.getCharInfo(CharInfo.XML_ENTITIES_RESOURCE, Method.XML);
    61         CharInfo.getCharInfoInternal(CharInfo.XML_ENTITIES_RESOURCE, Method.XML);
    62 
    62 
    63     /**
    63     /**
    64      * Default constructor.
    64      * Default constructor.
    65      */
    65      */
    66     public ToXMLStream()
    66     public ToXMLStream()