HomeSort by relevance Sort by last modified time
    Searched defs:notationDecl (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 274 * @see org.xml.sax.DTDHandler#notationDecl
276 public void notationDecl(String name, String publicId, String systemId)
282 m_dtdHandler.notationDecl(name, publicId, systemId);
TransformerIdentityImpl.java 822 * @see org.xml.sax.DTDHandler#notationDecl
826 public void notationDecl(String name, String publicId, String systemId)
830 m_resultDTDHandler.notationDecl(name, publicId, systemId);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 230 /*package*/ void notationDecl(String name, String publicId, String systemId) throws SAXException {
233 dtdHandler.notationDecl(name, publicId, systemId);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sax.py 395 def notationDecl(self, name, publicId, systemId):
  /external/expat/xmlwf/
xmlwf.c 438 notationDecl(void *userData,
1116 XML_SetNotationDeclHandler(parser, notationDecl);
  /external/libxml2/python/
libxml.py 230 def notationDecl(self, name, externalID, systemID):
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserTestSupport.java 61 public static final String KEY_NOTATION_DECL = "notationDecl";
267 public void notationDecl(String name, String publicId,
438 public void notationDecl(String name, String publicId,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sax.py 497 def notationDecl(self, name, publicId, systemId):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sax.py 497 def notationDecl(self, name, publicId, systemId):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sax.py 497 def notationDecl(self, name, publicId, systemId):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sax.py 497 def notationDecl(self, name, publicId, systemId):
  /external/python/cpython2/Lib/test/
test_sax.py 677 def notationDecl(self, name, publicId, systemId):
    [all...]
  /external/python/cpython3/Lib/test/
test_sax.py 896 def notationDecl(self, name, publicId, systemId):
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 939 static void notationDecl(void* data, const char* name, const char* /*base*/, const char* systemId, const char* publicId) {
1001 XML_SetNotationDeclHandler(parser, notationDecl);
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
ExpatSaxParserTest.java 444 public void notationDecl(String name, String publicId, String systemId) {
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 328 * @see org.xml.sax.DTDHandler#notationDecl
330 public void notationDecl(String name, String publicId, String systemId)
332 getCurrentProcessor().notationDecl(this, name, publicId, systemId);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java     [all...]
ToStream.java     [all...]
  /external/libxml2/include/libxml/
parser.h 727 notationDeclSAXFunc notationDecl;
768 notationDeclSAXFunc notationDecl;
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xercesMinimal-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/xercesMinimal/1.9.6.2/
xercesMinimal-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 

Completed in 403 milliseconds

12 3 4 5