Package twisted :: Package web :: Module microdom
[show private | hide private]
[frames | no frames]

Module twisted.web.microdom

Micro Document Object Model: a partial DOM implementation with SUX.

This is an implementation of what we consider to be the useful subset of the DOM. The chief advantage of this library is that, not being burdened with standards compliance, it can remain very stable between versions. We can also implement utility 'pythonic' ways to access and mutate the XML tree.

Since this has not subjected to a serious trial by fire, it is not recommended to use this outside of Twisted applications. However, it seems to work just fine for the documentation generator, which parses a fairly representative sample of XML.

Microdom mainly focuses on working with HTML and XHTML.
Classes
CDATASection  
CharacterData  
Comment A comment node.
Document  
Element  
EntityReference  
lmx  
MicroDOMParser  
Node  
Text  

Exceptions
MismatchedTags  

Function Summary
  parse(readable, *args, **kwargs)
  parseString(st, *args, **kw)

Variable Summary
_Feature nested_scopes

Variable Details

nested_scopes

Type:
_Feature
Value:
_Feature((2, 1, 0, 'beta', 1), (2, 2, 0, 'alpha', 0), 16)              

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:24 2003 http://epydoc.sf.net