Lines Matching refs:nodes
263 # the basic functionalities shared by all nodes (and handle
338 # Those are common attributes to nearly all type of nodes
415 # nodes: the node set (tuple or list) to be included in the
416 # canonized image or None if all document nodes should be
426 nodes=None,
430 if nodes:
431 nodes = [n._o for n in nodes]
434 nodes,
440 nodes=None,
444 if nodes:
445 nodes = [n._o for n in nodes]
448 nodes,
455 # Selecting nodes using XPath, a bit slow because the context
469 # # Selecting nodes using XPath, faster because the context
495 Note: If any child nodes referred to the removed namespaces,