Package pyx12 :: Module error_handler :: Class err_node
[hide private]

Class err_node

source code

object --+
         |
        err_node
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, parent)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
accept(self, visitor) source code
int
get_cur_line(self)
Returns: Current file line number
source code
 
get_id(self) source code
 
get_parent(self) source code
 
_get_last_child(self) source code
 
get_next_sibling(self) source code
 
get_first_child(self) source code
 
get_error_count(self) source code
 
get_error_list(self, seg_id, pre=False) source code
boolean
is_closed(self) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, parent)
(Constructor)

source code 

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

Overrides: object.__init__

get_cur_line(self)

source code 
Returns: int
Current file line number