Home
last modified time | relevance | path

Searched refs:AttributeList (Results 1 – 15 of 15) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/helpers/
DAttributeListImpl.java9 import org.xml.sax.AttributeList;
66 public class AttributeListImpl implements AttributeList
94 public AttributeListImpl (AttributeList atts) in AttributeListImpl()
114 public void setAttributeList (AttributeList atts) in setAttributeList()
DXMLReaderAdapter.java9 import org.xml.sax.AttributeList;
450 static final class AttributesAdapter implements AttributeList
DParserAdapter.java9 import org.xml.sax.AttributeList;
480 public void startElement (String qName, AttributeList qAtts) throws SAXException { in startElement()
899 void setAttributeList (AttributeList qAtts) in setAttributeList()
1061 private AttributeList qAtts;
/libcore/luni/src/main/java/org/xml/sax/
DAttributeList.java73 public interface AttributeList { interface
DDocumentHandler.java131 public abstract void startElement (String name, AttributeList atts) in startElement()
DHandlerBase.java202 public void startElement (String name, AttributeList attributes) in startElement()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
DMockHandler.java19 import org.xml.sax.AttributeList;
97 public void startElement(String name, AttributeList atts) throws SAXException { in startElement()
/libcore/dom/src/test/java/org/w3c/domts/
DXercesHTMLDocumentBuilderFactory.java25 import org.xml.sax.AttributeList;
116 implements AttributeList {
DXercesHTML2DocumentBuilderFactory.java25 import org.xml.sax.AttributeList;
116 implements AttributeList {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DXMLReaderAdapterTest.java28 import org.xml.sax.AttributeList;
248 ((AttributeList)logger.getArgs()[1]).getName(0)); in testStartElement()
DAttributeListImplTest.java21 import org.xml.sax.AttributeList;
DParserAdapterTest.java27 import org.xml.sax.AttributeList;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
DHandlerBaseTest.java21 import org.xml.sax.AttributeList;
/libcore/
Dnon_openjdk_java_files.bp304 "luni/src/main/java/org/xml/sax/AttributeList.java",
/libcore/api/
Dcurrent.txt21415 @Deprecated public interface AttributeList {
21466 …method @Deprecated public void startElement(String, org.xml.sax.AttributeList) throws org.xml.sax.…
21492 …method @Deprecated public void startElement(String, org.xml.sax.AttributeList) throws org.xml.sax.…
21665 @Deprecated public class AttributeListImpl implements org.xml.sax.AttributeList {
21667 ctor @Deprecated public AttributeListImpl(org.xml.sax.AttributeList);
21677 method @Deprecated public void setAttributeList(org.xml.sax.AttributeList);
21783 …method public void startElement(String, org.xml.sax.AttributeList) throws org.xml.sax.SAXException;