Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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.py237 def notationDecl(self, name, publicId, systemId): argument
240 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument
245 def resolveEntity(self, publicId, systemId): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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.py1222 def _identified_mixin_init(self, publicId, systemId): argument
1236 publicId = None variable in DocumentType
1301 def __init__(self, name, publicId, systemId, notation): argument
1336 def __init__(self, name, publicId, systemId): argument
1402 def createDocumentType(self, qualifiedName, publicId, systemId): argument
1653 def _create_entity(self, name, publicId, systemId, notationName): argument
1658 def _create_notation(self, name, publicId, systemId): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sax.py395 def notationDecl(self, name, publicId, systemId): argument
398 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument
421 def resolveEntity(self, publicId, systemId): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpyexpat.c236 const XML_Char *publicId) in error_external_entity_ref_handler()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dpyexpat.c236 const XML_Char *publicId) in error_external_entity_ref_handler()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
Dxmlparse.c196 const XML_Char *publicId; member
5503 normalizePublicId(XML_Char *publicId) in normalizePublicId()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmlparse.c196 const XML_Char *publicId; member
5503 normalizePublicId(XML_Char *publicId) in normalizePublicId()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmlparse.c198 const XML_Char *publicId; member
5623 normalizePublicId(XML_Char *publicId) in normalizePublicId()