jaxp/src/com/sun/org/apache/xml/internal/serialize/EncodingInfo.java
changeset 25264 040625ce9b72
parent 12457 c348e06f0e82
child 25834 aba3efbf4ec5
equal deleted inserted replaced
25263:0939b202eb62 25264:040625ce9b72
    27 import com.sun.org.apache.xerces.internal.util.EncodingMap;
    27 import com.sun.org.apache.xerces.internal.util.EncodingMap;
    28 
    28 
    29 /**
    29 /**
    30  * This class represents an encoding.
    30  * This class represents an encoding.
    31  *
    31  *
    32  * @version $Id: EncodingInfo.java,v 1.6 2007/10/18 03:39:08 joehw Exp $
       
    33  */
    32  */
    34 public class EncodingInfo {
    33 public class EncodingInfo {
    35 
    34 
    36     // An array to hold the argument for a method of Charset, CharsetEncoder or CharToByteConverter.
    35     // An array to hold the argument for a method of Charset, CharsetEncoder or CharToByteConverter.
    37     private Object [] fArgsForMethod = null;
    36     private Object [] fArgsForMethod = null;