Package libxml2dom :: Module svg :: Class ElementTraversal
[show private | hide private]
[frames | no frames]

Class ElementTraversal

Known Subclasses:
SVGElement

An interface for element traversal.

Method Summary
  _firstElementChild(self)
  _lastElementChild(self)
  _nextElementSibling(self)
  _previousElementSibling(self)

Property Summary
  firstElementChild
  lastElementChild
  nextElementSibling
  previousElementSibling

Property Details

firstElementChild

Get Method:
_firstElementChild(self)

lastElementChild

Get Method:
_lastElementChild(self)

nextElementSibling

Get Method:
_nextElementSibling(self)

previousElementSibling

Get Method:
_previousElementSibling(self)

Generated by Epydoc 2.1 on Tue Sep 18 23:37:01 2007 http://epydoc.sf.net