/libcore/luni/src/main/java/org/xml/sax/ |
D | DTDHandler.java | 80 public abstract void notationDecl (String name, in notationDecl() method
|
D | HandlerBase.java | 100 public void notationDecl (String name, String publicId, String systemId) in notationDecl() method in HandlerBase
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
D | XMLFilterImpl.java | 400 public void notationDecl (String name, String publicId, String systemId) in notationDecl() method in XMLFilterImpl 404 dtdHandler.notationDecl(name, publicId, systemId); in notationDecl()
|
D | DefaultHandler.java | 116 public void notationDecl (String name, String publicId, String systemId) in notationDecl() method in DefaultHandler
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ |
D | HandlerBaseTest.java | 47 h.notationDecl("name", "publicID", "systemID"); in testNotationDecl()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/ |
D | DefaultHandlerTest.java | 51 h.notationDecl("name", "publicID", "systemID"); in testNotationDecl()
|
D | XMLFilterImplTest.java | 273 parent.notationDecl("foo", "bar", "foobar"); in testNotationDecl()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
D | MockHandler.java | 77 public void notationDecl(String name, String publicId, String systemId) throws SAXException { in notationDecl() method in MockHandler
|
/libcore/luni/src/main/java/org/apache/harmony/xml/ |
D | ExpatParser.java | 237 … /*package*/ void notationDecl(String name, String publicId, String systemId) throws SAXException { in notationDecl() method in ExpatParser 240 dtdHandler.notationDecl(name, publicId, systemId); in notationDecl()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
D | SAXParserTestSupport.java | 267 public void notationDecl(String name, String publicId, in notationDecl() method in SAXParserTestSupport.MyDefaultHandler 438 public void notationDecl(String name, String publicId, in notationDecl() method in SAXParserTestSupport.MyHandler
|
/libcore/luni/src/test/java/libcore/xml/ |
D | SaxTest.java | 232 @Override public void notationDecl(String name, String publicId, String systemId) { in notationDecl() method in SaxTest.ThrowingHandler
|
D | ExpatSaxParserTest.java | 444 public void notationDecl(String name, String publicId, String systemId) { in notationDecl() method in ExpatSaxParserTest.TestDtdHandler
|
/libcore/luni/src/main/native/ |
D | org_apache_harmony_xml_ExpatParser.cpp | 951 static void notationDecl(void* data, const char* name, const char* /*base*/, const char* systemId, … in notationDecl() function 1013 XML_SetNotationDeclHandler(parser, notationDecl); in ExpatParser_initialize()
|