udapi.core.node.Node = class Node(__builtin__.object)
    Class for representing non-root nodes in Universal Dependency trees
 
  Methods defined here:
__init__(self, data={})
address(self)
full (document-wide) id of the node
create_child(self)
descendants(self)
info(self, message)
is_descendant_of(self, node)
is_root(self)
returns False for all Node instances, irrespectively of whether is has a parent or not
next_node(self)
prev_node(self)
remove(self)
root(self)
climbs up to the root and returns it
set_parent(self, new_parent)
shift(self, reference_node, after=0, move_subtree=0, reference_subtree=0)
shift_after(self, reference_node)
shift_after_node(self, reference_node)
shift_after_subtree(self, reference_node, without_children=0)
shift_before_node(self, reference_node)
shift_before_subtree(self, reference_node, without_children=0)
shift_subtree_after(self, reference_node)

Data descriptors defined here:
children
deprel
deps
feats
form
head
lemma
misc
ord
parent
upostag
xpostag