|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature
|
|
getAlias(self,
namespace_uri)
|
|
getNamespaceURI(self,
alias)
|
|
iterNamespaceURIs(self)
Return an iterator over the namespace URIs
|
|
iterAliases(self)
Return an iterator over the aliases
|
|
iteritems(self)
Iterate over the mapping
|
|
addAlias(self,
namespace_uri,
desired_alias)
Add an alias from this namespace URI to the desired alias
|
|
add(self,
namespace_uri)
Add this namespace URI to the mapping, without caring what alias
it ends up with
|
|
isDefined(self,
namespace_uri)
|
|
__contains__(self,
namespace_uri)
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|