Maintains a bijective map between namespace uris and aliases.
|
|
|
|
|
|
|
iterNamespaceURIs(self)
Return an iterator over the namespace URIs |
source code
|
|
|
iterAliases(self)
Return an iterator over the aliases |
source code
|
|
|
|
|
addAlias(self,
namespace_uri,
desired_alias,
implicit=False)
Add an alias from this namespace URI to the desired alias |
source code
|
|
|
add(self,
namespace_uri)
Add this namespace URI to the mapping, without caring what alias it
ends up with |
source code
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|