Home
last modified time | relevance | path

Searched defs:atts (Results 1 – 15 of 15) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/helpers/
DAttributeListImpl.java94 public AttributeListImpl (AttributeList atts) in AttributeListImpl()
114 public void setAttributeList (AttributeList atts) in setAttributeList()
DAttributesImpl.java75 public AttributesImpl (Attributes atts) in AttributesImpl()
347 public void setAttributes (Attributes atts) in setAttributes()
DXMLReaderAdapter.java333 String qName, Attributes atts) in startElement()
DXMLFilterImpl.java525 Attributes atts) in startElement()
DParserAdapter.java836 private AttributesImpl atts = null; field in ParserAdapter
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DParserAdapterTest.java261 AttributeListImpl atts = new AttributeListImpl(); in testStartElement() local
279 AttributeListImpl atts = new AttributeListImpl(); in testEndElement() local
DXMLReaderAdapterTest.java234 AttributesImpl atts = new AttributesImpl(); in testStartElement() local
DXMLFilterImplTest.java363 Attributes atts = new AttributesImpl(); in testStartElement() local
/libcore/luni/src/main/java/org/xml/sax/ext/
DAttributes2Impl.java72 public Attributes2Impl (Attributes atts) in Attributes2Impl()
201 public void setAttributes (Attributes atts) in setAttributes()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
DAttributesTest.java150 Attributes atts = new Attributes(); in test_putAllLjava_util_Map() local
227 Attributes atts = new Attributes(); in test_putLjava_lang_ObjectLjava_lang_Object() local
/libcore/luni/src/main/java/org/xml/sax/
DDocumentHandler.java131 public abstract void startElement (String name, AttributeList atts) in startElement()
DContentHandler.java258 String qName, Attributes atts) in startElement()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
DMockHandler.java97 public void startElement(String name, AttributeList atts) throws SAXException { in startElement()
101 public void startElement(String uri, String localName, String name, Attributes atts) in startElement()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserFactoryTest.java378 Attributes atts) { in startElement()
/libcore/luni/src/test/java/libcore/xml/
DExpatSaxParserTest.java230 Attributes atts) throws SAXException { in startElement()