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

/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DXMLEntityStorage.java239 baseSystemId, expandSystemId(literalSystemId, baseSystemId)),
367 public static String expandSystemId(String systemId) { method in class:XMLEntityStorage
368 return expandSystemId(systemId, null);
369 } // expandSystemId(String):String
523 public static String expandSystemId(String systemId, String baseSystemId) { method in class:XMLEntityStorage
578 } // expandSystemId(String,String):String
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java486 expandSystemId(literalSystemId, baseSystemId, false)), null, fInExternalSubset);
604 String expandedSystemId = expandSystemId(literalSystemId, baseSystemId, fStrictURI);
954 expandedSystemId = expandSystemId(literalSystemId, baseSystemId,false);
1060 expandedSystemId = expandSystemId(literalSystemId, baseSystemId,false);
1129 expandedSystemId = expandSystemId(extLitSysId, extBaseSysId);
1713 public static String expandSystemId(String systemId) { method in class:XMLEntityManager
1714 return expandSystemId(systemId, null);
1715 } // expandSystemId(String):String
1885 public static String expandSystemId(String systemId, String baseSystemId) { method in class:XMLEntityManager
1938 } // expandSystemId(Strin
1953 public static String expandSystemId(String systemId, String baseSystemId, method in class:XMLEntityManager
[all...]

Completed in 28 milliseconds