Module t.w.d.e.parser

Part of twisted.web2.dav.element View Source

WebDAV XML parsing.

This module provides XML utilities for use with WebDAV.

See RFC 2518: http://www.ietf.org/rfc/rfc2518.txt (WebDAV)
Function registerElements Register XML elements defined in the given module with the parser.
Function lookupElement Return the element class for the element with the given qname.
Class WebDAVContentHandler Undocumented
Class WebDAVDocument WebDAV XML document.
def registerElements(module): (source)
Register XML elements defined in the given module with the parser.
def lookupElement(qname): (source)
Return the element class for the element with the given qname.
API Documentation for twisted, generated by pydoctor.