Package suds :: Package sax :: Module element :: Class NodeIterator
[hide private]
[frames] | no frames]

Class NodeIterator

source code

The Element child node iterator.

Instance Methods [hide private]
 
__init__(self, parent) source code
Element
next(self)
Get the next child.
source code
Instance Variables [hide private]
[Element,..] children
A list of a child nodes.
int pos
The current position
Method Details [hide private]

__init__(self, parent)
(Constructor)

source code 
Parameters:
  • parent (Element) - An element to iterate.

next(self)

source code 

Get the next child.

Returns: Element
The next child.
Raises:
  • StopIterator - At the end.