Home
last modified time | relevance | path

Searched refs:DOCUMENT_FRAGMENT_NODE (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/xml/dom/
H A D__init__.py39 DOCUMENT_FRAGMENT_NODE = 11 variable in Node
H A Dminidom.py27 # DOCUMENT_NODE or DOCUMENT_FRAGMENT_NODE. (The node being checked is
83 if newChild.nodeType == self.DOCUMENT_FRAGMENT_NODE:
115 if node.nodeType == self.DOCUMENT_FRAGMENT_NODE:
132 if newChild.nodeType == self.DOCUMENT_FRAGMENT_NODE:
328 nodeType = Node.DOCUMENT_FRAGMENT_NODE
1911 elif node.nodeType == Node.DOCUMENT_FRAGMENT_NODE:
H A Dexpatbuilder.py509 Node.DOCUMENT_FRAGMENT_NODE: NodeFilter.SHOW_DOCUMENT_FRAGMENT,
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 28 milliseconds