Package twisted :: Package protocols :: Module sux
[show private | hide private]
[frames | no frames]

Module twisted.protocols.sux

*S*mall, *U*ncomplicated *X*ML.

This is a very simple implementation of XML as a network protocol. It is not at all clever. Its main features are that it does not:

If you're looking for an XML parser that *does* do any of these things, I strongly recommend the various parsers in PyXML.

TODO:
Classes
XMLParser  

Exceptions
ParseError  

Function Summary
  nop(*args, **kw)
Do nothing.
  prefixedMethodClassDict(clazz, prefix)
  prefixedMethodObjDict(obj, prefix)
  unionlist(*args)
  zipfndict(*args, **kw)

Variable Summary
string identChars
string lenientIdentChars
_Feature nested_scopes

Function Details

nop(*args, **kw)

Do nothing.

Variable Details

identChars

Type:
string
Value:
'.-_:'                                                                 

lenientIdentChars

Type:
string
Value:
'.-_:;+#'                                                              

nested_scopes

Type:
_Feature
Value:
Feature((2, 1, 0, 'beta', 1), (2, 2, 0, 'final', 0))                   

Generated by Epydoc 1.1 on Thu Apr 17 12:52:02 2003 http://epydoc.sf.net