Home
last modified time | relevance | path

Searched refs:attributeDecl (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/ext/
DDeclHandler.java96 public abstract void attributeDecl (String eName, in attributeDecl() method
DDefaultHandler2.java77 public void attributeDecl (String eName, String aName, in attributeDecl() method in DefaultHandler2
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
DDefaultHandler2Test.java92 h.attributeDecl("eName", "aName", "type", "mode", "value"); in testAttributeDecl()