Searched refs:baseURI (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/ls/
H A DLSResourceResolver.java69 * @param baseURI The absolute base URI of the resource being parsed, or
79 String baseURI);
75 resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI) argument
H A DLSInput.java126 * <code>baseURI</code> as the base, if that fails, the behavior is
145 * <code>baseURI</code> as the base, if that fails, the behavior is
180 public void setBaseURI(String baseURI); argument
/libcore/luni/src/main/java/org/xml/sax/ext/
H A DEntityResolver2.java119 * @param baseURI The document's base URI, serving as an additional
133 public InputSource getExternalSubset (String name, String baseURI) argument
170 * @param baseURI The URI with respect to which relative systemIDs
193 String baseURI,
190 resolveEntity( String name, String publicId, String baseURI, String systemId ) argument
H A DDefaultHandler2.java104 * @param baseURI The document's base URI, serving as an additional
116 public InputSource getExternalSubset (String name, String baseURI) argument
121 * Tells the parser to resolve the systemId against the baseURI
126 * be invoked with null <em>name</em> and <em>baseURI</em>, and
137 * @param baseURI The URI with respect to which relative systemIDs
155 String baseURI, String systemId)
154 resolveEntity(String name, String publicId, String baseURI, String systemId) argument
/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMTest.java79 private URL resolveURI(String baseURI) throws DOMTestLoadException { argument
80 String docURI = factory.addExtension(baseURI);
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDOMTestCase.java51 private URL resolveURI(String baseURI) { argument
52 String docURI = baseURI + ".xml";

Completed in 141 milliseconds