Module rosetta :: Class _xmlNode
[hide private]
[frames] | no frames]

Class _xmlNode

object --+
         |
        _xmlNode

Instance Methods [hide private]
NoneType
__init__(rosetta._xmlNode)
x.__init__(...) initializes x; see help(type(x)) for signature
a new object with type S, a subtype of T
__new__(T, S, ...)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  extra
  line
  type

Inherited from object: __class__

Method Details [hide private]

__init__(rosetta._xmlNode)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: NoneType
Overrides: object.__init__

__new__(T, S, ...)

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

Property Details [hide private]

extra

Get Method:
unreachable(...) - (rosetta._xmlNode) -> int
Set Method:
unreachable(...) - (rosetta._xmlNode, int) -> NoneType

line

Get Method:
unreachable(...) - (rosetta._xmlNode) -> int
Set Method:
unreachable(...) - (rosetta._xmlNode, int) -> NoneType

type

Get Method:
unreachable(...) - (rosetta._xmlNode) -> xmlElementType
Set Method:
unreachable(...) - (rosetta._xmlNode, xmlElementType) -> NoneType