Package lxml :: Module etree :: Class QName
[hide private]
[frames] | no frames]

Class QName



object --+
         |
        QName

QName wrapper.

Instance Methods [hide private]
 
__eq__(x, y)
x==y
 
__ge__(x, y)
x>=y
 
__gt__(x, y)
x>y
 
__hash__(x)
hash(x)
 
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__le__(x, y)
x<=y
 
__lt__(x, y)
x<y
 
__ne__(x, y)
x!=y
 
__new__(T, S, ...)
Returns: a new object with type S, a subtype of T
 
__str__(...)
str(x)

Inherited from object: __delattr__, __getattribute__, __reduce__, __reduce_ex__, __repr__, __setattr__

Properties [hide private]
  text

Inherited from object: __class__

Method Details [hide private]

__hash__(x)
(Hashing function)

 
hash(x)
Overrides: object.__hash__

__init__(...)
(Constructor)

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

__new__(T, S, ...)

 
Returns:
a new object with type S, a subtype of T

Overrides: object.__new__

__str__(...)
(Informal representation operator)

 
str(x)
Overrides: object.__str__
(inherited documentation)