SAP ABAP Class CL_WEBDAV_XML_HANDLER (WEBDAV XML Handler)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-KPR-DMF (Application Component) Document Management Framework
⤷
SKWH (Package) KW KM HTTP Dealer

⤷

⤷

Properties
Class | CL_WEBDAV_XML_HANDLER | |
Short Description | WEBDAV XML Handler | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SKWH | KW KM HTTP Dealer |
Created | 20000529 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_WEBDAV_XML_HANDLER has no interface implemented.
Friends
Class CL_WEBDAV_XML_HANDLER has no friend class.
Attributes
Methods
Events
Class CL_WEBDAV_XML_HANDLER has no event.
Types
Class CL_WEBDAV_XML_HANDLER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_WEBDAV_XML_HANDLER has no parameter.
Method CONSTRUCTOR on class CL_WEBDAV_XML_HANDLER has no exception.
Method PARSE_LOCK_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LOCKINFO | Call by reference | Object reference (TYPE REF TO) | CL_HTTP_WEBDAV_LOCKINFO | SKWF WEBDAV Lockinfo | 20000627 | ||
2 | ![]() |
REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP request | 20000621 |
Method PARSE_LOCK_REQUEST on class CL_WEBDAV_XML_HANDLER has no exception.
Method PARSE_PROPFIND_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTIES | Call by reference | Type reference (TYPE) | SKWH_HTTP_WEBDAV_PROPERTY_TAB | WEBDAV Properties | 20000621 | ||
2 | ![]() |
PROPERTIES_ALL | Call by reference | Type reference (TYPE) | BOOLEAN | Alle Properties (allprop-Request) | 20000621 | ||
3 | ![]() |
PROPNAMES_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | Nur die Propertynamen | 20000621 | ||
4 | ![]() |
REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP request | 20000621 |
Method PARSE_PROPFIND_REQUEST on class CL_WEBDAV_XML_HANDLER has no exception.
Method PARSE_PROPPATCH_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTIES | Call by reference | Type reference (TYPE) | SKWH_HTTP_WEBDAV_PROPERTY_TAB | WEBDAV Properties | 20000608 | ||
2 | ![]() |
PROPERTIES_ALL | Call by reference | Type reference (TYPE) | BOOLEAN | Alle Properties (allprop-Request) | 20000608 | ||
3 | ![]() |
PROPNAMES_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | Nur die Propertynamen | 20000608 | ||
4 | ![]() |
REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP request | 20000608 |
Method PARSE_PROPPATCH_REQUEST on class CL_WEBDAV_XML_HANDLER has no exception.
Method RENDER_LOCK_RESPONSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACTIVELOCK | Call by reference | Object reference (TYPE REF TO) | CL_HTTP_WEBDAV_ACTIVELOCK | WEBDAV Properties | 20000627 | ||
2 | ![]() |
XML_RESPONSE | Call by reference | Type reference (TYPE) | XSTRING | PROPFIND-Antwort | 20000621 |
Method RENDER_LOCK_RESPONSE on class CL_WEBDAV_XML_HANDLER has no exception.
Method RENDER_MULTISTATUS_RESPONSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTIES | Call by reference | Type reference (TYPE) | SKWH_HTTP_WEBDAV_PROPERTY_TAB | WEBDAV Properties | 20000627 | ||
2 | ![]() |
XML_RESPONSE | Call by reference | Type reference (TYPE) | XSTRING | PROPFIND-Antwort | 20000627 |
Method RENDER_MULTISTATUS_RESPONSE on class CL_WEBDAV_XML_HANDLER has no exception.
Method RENDER_PROPFIND_RESPONSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTIES | Call by reference | Type reference (TYPE) | SKWH_HTTP_WEBDAV_PROPERTY_TAB | WEBDAV Properties | 20000602 | ||
2 | ![]() |
RESPONSE | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_RESPONSE | HTTP Framework (iHTTP) HTTP Response | 20011122 | ||
3 | ![]() |
SCRIPT_NAME | Call by reference | Type reference (TYPE) | STRING | Skript in der Request-URL | 20011025 | ||
4 | ![]() |
SCRIPT_NAME_EXPANDED | Call by reference | Type reference (TYPE) | STRING | Skript nach Alias-Auflösung in der Request-URL | 20011025 | ||
5 | ![]() |
XML_RESPONSE | Call by reference | Type reference (TYPE) | XSTRING | PROPFIND-Antwort | 20000602 |
Method RENDER_PROPFIND_RESPONSE on class CL_WEBDAV_XML_HANDLER has no exception.
Method RENDER_PROPPATCH_RESPONSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTIES | Call by reference | Type reference (TYPE) | SKWH_HTTP_WEBDAV_PROPERTY_TAB | WEBDAV Properties | 20000608 | ||
2 | ![]() |
RESPONSE | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_RESPONSE | HTTP Framework (iHTTP) HTTP Response | 20011122 | ||
3 | ![]() |
XML_RESPONSE | Call by reference | Type reference (TYPE) | XSTRING | PROPFIND-Antwort | 20000608 |
Method RENDER_PROPPATCH_RESPONSE on class CL_WEBDAV_XML_HANDLER has no exception.
Method XML_ATTRIBUTE_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20000605 | ||
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20000605 | ||
3 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | Namensraum | 20000605 | ||
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | Wert | 20000605 |
Method XML_ATTRIBUTE_SET on class CL_WEBDAV_XML_HANDLER has no exception.
Method XML_DOCUMENT_NAMESPACES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | IF_IXML_NODE | 20000621 |
Method XML_DOCUMENT_NAMESPACES on class CL_WEBDAV_XML_HANDLER has no exception.
Method XML_DOCUMENT_PROCESS_LOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PARENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | IF_IXML_NODE | 20000621 |
Method XML_DOCUMENT_PROCESS_LOCK on class CL_WEBDAV_XML_HANDLER has no exception.
Method XML_DOCUMENT_PROCESS_PROPFIND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PARENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | IF_IXML_NODE | 20000608 |
Method XML_DOCUMENT_PROCESS_PROPFIND on class CL_WEBDAV_XML_HANDLER has no exception.
Method XML_DOCUMENT_PROCESS_PROPPATCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PARENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | IF_IXML_NODE | 20000608 |
Method XML_DOCUMENT_PROCESS_PROPPATCH on class CL_WEBDAV_XML_HANDLER has no exception.
Method XML_ELEMENT_APPEND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOC | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20000605 | ||
2 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20000605 | ||
3 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20000605 | ||
4 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | Namensraum | 20000605 | ||
5 | ![]() |
PARENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20000605 | ||
6 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | Wert | 20010326 |
Method XML_ELEMENT_APPEND on class CL_WEBDAV_XML_HANDLER has no exception.
Method XML_TEXT_APPEND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOC | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20000605 | ||
2 | ![]() |
PARENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20000605 | ||
3 | ![]() |
TEXT | Call by reference | Type reference (TYPE) | STRING | Textblock | 20000605 |
Method XML_TEXT_APPEND on class CL_WEBDAV_XML_HANDLER has no exception.
Method XML_TEXT_VALUE_GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | IF_IXML_NODE | 20000623 | ||
2 | ![]() |
TEXT | Call by reference | Type reference (TYPE) | STRING | Text | 20000623 |
Method XML_TEXT_VALUE_GET on class CL_WEBDAV_XML_HANDLER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 50A |