Home
last modified time | relevance | path

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

/external/markdown/markdown/
Dhtml4.py45 ProcessingInstruction = markdown.etree.ProcessingInstruction variable
/external/python/cpython3/Modules/
Dpyexpat.c24 ProcessingInstruction, enumerator
/external/python/cpython3/Lib/xml/etree/
DElementTree.py476 def ProcessingInstruction(target, text=None): function
/external/python/cpython2/Lib/xml/etree/
DElementTree.py561 def ProcessingInstruction(target, text=None): function
/external/python/cpython2/Modules/
Dpyexpat.c35 ProcessingInstruction, enumerator
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py491 class ProcessingInstruction(NavigableString): class
/external/python/cpython3/Lib/xml/dom/
Dminidom.py965 class ProcessingInstruction(Childless, Node): class
/external/python/cpython2/Lib/xml/dom/
Dminidom.py907 class ProcessingInstruction(Childless, Node): class