Home
last modified time | relevance | path

Searched refs:systemUri (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java279 URI systemUri = new URI(systemId); in handleExternalEntity() local
280 if (!systemUri.isAbsolute() && !systemUri.isOpaque()) { in handleExternalEntity()
283 systemUri = baseUri.resolve(systemUri); in handleExternalEntity()
286 systemId = systemUri.toString(); in handleExternalEntity()