Home | Trees | Indices | Help |
|
---|
|
object --+ | NamespaceContext
Records information associated with namespaces at a DOM node.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
|
|||
|
|||
|
|
|||
__TargetNamespaceAttributes = {}
|
|||
__pendingReferencedNamespaces = None
|
|||
__defaultNamespace = None
|
|||
__fallbackToTargetNamespace = False
|
|||
__targetNamespace = None
|
|||
__inScopeNamespaces = None
|
|
|
The default namespace in effect at this node. E.g.,
|
The target namespace in effect at this node. Usually from the
|
Map from prefix strings to Namespace
instances associated with those prefixes. The prefix |
Get the NamespaceContext instance that was assigned to the node. If none has been assigned and keyword parameters are present, create one treating this as the root node and the keyword parameters as configuration information (e.g., default_namespace).
|
Determine the namespace context that should be associated with the given node and, optionally, its element children.
|
Convert the provided name into an ExpandedName, i.e. a tuple of Namespace and local name. If the name includes a prefix, that prefix must map to an in-scope namespace in this context. Absence of a prefix maps to defaultNamespace(), which must be provided (or defaults to the target namespace, if that is absent).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Sep 18 10:35:37 2013 | http://epydoc.sourceforge.net |