Searched refs:_encodings (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DEncodings.java61 static Hashtable _encodings = new Hashtable(); field in class:Encodings
69 if((eInfo = (EncodingInfo)_encodings.get(DEFAULT_ENCODING)) != null)
72 _encodings.put(DEFAULT_ENCODING, eInfo);
82 if((eInfo = (EncodingInfo)_encodings.get(encoding)) != null)
95 _encodings.put(encoding, eInfo);
101 if ((eInfo = (EncodingInfo)_encodings.get(jName)) != null)
115 _encodings.put(jName, eInfo);

Completed in 58 milliseconds