Package lxml :: Package html :: Module formfill :: Class DefaultErrorCreator
[show private | hide private]
[frames | no frames]

Type DefaultErrorCreator

object --+
         |
        DefaultErrorCreator


Method Summary
  __init__(self, **kw)
  __call__(self, el, is_block, message)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
bool block_inside = True
str default_message = 'Invalid'
str error_block_class = 'error-block'
str error_container_tag = 'div'
str error_message_class = 'error-message'
bool insert_before = True

Class Variable Details

block_inside

Type:
bool
Value:
True                                                                   

default_message

Type:
str
Value:
'Invalid'                                                              

error_block_class

Type:
str
Value:
'error-block'                                                          

error_container_tag

Type:
str
Value:
'div'                                                                  

error_message_class

Type:
str
Value:
'error-message'                                                        

insert_before

Type:
bool
Value:
True                                                                   

Generated by Epydoc 2.1 on Sat Aug 18 12:44:28 2007 http://epydoc.sf.net