|
__init__(self,
root,
parent,
my_index)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
integer
|
|
boolean
|
|
boolean
|
|
int
|
|
|
|
|
reset_child_count(self)
Set cur_count of child nodes to zero |
source code
|
|
|
reset_cur_count(self)
Set cur_count of node and child nodes to zero |
source code
|
|
|
|
|
get_counts_list(self,
ct_list)
Build a list of (path, ct) of the current node and parents Gets the
node counts to apply to another map |
source code
|
|
Inherited from x12_node :
get_path ,
is_composite ,
is_element ,
is_first_seg_in_loop ,
is_map_root ,
is_segment
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__str__
|