Home
last modified time | relevance | path

Searched defs:ProcessingInstruction (Results 1 – 9 of 9) sorted by relevance

/external/markdown/markdown/
Dhtml4.py45 ProcessingInstruction = markdown.etree.ProcessingInstruction variable
/external/oss-fuzz/projects/xerces-c/
Dxml.proto238 message ProcessingInstruction { message
/external/python/cpython3/Modules/
Dpyexpat.c25 ProcessingInstruction, enumerator
/external/python/cpython2/Lib/xml/etree/
DElementTree.py561 def ProcessingInstruction(target, text=None): function
/external/python/cpython2/Modules/
Dpyexpat.c35 ProcessingInstruction, enumerator
/external/python/cpython3/Lib/xml/etree/
DElementTree.py458 def ProcessingInstruction(target, text=None): function
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py491 class ProcessingInstruction(NavigableString): class
/external/python/cpython2/Lib/xml/dom/
Dminidom.py907 class ProcessingInstruction(Childless, Node): class
/external/python/cpython3/Lib/xml/dom/
Dminidom.py990 class ProcessingInstruction(Childless, Node): class