Home
last modified time | relevance | path

Searched defs:publicId (Results 1 – 25 of 60) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java248 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity()
276 public void notationDecl(String name, String publicId, String systemId) in notationDecl()
298 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl()
768 public void startDTD(String name, String publicId, String systemId) in startDTD()
1025 String name, String publicId, String systemId) throws SAXException in externalEntityDecl()
DTransformerIdentityImpl.java826 public void notationDecl(String name, String publicId, String systemId) in notationDecl()
852 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl()
1219 public void startDTD(String name, String publicId, String systemId) in startDTD()
1417 public void externalEntityDecl (String name, String publicId, in externalEntityDecl()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementProcessor.java92 StylesheetHandler handler, String publicId, String systemId) in resolveEntity()
110 String publicId, String systemId) in notationDecl()
129 String publicId, String systemId, in unparsedEntityDecl()
DStylesheetHandler.java307 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity()
330 public void notationDecl(String name, String publicId, String systemId) in notationDecl()
345 public void unparsedEntityDecl(String name, String publicId, in unparsedEntityDecl()
/external/python/cpython2/Lib/xml/sax/
Dhandler.py214 def notationDecl(self, name, publicId, systemId): argument
217 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument
230 def resolveEntity(self, publicId, systemId): argument
Dsaxutils.py265 def notationDecl(self, name, publicId, systemId): argument
268 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument
273 def resolveEntity(self, publicId, systemId): argument
/external/python/cpython3/Lib/xml/sax/
Dhandler.py214 def notationDecl(self, name, publicId, systemId): argument
217 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument
230 def resolveEntity(self, publicId, systemId): argument
Dsaxutils.py293 def notationDecl(self, name, publicId, systemId): argument
296 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument
301 def resolveEntity(self, publicId, systemId): argument
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
DLocalEntityResolver.java33 public InputSource resolveEntity(final String publicId, String systemId) in resolveEntity()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DXMLFileReader.java74 public void handleStartDtd(String name, String publicId, String systemId) { in handleStartDtd()
227 public void startDTD(String name, String publicId, String systemId) throws SAXException { in startDTD()
268 …public void externalEntityDecl(String name, String publicId, String systemId) throws SAXException { in externalEntityDecl()
272 public void notationDecl(String name, String publicId, String systemId) { in notationDecl()
290 public void unparsedEntityDecl(String name, String publicId, in unparsedEntityDecl()
414 public void startDTD(String name, String publicId, String systemId) throws SAXException { in startDTD()
DElementAttributeInfo.java189 …public void externalEntityDecl(String name, String publicId, String systemId) throws SAXException { in externalEntityDecl()
/external/expat/expat/xmlwf/
Dxmlfile.c154 const XML_Char *publicId) { in externalEntityRefFilemap()
232 const XML_Char *publicId) { in externalEntityRefStream()
Dxmlwf.c80 const XML_Char *publicId; member
448 const XML_Char *systemId, const XML_Char *publicId) { in notationDecl()
713 const XML_Char *publicId) { in metaNotationDecl()
733 const XML_Char *systemId, const XML_Char *publicId, in metaEntityDecl()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DNodeLocator.java48 public NodeLocator(String publicId, String systemId, in NodeLocator()
/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId, argument
310 base, systemId, publicId, notationName): argument
327 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
347 def external_entity_ref_handler(self, context, base, systemId, publicId): argument
695 def external_entity_ref_handler(self, context, base, systemId, publicId): argument
892 def start_doctype_decl_handler(self, name, publicId, systemId, argument
Dxmlbuilder.py215 def resolveEntity(self, publicId, systemId): argument
291 def _set_publicId(self, publicId): argument
/external/python/cpython3/Lib/xml/dom/
Dexpatbuilder.py240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId, argument
306 base, systemId, publicId, notationName): argument
323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
343 def external_entity_ref_handler(self, context, base, systemId, publicId): argument
688 def external_entity_ref_handler(self, context, base, systemId, publicId): argument
880 def start_doctype_decl_handler(self, name, publicId, systemId, argument
Dxmlbuilder.py215 def resolveEntity(self, publicId, systemId): argument
291 def _set_publicId(self, publicId): argument
/external/libxml2/
Dlegacy.c919 resolveEntity(void *ctx, const xmlChar * publicId, in resolveEntity()
975 const xmlChar * publicId, const xmlChar * systemId, in entityDecl()
1035 const xmlChar * publicId, const xmlChar * systemId) in notationDecl()
1054 const xmlChar * publicId, const xmlChar * systemId, in unparsedEntityDecl()
DSAX2.c513 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId) in xmlSAX2ResolveEntity()
629 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in xmlSAX2EntityDecl()
820 const xmlChar *publicId, const xmlChar *systemId) in xmlSAX2NotationDecl()
874 const xmlChar *publicId, const xmlChar *systemId, in xmlSAX2UnparsedEntityDecl()
/external/expat/expat/tests/
Druntests.c235 const XML_Char *systemId, const XML_Char *publicId, in dummy_entity_decl_handler()
252 const XML_Char *publicId) { in dummy_notation_decl_handler()
359 const XML_Char *publicId, in dummy_unparsed_entity_decl_handler()
413 const XML_Char *publicId) { in external_entity_optioner()
450 const XML_Char *systemId, const XML_Char *publicId, in param_entity_match_handler()
1491 const XML_Char *publicId) { in external_entity_loader()
1580 const XML_Char *publicId) { in external_entity_faulter()
2852 const XML_Char *publicId) { in external_entity_null_loader()
3081 const XML_Char *publicId) { in external_entity_resetter()
3155 const XML_Char *publicId) { in external_entity_suspender()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java1574 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity()
1601 public void notationDecl(String name, String publicId, String systemId) in notationDecl()
1627 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl()
2316 String name, String publicId, String systemId) throws SAXException in externalEntityDecl()
2347 public void startDTD(String name, String publicId, String systemId) in startDTD()
/external/cronet/third_party/libxml/src/
DSAX2.c513 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId) in xmlSAX2ResolveEntity()
629 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in xmlSAX2EntityDecl()
820 const xmlChar *publicId, const xmlChar *systemId) in xmlSAX2NotationDecl()
874 const xmlChar *publicId, const xmlChar *systemId, in xmlSAX2UnparsedEntityDecl()
/external/python/cpython2/Lib/test/
Dtest_sax.py693 def notationDecl(self, name, publicId, systemId): argument
696 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument
719 def resolveEntity(self, publicId, systemId): argument
/external/python/cpython3/Lib/test/
Dtest_sax.py952 def notationDecl(self, name, publicId, systemId): argument
955 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument
963 def resolveEntity(self, publicId, systemId): argument
1019 def resolveEntity(self, publicId, systemId): argument

123