Package pyx12 :: Module map_if :: Class x12_node
[hide private]

Class x12_node

source code

object --+
         |
        x12_node
Known Subclasses:

X12 Node Superclass

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__len__(self) source code
string
__repr__(self)
repr(x)
source code
 
getnodebypath(self, path) source code
 
get_child_count(self) source code
 
get_child_node_by_idx(self, idx) source code
string
get_path(self)
Returns: path - XPath style
source code
boolean
is_first_seg_in_loop(self) source code
boolean
is_map_root(self) source code
boolean
is_loop(self) source code
boolean
is_segment(self) source code
boolean
is_element(self) source code
boolean
is_composite(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Returns: string
Overrides: object.__repr__

get_child_node_by_idx(self, idx)

source code 
Parameters:
  • idx - zero based

get_path(self)

source code 
Returns: string
path - XPath style