Home
last modified time | relevance | path

Searched defs:notationDecl (Results 1 – 19 of 19) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementProcessor.java109 public void notationDecl(StylesheetHandler handler, String name, in notationDecl() method in XSLTElementProcessor
DStylesheetHandler.java330 public void notationDecl(String name, String publicId, String systemId) in notationDecl() method in StylesheetHandler
/external/python/cpython2/Lib/xml/sax/
Dhandler.py214 def notationDecl(self, name, publicId, systemId): member in DTDHandler
Dsaxutils.py265 def notationDecl(self, name, publicId, systemId): member in XMLFilterBase
/external/python/cpython3/Lib/xml/sax/
Dhandler.py214 def notationDecl(self, name, publicId, systemId): member in DTDHandler
Dsaxutils.py293 def notationDecl(self, name, publicId, systemId): member in XMLFilterBase
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DIncrementalSAXSource_Filter.java404 public void notationDecl(String a, String b, String c) throws SAXException in notationDecl() method in IncrementalSAXSource_Filter
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java276 public void notationDecl(String name, String publicId, String systemId) in notationDecl() method in TransformerHandlerImpl
DTransformerIdentityImpl.java826 public void notationDecl(String name, String publicId, String systemId) in notationDecl() method in TransformerIdentityImpl
/external/libxml2/
Dlegacy.c1034 notationDecl(void *ctx, const xmlChar * name, in notationDecl() function
/external/libxml2/include/libxml/
Dparser.h727 notationDeclSAXFunc notationDecl; member
768 notationDeclSAXFunc notationDecl; member
/external/python/cpython2/Lib/test/
Dtest_sax.py693 def notationDecl(self, name, publicId, systemId): member in ExpatReaderTest.TestDTDHandler
/external/cldr/tools/java/org/unicode/cldr/util/
DXMLFileReader.java253 public void notationDecl(String name, String publicId, String systemId) { in notationDecl() method in XMLFileReader.LoggingHandler
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerBase.java1317 public void notationDecl(String arg0, String arg1, String arg2) in notationDecl() method in SerializerBase
DToStream.java3489 public void notationDecl(String name, String pubID, String sysID) throws SAXException { in notationDecl() method
/external/expat/xmlwf/
Dxmlwf.c418 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() function
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java1601 public void notationDecl(String name, String publicId, String systemId) in notationDecl() method in SAX2DTM
/external/python/cpython3/Lib/test/
Dtest_sax.py947 def notationDecl(self, name, publicId, systemId): member in ExpatReaderTest.TestDTDHandler
/external/libxml2/python/
Dlibxml.py230 def notationDecl(self, name, externalID, systemID): member in SAXCallback