Home | History | Annotate | Download | only in serializer

Lines Matching refs:entitiesFileName

460         final String entitiesFileName, final String method, 
465 return new CharInfo(entitiesFileName,
489 static CharInfo getCharInfo(String entitiesFileName, String method)
491 CharInfo charInfo = (CharInfo) m_getCharInfoCache.get(entitiesFileName);
498 charInfo = getCharInfoBasedOnPrivilege(entitiesFileName,
502 m_getCharInfoCache.put(entitiesFileName, charInfo);
508 return getCharInfoBasedOnPrivilege(entitiesFileName,
514 if (entitiesFileName.indexOf(':') < 0) {
516 SystemIDResolver.getAbsoluteURIFromRelative(entitiesFileName);
520 SystemIDResolver.getAbsoluteURI(entitiesFileName, null);
526 return getCharInfoBasedOnPrivilege(entitiesFileName,