Searched defs:EncodingInfo (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DEncodingInfo.java32 * @version $Id: EncodingInfo.java,v 1.6 2007/10/18 03:39:08 joehw Exp $
34 public class EncodingInfo { class
60 * Creates new <code>EncodingInfo</code> instance.
62 public EncodingInfo(String ianaName, String javaName, int lastPrintable) { method in class:EncodingInfo
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DEncodingInfo.java21 * $Id: EncodingInfo.java,v 1.2.4.2 2005/09/15 12:01:24 suresh_emailid Exp $
42 * An EncodingInfo object is a node in a binary search tree. Such a node
48 * is in the range <code>m_first <= value < m_explFirst</code>, then it will delegate to another EncodingInfo object for The root
62 public final class EncodingInfo extends Object class in inherits:Object
121 * Create an EncodingInfo object based on the ISO name and Java name.
129 public EncodingInfo(String name, String javaName) method in class:EncodingInfo
298 * by a single EncodingInfo object. This value is

Completed in 31 milliseconds