Package fabmetheus_utilities :: Module xml_simple_writer
[hide private]
[frames] | no frames]

Module xml_simple_writer

source code

XML tag writer utilities.


Date: $Date: 2008/21/04 $

Author: Enrique Perez (perez_enrique@yahoo.com)

License: GNU Affero General Public License http://www.gnu.org/licenses/agpl.html

Functions [hide private]
 
addBeginEndInnerXMLTag(attributes, depth, innerText, localName, output, text='')
Add the begin and end xml tag and the inner text if any.
source code
 
addBeginXMLTag(attributes, depth, localName, output, text='')
Add the begin xml tag.
source code
 
addClosedXMLTag(attributes, depth, localName, output, text='')
Add the closed xml tag.
source code
 
addEndXMLTag(depth, localName, output)
Add the end xml tag.
source code
 
addXMLFromLoopComplexZ(attributes, depth, loop, output, z)
Add xml from loop.
source code
 
addXMLFromObjects(depth, objects, output)
Add xml from objects.
source code
 
addXMLFromVertexes(depth, output, vertexes)
Add xml from loop.
source code
 
addXMLFromXYZ(depth, index, output, x, y, z)
Add xml from x, y & z.
source code
 
compareAttributeKeyAscending(key, otherKey)
Get comparison in order to sort attribute keys in ascending order, with the id key first and name second.
source code
 
getAttributesString(attributes)
Add the closed xml tag.
source code
 
getBeforeRootOutput(xmlParser)
Get the output before the root and the root xml.
source code
 
getBeginGeometryXMLOutput(xmlElement=None)
Get the beginning of the string representation of this boolean geometry object info.
source code
 
getBeginXMLOutput()
Get the beginning of the string representation of this object info.
source code
 
getDictionaryWithoutList(dictionary, withoutList)
Get the dictionary without the keys in the list.
source code
 
getEndGeometryXMLString(output)
Get the string representation of this object info.
source code
Variables [hide private]
  __credits__ = 'Nophead <http://hydraraptor.blogspot.com/>\nArt...
  __package__ = 'fabmetheus_utilities'
Variables Details [hide private]

__credits__

Value:
'''Nophead <http://hydraraptor.blogspot.com/>
Art of Illusion <http://www.artofillusion.org/>'''