Lines Matching full:node
455 def run(self) -> Sequence[nodes.Node]:
458 def do_parse(self, rstlist: StringList, node: nodes.Node) -> None: argument
460 Parse rST source lines and add them to the specified node
463 rST, and add the resulting docutils nodes as children of node.
469 nested_parse_with_titles(self.state, rstlist, node)
515 node: nodes.Element = nodes.section()
516 node.document = self.state.document
519 node = nodes.paragraph()
520 node.document = self.state.document
560 def run(self) -> Sequence[nodes.Node]:
604 node = None
609 for node in doc.findall(addnodes.highlightlang):
614 node = elem
616 if node:
617 return node
620 node = addnodes.highlightlang(
627 return node
629 def admonition_wrap(self, *content: nodes.Node) -> List[nodes.Node]: argument
642 def run_annotated(self) -> List[nodes.Node]:
663 def run(self) -> List[nodes.Node]: