Searched refs:ProcessingInstruction (Results 1 - 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ |
H A D | ElementTree.py | 65 "PI", "ProcessingInstruction",
169 # @see ProcessingInstruction
561 def ProcessingInstruction(target, text=None):
function 562 element = Element(ProcessingInstruction)
568 PI = ProcessingInstruction
904 elif tag is ProcessingInstruction:
959 elif tag is ProcessingInstruction:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/ |
H A D | ElementTree.py | 65 "PI", "ProcessingInstruction",
169 # @see ProcessingInstruction
561 def ProcessingInstruction(target, text=None):
function 562 element = Element(ProcessingInstruction)
568 PI = ProcessingInstruction
899 elif tag is ProcessingInstruction:
954 elif tag is ProcessingInstruction:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
H A D | pyexpat.c | 35 ProcessingInstruction,
enumerator in enum:HandlerTypes 620 VOID_HANDLER(ProcessingInstruction,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
H A D | pyexpat.c | 35 ProcessingInstruction,
enumerator in enum:HandlerTypes 620 VOID_HANDLER(ProcessingInstruction,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/ |
H A D | minidom.py | 907 class ProcessingInstruction(Childless, Node):
class in inherits:Childless, Node 1631 p = ProcessingInstruction(target, data)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/ |
H A D | minidom.py | 903 class ProcessingInstruction(Childless, Node):
class in inherits:Childless, Node 1627 p = ProcessingInstruction(target, data)
|
Completed in 125 milliseconds