Package simplexmlapi :: Module node
[hide private]
[frames] | no frames]

Module node

source code

Classes [hide private]
  NoSuchNode
No node is accessible via the dotted name given.
  NoSuchAttribute
No attribute is accessible via the dotted name given.
  AttributeParsingError
An invalid attribute type was specified.
  DotNodeParent
Metaclass that makes sure everything in the sequence passed to the constructor is a DotNode.
  DotNodeList
A NodeList that asks its first child for attributes.
  DotNode
An object whose getattr gets child nodes.
  DotXMLDoc
Accepts the source of an XML document, parses it, and provides dotted name access to the root node.
  DotNodeAttribute
A string with a getValue method.
Functions [hide private]
 
_getText(rootnode)
Get the text value from a Node.
source code
Function Details [hide private]

_getText(rootnode)

source code 

Get the text value from a Node.

This is taken nearly verbatim from an example in the Python documentation. http://docs.python.org/lib/dom-example.html