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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DCharInfo.java21 * $Id: CharInfo.java,v 1.2.4.1 2005/09/15 08:15:14 suresh_emailid Exp $
55 final class CharInfo class
161 private CharInfo(String entitiesResource, String method) method in class:CharInfo
166 private CharInfo(String entitiesResource, String method, boolean internal) method in class:CharInfo
206 is = CharInfo.class.getResourceAsStream(entitiesResource);
468 private static CharInfo getCharInfoBasedOnPrivilege(
471 return (CharInfo) AccessController.doPrivileged(
474 return new CharInfo(entitiesFileName,
498 static CharInfo getCharInfo(String entitiesFileName, String method)
500 CharInfo charInf
[all...]

Completed in 28 milliseconds