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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DCharInfo.java469 final String entitiesFileName, final String method,
474 return new CharInfo(entitiesFileName,
498 static CharInfo getCharInfo(String entitiesFileName, String method) argument
500 CharInfo charInfo = (CharInfo) m_getCharInfoCache.get(entitiesFileName);
507 charInfo = getCharInfoBasedOnPrivilege(entitiesFileName,
509 m_getCharInfoCache.put(entitiesFileName, charInfo);
515 return getCharInfoBasedOnPrivilege(entitiesFileName,
521 if (entitiesFileName.indexOf(':') < 0) {
523 SystemIDResolver.getAbsoluteURIFromRelative(entitiesFileName);
527 SystemIDResolver.getAbsoluteURI(entitiesFileName, nul
468 getCharInfoBasedOnPrivilege( final String entitiesFileName, final String method, final boolean internal) argument
[all...]
H A DToStream.java548 String entitiesFileName =
551 if (null != entitiesFileName)
557 m_charInfo = CharInfo.getCharInfo(entitiesFileName, method);

Completed in 1026 milliseconds