Class holding information relevant to generating the namespace aspects
of a DOM instance.
pyxb.namespace.Namespace
|
defaultNamespace(self)
The registered default namespace. |
source code
|
|
|
|
|
namespacePrefixMap(self)
Return a map from Namespace instances to the prefix by which they are
represented in the DOM document. |
source code
|
|
|
declareNamespace(self,
namespace,
prefix=None,
add_to_map=False)
Add the given namespace as one to be used in this document. |
source code
|
|
|
|
|
namespaces(self)
Return the set of Namespace instances known to this instance. |
source code
|
|
|
|
|
reset(self,
prefix_map=False)
Reset this instance to the state it was when created. |
source code
|
|
|
__init__(self,
default_namespace=None,
namespace_prefix_map=None,
inherit_from=None)
Create a new namespace declaration configuration. |
source code
|
|
|
_BDSNamespaceSupport__resetNamespacePrefixMap(self) |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|