Searched defs:AttributesImpl (Results 1 - 18 of 18) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_pulldom.py5 from xml.sax.xmlreader import AttributesImpl namespace
244 h.startElement("html", AttributesImpl({}))
249 h.startElement("p", AttributesImpl({"class": "paraclass"}))
269 h.startElement("html", AttributesImpl({}))
272 h.startElement("p", AttributesImpl({"class": "paraclass"}))
H A Dtest_sax.py16 from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl namespace
1215 # ===== AttributesImpl
1217 self.verify_empty_attrs(AttributesImpl({}))
1220 self.verify_attrs_wattr(AttributesImpl({"attr" : "val"}))
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java54 public class AttributesImpl implements Attributes class in inherits:Attributes
65 * Construct a new, empty AttributesImpl object.
67 public AttributesImpl ()
82 public AttributesImpl (Attributes atts)
630 // end of AttributesImpl.java
66 public AttributesImpl () method in class:AttributesImpl
81 public AttributesImpl (Attributes atts) method in class:AttributesImpl
/external/python/cpython2/Lib/xml/sax/
H A Dexpatreader.py30 AttributesImpl = xmlreader.AttributesImpl variable
317 self._cont_handler.startElement(name, AttributesImpl(attrs))
H A Dxmlreader.py276 class AttributesImpl: class in inherits:
341 class AttributesNSImpl(AttributesImpl):
/external/python/cpython3/Lib/xml/sax/
H A Dexpatreader.py30 AttributesImpl = xmlreader.AttributesImpl variable
322 self._cont_handler.startElement(name, AttributesImpl(attrs))
H A Dxmlreader.py278 class AttributesImpl: class in inherits:
340 class AttributesNSImpl(AttributesImpl):
/external/python/cpython2/Lib/test/
H A Dtest_sax.py15 from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl namespace
982 # ===== AttributesImpl
984 self.verify_empty_attrs(AttributesImpl({}))
987 self.verify_attrs_wattr(AttributesImpl({"attr" : "val"}))
/external/robolectric/v3/runtime/
H A Dtagsoup-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/annotation-tools/asmx/test/lib/
H A Djd.xslt-1.5.5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sarvega/ javax/ javax/xml/ javax/xml/parsers/ javax/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 207 milliseconds