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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DCharKey.java21 * $Id: CharKey.java,v 1.3 2005/09/28 13:49:18 pvedula Exp $
30 public class CharKey extends Object class in inherits:Object
37 * Constructor CharKey
41 public CharKey(char key) method in class:CharKey
47 * Default constructor for a CharKey.
49 public CharKey() method in class:CharKey
84 return ((CharKey)obj).m_char == m_char;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DCharInfo.java396 CharKey charKey = new CharKey();
672 CharKey character = new CharKey(inputChar);
686 private static class CharKey extends Object class in class:CharInfo
693 * Constructor CharKey
697 public CharKey(char key) method in class:CharInfo.CharKey
703 * Default constructor for a CharKey.
707 public CharKey() method in class:CharInfo.CharKey
742 return ((CharKey)ob
[all...]

Completed in 38 milliseconds