Class t.w.d.e.p.WebDAVDocument(object):

Part of twisted.web2.dav.element.parser View Source View In Hierarchy

WebDAV XML document.
Method _parse Undocumented
Method __init__ root_element must be a WebDAVElement instance.
Method __str__ Undocumented
Method __eq__ Undocumented
Method writeXML Undocumented
Method toxml Undocumented
def _parse(source_is_string): (source)
Undocumented
def __init__(self, root_element): (source)
root_element must be a WebDAVElement instance.
def __str__(self): (source)
Undocumented
def __eq__(self, other): (source)
Undocumented
def writeXML(self, output): (source)
Undocumented
def toxml(self): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.