Module t.w.d.e.xmlext

Part of twisted.web2.dav.element View Source

WWW: http://4suite.com/4DOM e-mail: support@4suite.com

Copyright (c) 2000 Fourthought Inc, USA. All Rights Reserved. See http://4suite.com/COPYRIGHT for license and copyright information
Function Print Undocumented
Function PrettyPrint Undocumented
Function GetAllNs Undocumented
Function SeekNss traverses the tree to seek an approximate set of defined namespaces
Class PrintVisitor No class docstring; 2/19 methods documented
Class PrintWalker No class docstring; 1/3 methods documented
Function utf8_to_code Undocumented
Function strobj_to_utf8str Undocumented
Function TranslateCdataAttr Handles normalization and some intelligence about quoting
Function TranslateCdata charsetHandler is a function that takes a string or unicode object as the
def Print(root, stream=sys.stdout, encoding='UTF-8'): (source)
Undocumented
def PrettyPrint(root, stream=sys.stdout, encoding='UTF-8', indent=' ', preserveElements=None): (source)
Undocumented
def GetAllNs(node): (source)
Undocumented
def SeekNss(node, nss=None): (source)
traverses the tree to seek an approximate set of defined namespaces
def utf8_to_code(text, encoding): (source)
Undocumented
def strobj_to_utf8str(text, encoding): (source)
Undocumented
def TranslateCdataAttr(characters): (source)
Handles normalization and some intelligence about quoting
def TranslateCdata(characters, encoding='UTF-8', prev_chars='', markupSafe=0, charsetHandler=utf8_to_code): (source)
charsetHandler is a function that takes a string or unicode object as the first argument, representing the string to be procesed, and an encoding specifier as the second argument. It must return a string or unicode object
API Documentation for twisted, generated by pydoctor.