Gjsify LogoGjsify Logo

Hierarchy

  • WebDAVPropstatTraverseFunc

Callable

  • A callback function for e_webdav_session_propfind_sync(), e_webdav_session_report_sync() and other XML response with DAV:propstat elements traversal functions.

    The prop_node points to the actual property (prop) node and it can be examined with e_xml_find_child(), e_xml_find_children_nodes() and other provided XML helper functions.

    Parameters

    • webdav: WebDAVSession

      an #EWebDAVSession

    • prop_node: libxml2.Node

      an #xmlNode

    • request_uri: Soup.URI

      a #SoupURI, containing the request URI, maybe redirected by the server

    • href: string

      a full URI to which the property belongs, or %NULL, when not found

    • status_code: number

      an HTTP status code for this property

    Returns boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method