Home | Trees | Index | Help |
---|
|
libxml2dom
: DOM wrapper around libxml2, specifically the libxml2mod Python extension module.
__builtin__.object
:
The most base type...
libxml2dom.DocumentType
:
A class providing a container for document type information.
libxml2dom.Implementation
:
Contains an abstraction over the DOM implementation.
libxml2dom.svg.SVGImplementation
:
Contains an SVG-specific implementation.
__builtin__.list
:
list() -> new list...
libxml2dom.NodeList
:
A wrapper around node lists.
libxml2dom.NamedNodeMap
:
A wrapper around Node objects providing DOM and dictionary convenience
methods.
libxml2dom.Node
:
A DOM-style wrapper around libxml2mod objects.
libxml2dom.Attribute
:
A class providing attribute access.
libxml2dom.Document
:
A class providing document-level housekeeping.
libxml2dom.svg.SVGDocument
:
An SVG-specific document node.
libxml2dom.svg.SVGElement
:
An SVG-specific element.
libxml2dom.svg.SVGLocatableElement
:
A locatable element.
libxml2dom.svg.SVGSVGElement
:
An SVG-specific top-level element.
__builtin__.type
:
type(object) -> the object's type...
exceptions.Exception
:
Common base class for all exceptions.
libxml2dom.events.Event
libxml2dom.events.EventTarget
:
An event target class.
libxml2dom.svg.SVGLocatable
:
A locatable interface.
libxml2dom.svg.SVGLocatableElement
:
A locatable element.
libxml2dom.svg.SVGSVGElement
:
An SVG-specific top-level element.
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Mar 19 01:08:53 2007 | http://epydoc.sf.net |