Parse

class python_webdav.parse.Lock
This is an object for storing resource lock information
class python_webdav.parse.LxmlParser

Parser for the Webdav replies

parse(data)

Parse a webdav reply. Retrieve any resources as objects and return them as a list.

Parameter:data (String) – The webdav reply to parse
Returns:self.response_objects
class python_webdav.parse.Response
Response objects are for storing information about resources

Previous topic

Connection

This Page