Searched defs:getURI (Results 1 - 7 of 7) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/
H A DAttributes.java86 * @see #getURI(int)
104 public abstract String getURI (int index);
103 public abstract String getURI (int index); method in interface:Attributes
/libcore/luni/src/test/java/libcore/java/net/
H A DOldCookieHandlerTest.java30 URI getURI, putURI; field in class:OldCookieHandlerTest
81 getURI = uri;
/libcore/luni/src/main/java/org/apache/harmony/xml/
H A DExpatAttributes.java48 public String getURI(int index) { method in class:ExpatAttributes
52 return getURI(getParserPointer(), getPointer(), index);
141 private static native String getURI(int pointer, int attributePointer, int index); method in class:ExpatAttributes
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DAttributesImpl.java105 * @see org.xml.sax.Attributes#getURI method in class:AttributesImpl
107 public String getURI (int index)
355 data[i*5] = atts.getURI(i);
H A DNamespaceSupport.java282 * you have to look it up explicitly using {@link #getURI getURI}.
293 * @see #getURI
374 public String getURI (String prefix)
376 return currentContext.getURI(prefix);
388 * using the {@link #getURI getURI} with an argument of "".</p>
392 * @see #getURI
409 * to check for a default prefix, use the {@link #getURI getURI}
370 public String getURI (String prefix) method in class:NamespaceSupport
716 String getURI (String prefix) method in class:NamespaceSupport.Context
[all...]
H A DParserAdapter.java903 * @see org.xml.sax.Attributes#getURI
905 public String getURI (int i)
900 public String getURI (int i) method in class:ParserAdapter.AttributeListAdapter
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
H A DDriver.java92 public String getURI(int index) { return pp.getAttributeNamespace(index); } method in class:Driver

Completed in 280 milliseconds