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.java73 public AttributesImpl (Attributes atts) in AttributesImpl()
345 public void setAttributes (Attributes atts) in setAttributes()
DXMLReaderAdapter.java328 String qName, Attributes atts) in startElement()
DXMLFilterImpl.java522 Attributes atts) in startElement()
DParserAdapter.java821 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/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/ext/
DAttributes2Impl.java67 public Attributes2Impl (Attributes atts) in Attributes2Impl()
196 public void setAttributes (Attributes atts) in setAttributes()
/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()