HomeSort by relevance Sort by last modified time
    Searched full:attributes2 (Results 1 - 8 of 8) sorted by null

  /dalvik/libcore/xml/src/test/java/tests/xml/
SimpleParserTest.java 56 private Map<String, String> attributes2; field in class:SimpleParserTest
75 attributes2 = new HashMap<String, String>();
86 attributes2 = null;
163 attributes2.put(atts.getQName(i), atts.getValue(i));
227 assertEquals("eins", attributes2.get("one"));
228 assertEquals("zwei", attributes2.get("two"));
229 assertEquals("drei", attributes2.get("three"));
  /dalvik/libcore/xml/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 14 * implementing the {@link Attributes2} interface.
38 public class Attributes2Impl extends AttributesImpl implements Attributes2
56 * Copy an existing Attributes or Attributes2 object.
57 * If the object implements Attributes2, values of the
76 // Implementation of Attributes2
191 * unless the object is an Attributes2 object.
206 if (atts instanceof Attributes2) {
207 Attributes2 a2 = (Attributes2) atts;
Attributes2.java 0 // Attributes2.java - extended Attributes
4 // $Id: Attributes2.java,v 1.6 2004/03/08 13:01:00 dmegginson Exp $
17 * and the <em>http://xml.org/sax/features/use-attributes2</em>
39 public interface Attributes2 extends Attributes
DefaultHandler2.java 31 * {@link Attributes2} object.
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
package.html 140 <td>use-attributes2</td>
145 implement the <a href="ext/Attributes2.html"
146 ><em>org.xml.sax.ext.Attributes2</em></a> interface.
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 135 org.xml.sax.ext.Attributes2 interface. (They don't.)
139 "http://xml.org/sax/features/use-attributes2";
    [all...]
  /prebuilt/sdk/8/
android.jar 
  /frameworks/base/docs/html/
sitemap.txt     [all...]

Completed in 955 milliseconds