Module t.w.d.e.base

Part of twisted.web2.dav.element View Source

WebDAV XML base classes.

This module provides XML utilities for use with WebDAV.

See RFC 2518: http://www.ietf.org/rfc/rfc2518.txt (WebDAV)
Class WebDAVElement WebDAV XML element. (RFC 2518, section 12)
Class PCDATAElement Undocumented
Class WebDAVOneShotElement Element with exactly one WebDAVEmptyElement child and no attributes.
Class WebDAVUnknownElement Placeholder for unknown element tag names.
Class WebDAVEmptyElement WebDAV element with no contents.
Class WebDAVTextElement WebDAV element containing PCDATA.
Class WebDAVDateTimeElement WebDAV date-time element. (RFC 2518, section 23.2)
Class DateTimeHeaderElement WebDAV date-time element for elements that substitute for HTTP
Class FixedOffset Fixed offset in minutes east from UTC.
Function parse_date Parse an ISO 8601 date and return a corresponding datetime.datetime object.
def parse_date(date): (source)
Parse an ISO 8601 date and return a corresponding datetime.datetime object.
API Documentation for twisted, generated by pydoctor.