Methods
|
|
|
|
__init__
|
__init__ (
self,
data=None,
name=None,
typed=1,
attrs=None,
)
Exceptions
|
|
Error, "anyType can't be instantiated directly"
|
|
|
__str__
|
__str__ ( self )
|
|
_checkValueSpace
|
_checkValueSpace ( self, data )
|
|
_fixAttr
|
_fixAttr ( self, attr )
Exceptions
|
|
AttributeError, "invalid attribute length"
AttributeError, "invalid attribute namespace URI type"
AttributeError, "invalid attribute type"
|
|
|
_getActor
|
_getActor ( self )
|
|
_getAttr
|
_getAttr ( self, attr )
|
|
_getMustUnderstand
|
_getMustUnderstand ( self )
|
|
_marshalAttrs
|
_marshalAttrs (
self,
ns_map,
builder,
)
|
|
_marshalData
|
_marshalData ( self )
|
|
_setActor
|
_setActor ( self, val )
|
|
_setAttr
|
_setAttr (
self,
attr,
value,
)
|
|
_setAttrs
|
_setAttrs ( self, attrs )
Exceptions
|
|
AttributeError, "invalid attribute type"
|
|
|
_setMustUnderstand
|
_setMustUnderstand ( self, val )
|
|
_typeName
|
_typeName ( self )
|
|
_validNamespaceURI
|
_validNamespaceURI (
self,
URI,
strict,
)
Exceptions
|
|
AttributeError, "not a valid namespace for type %s" % self._type
|
|
|