Home | Trees | Indices | Help |
|
---|
|
A base class for all python objects that relate directly to SLD elements. An SLDNode contains references to the underlying parent node, underlying element node, and the namespace map.
The SLDNode base class also contains utility methods to construct properties for child SLDNode objects.
|
|||
|
|||
SLDNode |
|
||
SLDNode |
|
||
Inherited from |
|
|||
property attribute |
|
|
|||
_nsmap = {'sld': "http://www.opengis.net/sld", 'ogc': "http:// Defined namespaces in SLD documents. |
|
|||
Inherited from |
|
Create a new SLDNode. It is not necessary to call this directly, because all child classes should initialize the SLDNode internally.
|
Make a property on an instance of an SLDNode. If cls is omitted, the property is assumed to be a text node, with no corresponding class object. If name is omitted, the property is assumed to be a complex node, with a corresponding class wrapper.
|
Attempt to get the only child element from this SLDNode. If the node does not exist, create the element, attach it to the DOM, and return the class object that wraps the node.
|
Create an element as a child of this SLDNode.
|
|
_nsmapDefined namespaces in SLD documents.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 31 21:30:57 2014 | http://epydoc.sourceforge.net |