Lines Matching refs:expandedSystemId

604         String expandedSystemId = expandSystemId(literalSystemId, baseSystemId, fStrictURI);
606 baseSystemId = expandedSystemId;
611 URL location = new URL(expandedSystemId);
648 if (!redirect.equals(expandedSystemId)) {
650 expandedSystemId = redirect;
830 fCurrentEntity = new com.sun.xml.internal.stream.Entity.ScannedEntity(name,new XMLResourceIdentifierImpl(publicId, literalSystemId, baseSystemId, expandedSystemId),stream, reader, encoding, literal, encodingExternallySpecified, isExternal);
833 fResourceIdentifier.setValues(publicId, literalSystemId, baseSystemId, expandedSystemId);
937 String expandedSystemId = resourceIdentifier.getExpandedSystemId();
944 boolean needExpand = (expandedSystemId == null);
954 expandedSystemId = expandSystemId(literalSystemId, baseSystemId,false);
968 ri.setValues(publicId, literalSystemId, baseSystemId, expandedSystemId);
1041 String expandedSystemId = resourceIdentifier.getExpandedSystemId();
1050 boolean needExpand = (expandedSystemId == null);
1060 expandedSystemId = expandSystemId(literalSystemId, baseSystemId,false);
1067 resourceIdentifier.setExpandedSystemId(expandedSystemId);
1124 String extLitSysId = null, extBaseSysId = null, expandedSystemId = null;
1129 expandedSystemId = expandSystemId(extLitSysId, extBaseSysId);
1141 extLitSysId, extBaseSysId, expandedSystemId);
1178 extLitSysId, extBaseSysId, expandedSystemId);
1207 String accessError = SecuritySupport.checkAccess(expandedSystemId, fAccessExternalDTD, Constants.ACCESS_EXTERNAL_ALL);
1211 new Object[] { SecuritySupport.sanitizePath(expandedSystemId), accessError },