Home
last modified time | relevance | path

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

12

/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/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
DLocalEntityResolver.java32 public InputSource resolveEntity(final String publicId, String systemId) in resolveEntity()
/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/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DNodeLocator.java48 public NodeLocator(String publicId, String systemId, in NodeLocator()
DIncrementalSAXSource_Filter.java387 public void startDTD(java.lang.String name, java.lang.String publicId, in startDTD()
/external/libxml2/
DtestHTML.c178 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug()
246 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug()
297 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug()
315 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug()
DtestSAX.c364 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug()
441 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug()
514 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug()
535 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug()
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.c519 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId) in xmlSAX2ResolveEntity()
665 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in xmlSAX2EntityDecl()
849 const xmlChar *publicId, const xmlChar *systemId) in xmlSAX2NotationDecl()
900 const xmlChar *publicId, const xmlChar *systemId, in xmlSAX2UnparsedEntityDecl()
Dxmllint.c992 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug()
1064 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug()
1137 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug()
1158 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug()
/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
Dminidom.py1226 def _identified_mixin_init(self, publicId, systemId): argument
1240 publicId = None variable in DocumentType
1305 def __init__(self, name, publicId, systemId, notation): argument
1340 def __init__(self, name, publicId, systemId): argument
1406 def createDocumentType(self, qualifiedName, publicId, systemId): argument
1657 def _create_entity(self, name, publicId, systemId, notationName): argument
1662 def _create_notation(self, name, publicId, systemId): argument
/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/python/cpython2/Lib/test/
Dtest_sax.py677 def notationDecl(self, name, publicId, systemId): argument
680 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument
703 def resolveEntity(self, publicId, systemId): argument
/external/expat/tests/
Druntests.c137 const XML_Char *UNUSED_P(publicId), in dummy_entity_decl_handler()
146 const XML_Char *UNUSED_P(publicId)) in dummy_notation_decl_handler()
864 const XML_Char *UNUSED_P(publicId)) in external_entity_loader_set_encoding()
944 const XML_Char *UNUSED_P(publicId)) in external_entity_loader()
1439 const XML_Char *UNUSED_P(publicId)) in external_entity_handler()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToHTMLStream.java1860 public void startDTD(String name, String publicId, String systemId) in startDTD()
1913 String publicId, in externalEntityDecl()
DToUnknownStream.java748 String publicId, in externalEntityDecl()
944 public void startDTD(String name, String publicId, String systemId) in startDTD()
/external/skia/src/xml/
DSkXMLParser.cpp120 const XML_Char *publicId, in entity_decl_handler()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMBuilder.java709 public void startDTD(String name, String publicId, String systemId) in startDTD()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DPYXWriter.java204 public void startDTD(String name, String publicId, String systemId) throws SAXException { } in startDTD()

12