Home | Trees | Indices | Help |
|
---|
|
Utility functions related to XML Namespaces.
|
|||
|
|||
Namespace or None
|
|
||
|
|||
|
|
|||
_log = logging.getLogger(__name__)
|
|||
__package__ =
|
|
Get a namespace instance for the given namespace. This is used when it is unclear whether the namespace is specified by URI or by instance or by any other mechanism we might dream up in the future. |
Given a URI, provide the Namespace instance corresponding to it. This can only be used to lookup or create real namespaces. To create absent namespaces, use CreateAbsentNamespace.
|
Create an absent namespace. Use this when you need a namespace for declarations in a schema with no target namespace. Absent namespaces are not stored in the infrastructure; it is your responsibility to hold on to the reference you get from this, because you won't be able to look it up. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Sep 18 10:35:36 2013 | http://epydoc.sourceforge.net |