Home
last modified time | relevance | path

Searched defs:notationName (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/expat/expat/tests/
H A Ddummy.c95 const XML_Char *notationName) { in dummy_entity_decl_handler()
109 dummy_notation_decl_handler(void *userData, const XML_Char *notationName, in dummy_notation_decl_handler()
219 const XML_Char *notationName) { in dummy_unparsed_entity_decl_handler()
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DNotationImpl.java34 private String notationName; field in NotationImpl
40 NotationImpl(DocumentImpl document, String notationName, String publicID, in NotationImpl()
H A DEntityImpl.java34 private String notationName; field in EntityImpl
40 EntityImpl(DocumentImpl document, String notationName, String publicID, in EntityImpl()
/aosp_15_r20/external/expat/expat/xmlwf/
H A Dxmlwf.c79 const XML_Char *notationName; member
448 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl()
712 metaNotationDecl(void *userData, const XML_Char *notationName, in metaNotationDecl()
735 const XML_Char *notationName) { in metaEntityDecl()
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
H A DSAXParserTestSupport.java335 String systemId, String notationName) { in unparsedEntityDecl()
487 String systemId, String notationName) { in unparsedEntityDecl()
/aosp_15_r20/libcore/luni/src/main/java/org/xml/sax/
H A DDTDHandler.java112 String notationName) in unparsedEntityDecl()
H A DHandlerBase.java121 String systemId, String notationName) in unparsedEntityDecl()
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dnodenotationnodename.java67 String notationName; in runTest() local
H A Dnotationgetnotationname.java65 String notationName; in runTest() local
H A Ddocumenttypegetnotations.java68 String notationName; in runTest() local
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Dnamednodemapgetnameditemns01.java79 String notationName; in runTest() local
H A DimportNode09.java81 String notationName; in runTest() local
H A Ddocumentimportnode19.java88 String notationName; in runTest() local
/aosp_15_r20/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DDefaultHandler.java140 String systemId, String notationName) in unparsedEntityDecl()
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py310 base, systemId, publicId, notationName): argument
327 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/
H A Dexpatbuilder.py306 base, systemId, publicId, notationName): argument
323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/
Dexpatbuilder.py306 base, systemId, publicId, notationName): argument
323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/
Dexpatbuilder.py306 base, systemId, publicId, notationName): argument
323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/
Dexpatbuilder.py306 base, systemId, publicId, notationName): argument
323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/
Dexpatbuilder.py306 base, systemId, publicId, notationName): argument
323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/dom/
Dexpatbuilder.py306 base, systemId, publicId, notationName): argument
323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
H A DMockHandler.java111 String notationName) throws SAXException { in unparsedEntityDecl()
/aosp_15_r20/libcore/luni/src/test/java/libcore/xml/
H A DSaxTest.java236 String name, String publicId, String systemId, String notationName) { in unparsedEntityDecl()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementProcessor.java130 String notationName) in unparsedEntityDecl()
/aosp_15_r20/external/skia/src/xml/
H A DSkXMLParser.cpp127 const XML_Char *notationName) { in entity_decl_handler()

12345678910>>...12