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

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

Known subclasses: twisted.web2.dav.element.base.WebDAVEmptyElement, twisted.web2.dav.element.base.WebDAVOneShotElement, twisted.web2.dav.element.base.WebDAVTextElement, twisted.web2.dav.element.base.WebDAVUnknownElement, twisted.web2.dav.element.rfc2518.ActiveLock, twisted.web2.dav.element.rfc2518.KeepAlive, twisted.web2.dav.element.rfc2518.Link, twisted.web2.dav.element.rfc2518.LockDiscovery, twisted.web2.dav.element.rfc2518.LockEntry, twisted.web2.dav.element.rfc2518.LockInfo, twisted.web2.dav.element.rfc2518.LockToken, twisted.web2.dav.element.rfc2518.MultiStatus, twisted.web2.dav.element.rfc2518.Owner, twisted.web2.dav.element.rfc2518.PropertyBehavior, twisted.web2.dav.element.rfc2518.PropertyContainer, twisted.web2.dav.element.rfc2518.PropertyFind, twisted.web2.dav.element.rfc2518.PropertyStatus, twisted.web2.dav.element.rfc2518.PropertyUpdate, twisted.web2.dav.element.rfc2518.Remove, twisted.web2.dav.element.rfc2518.ResourceType, twisted.web2.dav.element.rfc2518.Response, twisted.web2.dav.element.rfc2518.Set, twisted.web2.dav.element.rfc2518.Source, twisted.web2.dav.element.rfc2518.SupportedLock, twisted.web2.dav.element.rfc3253.Error, twisted.web2.dav.element.rfc3253.ExpandProperty, twisted.web2.dav.element.rfc3253.Property, twisted.web2.dav.element.rfc3253.Report, twisted.web2.dav.element.rfc3253.SupportedLiveProperty, twisted.web2.dav.element.rfc3253.SupportedLivePropertySet, twisted.web2.dav.element.rfc3253.SupportedMethod, twisted.web2.dav.element.rfc3253.SupportedMethodSet, twisted.web2.dav.element.rfc3253.SupportedReport, twisted.web2.dav.element.rfc3253.SupportedReportSet, twisted.web2.dav.element.rfc3744.Abstract, twisted.web2.dav.element.rfc3744.ACE, twisted.web2.dav.element.rfc3744.ACL, twisted.web2.dav.element.rfc3744.ACLPrincipalPropSet, twisted.web2.dav.element.rfc3744.ACLRestrictions, twisted.web2.dav.element.rfc3744.AlternateURISet, twisted.web2.dav.element.rfc3744.CurrentUserPrivilegeSet, twisted.web2.dav.element.rfc3744.Deny, twisted.web2.dav.element.rfc3744.Grant, twisted.web2.dav.element.rfc3744.Group, twisted.web2.dav.element.rfc3744.GroupMemberSet, twisted.web2.dav.element.rfc3744.GroupMembership, twisted.web2.dav.element.rfc3744.Inherited, twisted.web2.dav.element.rfc3744.InheritedACLSet, twisted.web2.dav.element.rfc3744.NeedPrivileges, twisted.web2.dav.element.rfc3744.Principal, twisted.web2.dav.element.rfc3744.PrincipalCollectionSet, twisted.web2.dav.element.rfc3744.PrincipalMatch, twisted.web2.dav.element.rfc3744.PrincipalProperty, twisted.web2.dav.element.rfc3744.PrincipalPropertySearch, twisted.web2.dav.element.rfc3744.PrincipalSearchProperty, twisted.web2.dav.element.rfc3744.PrincipalSearchPropertySet, twisted.web2.dav.element.rfc3744.PrincipalURL, twisted.web2.dav.element.rfc3744.Privilege, twisted.web2.dav.element.rfc3744.PropertySearch, twisted.web2.dav.element.rfc3744.RequiredPrincipal, twisted.web2.dav.element.rfc3744.Resource, twisted.web2.dav.element.rfc3744.SupportedPrivilege, twisted.web2.dav.element.rfc3744.SupportedPrivilegeSet

WebDAV XML element. (RFC 2518, section 12)
Method qname Undocumented
Method sname Undocumented
Method __init__ Undocumented
Method __str__ Undocumented
Method __repr__ Undocumented
Method __eq__ 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 qname(self): (source)
Undocumented
def sname(self): (source)
Undocumented
def __init__(self, *children, **attributes): (source)
Undocumented
def __str__(self): (source)
Undocumented
def __repr__(self): (source)
Undocumented
def __eq__(self, other): (source)
Undocumented
def __ne__(self, other): (source)
Undocumented
def __contains__(self, child): (source)
Undocumented
def writeXML(self, output): (source)
Undocumented
def toxml(self): (source)
Undocumented
def element(self, document): (source)
Undocumented
def addToDOM(self, document, parent): (source)
Undocumented
def childrenOfType(self, child_type): (source)
Returns a list of children with the same qname as the given type.
def childOfType(self, child_type): (source)
Returns a child of the given type, if any, or None. Raises ValueError if more than one is found.
API Documentation for twisted, generated by pydoctor.