/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Element.java | 27 private AttributesImpl theAtts; // attributes of element 39 if (defaultAttributes) theAtts = new AttributesImpl(type.atts()); in Element() 40 else theAtts = new AttributesImpl(); in Element() 58 public AttributesImpl atts() { return theAtts; } in atts()
|
D | ElementType.java | 31 private AttributesImpl theAtts; // default attributes 55 theAtts = new AttributesImpl(); in ElementType() 150 public AttributesImpl atts() {return theAtts;} in atts() 189 public void setAttribute(AttributesImpl atts, String name, String type, String value) { in setAttribute()
|
D | AttributesImpl.java | 54 public class AttributesImpl implements Attributes class 66 public AttributesImpl () in AttributesImpl() method in AttributesImpl 81 public AttributesImpl (Attributes atts) in AttributesImpl() method in AttributesImpl
|
D | XMLWriter.java | 28 import org.xml.sax.helpers.AttributesImpl; 1395 private final Attributes EMPTY_ATTS = new AttributesImpl();
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | ProcessorLRE.java | 43 import org.xml.sax.helpers.AttributesImpl; 117 AttributesImpl stylesheetAttrs = new AttributesImpl(); in startElement() 118 AttributesImpl lreAttrs = new AttributesImpl(); in startElement()
|
D | XSLTElementProcessor.java | 35 import org.xml.sax.helpers.AttributesImpl; 292 AttributesImpl undefines = null; in setPropertiesFromAttributes() 297 undefines = new AttributesImpl(); in setPropertiesFromAttributes()
|
/external/python/cpython3/Lib/test/ |
D | test_pulldom.py | 5 from xml.sax.xmlreader import AttributesImpl 251 h.startElement("html", AttributesImpl({})) 256 h.startElement("p", AttributesImpl({"class": "paraclass"})) 276 h.startElement("html", AttributesImpl({})) 279 h.startElement("p", AttributesImpl({"class": "paraclass"}))
|
D | test_sax.py | 17 from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl 1285 self.verify_empty_attrs(AttributesImpl({})) 1288 self.verify_attrs_wattr(AttributesImpl({"attr" : "val"}))
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | AttributesImplSerializer.java | 27 import org.xml.sax.helpers.AttributesImpl; 39 public final class AttributesImplSerializer extends AttributesImpl
|
/external/python/cpython3/Lib/xml/sax/ |
D | xmlreader.py | 278 class AttributesImpl: class 340 class AttributesNSImpl(AttributesImpl):
|
D | expatreader.py | 30 AttributesImpl = xmlreader.AttributesImpl variable 333 self._cont_handler.startElement(name, AttributesImpl(attrs))
|
/external/python/cpython2/Lib/xml/sax/ |
D | xmlreader.py | 276 class AttributesImpl: class 341 class AttributesNSImpl(AttributesImpl):
|
D | expatreader.py | 30 AttributesImpl = xmlreader.AttributesImpl variable 336 self._cont_handler.startElement(name, AttributesImpl(attrs))
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMTreeWalker.java | 264 org.xml.sax.helpers.AttributesImpl attrs = in startNode() 265 new org.xml.sax.helpers.AttributesImpl(); in startNode()
|
/external/python/cpython2/Doc/library/ |
D | xml.sax.reader.rst | 71 .. class:: AttributesImpl(attrs) 84 Namespace-aware variant of :class:`AttributesImpl`, which will be passed to 85 :meth:`startElementNS`. It is derived from :class:`AttributesImpl`, but
|
/external/python/cpython3/Doc/library/ |
D | xml.sax.reader.rst | 72 .. class:: AttributesImpl(attrs) 85 Namespace-aware variant of :class:`AttributesImpl`, which will be passed to 86 :meth:`startElementNS`. It is derived from :class:`AttributesImpl`, but
|
/external/python/cpython2/Lib/test/ |
D | test_sax.py | 16 from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl 1000 self.verify_empty_attrs(AttributesImpl({})) 1003 self.verify_attrs_wattr(AttributesImpl({"attr" : "val"}))
|
/external/libxml2/python/ |
D | drv_libxml2.py | 164 attributesImpl = xmlreader.AttributesImpl({})
|
/external/guice/lib/build/jdiff/ |
D | xerces.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/xml/
javax/ ... |