Home
last modified time | relevance | path

Searched refs:_create_notation (Results 1 – 10 of 10) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/
Dexpatbuilder.py324 node = self.document._create_notation(notationName, publicId, systemId)
Dminidom.py1736 def _create_notation(self, name, publicId, systemId): member in Document
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/
Dexpatbuilder.py324 node = self.document._create_notation(notationName, publicId, systemId)
Dminidom.py1736 def _create_notation(self, name, publicId, systemId): member in Document
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/xml/dom/
Dexpatbuilder.py324 node = self.document._create_notation(notationName, publicId, systemId)
Dminidom.py1736 def _create_notation(self, name, publicId, systemId): member in Document
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/
Dexpatbuilder.py324 node = self.document._create_notation(notationName, publicId, systemId)
Dminidom.py1736 def _create_notation(self, name, publicId, systemId): member in Document
/prebuilts/build-tools/common/py3-stdlib/xml/dom/
Dexpatbuilder.py321 node = self.document._create_notation(notationName, publicId, systemId)
Dminidom.py1752 def _create_notation(self, name, publicId, systemId): member in Document