Searched defs:getAttributeNamespace (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/kxml2/kdom/
H A DElement.java83 public String getAttributeNamespace (int index) { method in class:Element
104 && (namespace == null || namespace.equals (getAttributeNamespace(i)))) {
206 setAttribute (parser.getAttributeNamespace (i),
326 getAttributeNamespace(i),
/dalvik/libcore/xml/src/main/java/org/xmlpull/v1/
H A DXmlPullParser.java793 * @see #getAttributeNamespace
823 String getAttributeNamespace (int index); method in interface:XmlPullParser
/dalvik/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlParser.java1338 public String getAttributeNamespace(int index) { method in class:KXmlParser
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/
H A DExpatPullParser.java265 public String getAttributeNamespace(int index) { method in class:ExpatPullParser
266 return this.document.currentEvent.getAttributeNamespace(index);
535 String getAttributeNamespace(int index) { method in class:ExpatPullParser.Event
606 String getAttributeNamespace(int index) { method in class:ExpatPullParser.StartTagEvent

Completed in 60 milliseconds