Home
last modified time | relevance | path

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

/external/rust/crates/xml-rs/src/reader/
Devents.rs52 ProcessingInstruction { enumerator
/external/rust/crates/xml-rs/src/writer/
Devents.rs39 ProcessingInstruction { enumerator
/external/oss-fuzz/projects/xerces-c/
Dxml.proto238 message ProcessingInstruction { message
/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/Modules/
Dpyexpat.c25 ProcessingInstruction, enumerator
/external/python/cpython3/Lib/xml/etree/
DElementTree.py458 def ProcessingInstruction(target, text=None): function
/external/python/cpython3/Lib/xml/dom/
Dminidom.py990 class ProcessingInstruction(Childless, Node): class
/external/python/cpython2/Lib/xml/dom/
Dminidom.py907 class ProcessingInstruction(Childless, Node): class