Class t.w.d.e.b.WebDAVTextElement(WebDAVElement):

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

Known subclasses: twisted.web2.dav.element.base.DateTimeHeaderElement, twisted.web2.dav.element.base.WebDAVDateTimeElement, twisted.web2.dav.element.rfc2518.Depth, twisted.web2.dav.element.rfc2518.DisplayName, twisted.web2.dav.element.rfc2518.GETContentLanguage, twisted.web2.dav.element.rfc2518.GETContentLength, twisted.web2.dav.element.rfc2518.GETContentType, twisted.web2.dav.element.rfc2518.GETETag, twisted.web2.dav.element.rfc2518.HRef, twisted.web2.dav.element.rfc2518.LinkDestination, twisted.web2.dav.element.rfc2518.LinkSource, twisted.web2.dav.element.rfc2518.ResponseDescription, twisted.web2.dav.element.rfc2518.Status, twisted.web2.dav.element.rfc2518.Timeout, twisted.web2.dav.element.rfc3253.Comment, twisted.web2.dav.element.rfc3253.CreatorDisplayName, twisted.web2.dav.element.rfc3744.Description, twisted.web2.dav.element.rfc3744.Match

WebDAV element containing PCDATA.
Method fromString Undocumented
Method __str__ Undocumented
Method __repr__ Undocumented
Method __eq__ Undocumented

Inherited from WebDAVElement:

Method qname Undocumented
Method sname Undocumented
Method __init__ Undocumented
Method __ne__ Undocumented
Method __contains__ Undocumented
Method writeXML Undocumented
Method toxml Undocumented
Method element Undocumented
Method addToDOM Undocumented
Method childrenOfType Returns a list of children with the same qname as the given type.
Method childOfType Returns a child of the given type, if any, or None.
def fromString(clazz, string): (source)
Undocumented
def __str__(self): (source)
Undocumented
def __repr__(self): (source)
Undocumented
def __eq__(self, other): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.