DavParser

com.github.cloudfiles.webdav.DavParser
object DavParser

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DavParser.type

Members list

Value members

Concrete fields

An artificial attribute that is used to indicate whether the current element is a collection.

An artificial attribute that is used to indicate whether the current element is a collection.

Attributes

Standard attribute for the creation date.

Standard attribute for the creation date.

Attributes

final val AttrHref: AttributeKey

Standard attribute for the href element.

Standard attribute for the href element.

Attributes

Standard attribute for the last modification date.

Standard attribute for the last modification date.

Attributes

final val AttrName: AttributeKey

Standard attribute for the name attribute.

Standard attribute for the name attribute.

Attributes

Standard attribute for the resource type (collection or element).

Standard attribute for the resource type (collection or element).

Attributes

final val AttrSize: AttributeKey

Standard attribute for the (file) size.

Standard attribute for the (file) size.

Attributes

final val NS_DAV: "DAV:"

The namespace URI for elements belonging to the core DAV namespace.

The namespace URI for elements belonging to the core DAV namespace.

Attributes

final val UndefinedDate: Instant

Constant for a date value that is set by the parser if the date in a server response cannot be parsed.

Constant for a date value that is set by the parser if the date in a server response cannot be parsed.

Attributes

final val UndefinedSize: -1L

Constant for an undefined file size. This constant is used if the file size property cannot be parsed.

Constant for an undefined file size. This constant is used if the file size property cannot be parsed.

Attributes