simpleparse.xml.test1
index
s:\sp\simpleparse\xml\test1.py

 
Modules
            
simpleparse.xml.xml_parser
 
Classes
            
__builtin__.object
Element
 
class Element(__builtin__.object)
       
   Methods defined here:
__getitem__(self, index)
Get a single child as an Element
__getslice__(self, start, stop)
Get a slice of the element children
__init__(self, element, buffer)
__len__(self)
Get the length of the element as a sequence
__list__(self)
Convert the element to a list of it's children
__repr__(self)
Get a simple tag representation
_getName(self)
Get the element name for this tag
elementChildren(self)

Properties defined here:
name
name getter = _getName(self)

Data and non-method functions defined here:
__dict__ = <dict-proxy object at 0x00819410>
__doc__ = None
__module__ = 'simpleparse.xml.test1'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__weakref__ = <member '__weakref__' of 'Element' objects>

Methods inherited from __builtin__.object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__reduce__(...)
helper for pickle
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from __builtin__.object:
__class__ = <type 'type'>
the object's class
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
Functions
            
load(filename)
Load given filename as an XML document
 
Data
             __file__ = r'S:\sp\simpleparse\xml\test1.pyc'
__name__ = 'simpleparse.xml.test1'