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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DCharInfo.java144 * of the getCharInfo(entitiesResource) factory
157 * @param entitiesResource Name of properties or resource file that should
161 private CharInfo(String entitiesResource, String method) argument
163 this(entitiesResource, method, false);
166 private CharInfo(String entitiesResource, String method, boolean internal) argument
183 entities = PropertyResourceBundle.getBundle(entitiesResource);
206 is = CharInfo.class.getResourceAsStream(entitiesResource);
210 is = ClassLoader.getSystemResourceAsStream(entitiesResource);
212 is = cl.getResourceAsStream(entitiesResource);
217 URL url = new URL(entitiesResource);
[all...]

Completed in 51 milliseconds