SAP ABAP Interface IF_W3_FLOW_DOM_TREE_DIAG (Support Routines)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-WAB (Application Component) Web Application Builder
⤷
SW3_API (Package) ITS: API
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_W3_FLOW_DOM_TREE | WAB: Flow Logic - XML Tree | 20000112 |
Properties
| Interface | IF_W3_FLOW_DOM_TREE_DIAG | |
| Short Description | Support Routines |
General Data
| Package | SW3_API | ITS: API |
| Created | 20000112 | SAP |
| Last changed | 20000117 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_W3_FLOW_DOM_TREE_DIAG has no forward declaration.
Interfaces
Interface IF_W3_FLOW_DOM_TREE_DIAG has no interface.
Friends
Interface IF_W3_FLOW_DOM_TREE_DIAG has no friend.
Attributes
Interface IF_W3_FLOW_DOM_TREE_DIAG has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Find Node of Given Type and Optionally Name | 20000112 | |
| 2 | Instance method | Public | Method | Get Named Attribute of Associated DOM Node | 20000112 | |
| 3 | Instance method | Public | Method | Get Attributes of Associated DOM Node | 20000112 | |
| 4 | Instance method | Public | Method | Get Name of Associated DOM Node | 20000112 | |
| 5 | Instance method | Public | Method | Get Associated DOM Node | 20000112 | |
| 6 | Instance method | Public | Method | Get Text of Associated DOM Node | 20000112 | |
| 7 | Instance method | Public | Method | Get Type of Associated DOM Node | 20000112 | |
| 8 | Instance method | Public | Method | Delete Attribute | 20000209 | |
| 9 | Instance method | Public | Method | Set Named Attribute of Associated DOM Node | 20000112 | |
| 10 | Instance method | Public | Method | Set Name of Associated DOM Node | 20000112 | |
| 11 | Instance method | Public | Method | Set Text of Associated DOM Node | 20000209 | |
| 12 | Instance method | Public | Method | Translate Attributes to Uppercase | 20000124 |
Events
Interface IF_W3_FLOW_DOM_TREE_DIAG has no event.
Types
Interface IF_W3_FLOW_DOM_TREE_DIAG has no local type.
Method Signatures
Method FIND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | value of name attribute | 20000112 | |||
| 2 | NODE | Value transfer | Object reference (TYPE REF TO) | IF_W3_FLOW_DOM_TREE | pointer to found node; or 0 if not found | 20000112 | |||
| 3 | NODE_TYPE | Call by reference | Type reference (TYPE) | I | node type | 20000112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | node of the given type does not support name attribute | 20000112 | ||
| 2 | input parameter NODE_TYPE not supplied | 20000112 |
Method GET_DOM_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | name of attribute | 20000112 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | STRING | value of attribute | 20000112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no DOM node associated | 20000112 |
Method GET_DOM_ATTRS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTR_TAB | Call by reference | Type reference (TYPE) | TABLE | table of attribute nodes | 20000112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no DOM node associated | 20000112 |
Method GET_DOM_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOM_NAME | Value transfer | Type reference (TYPE) | STRING | name (local part) of DOM node | 20000112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no DOM node associated | 20000112 |
Method GET_DOM_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOM_NODE | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE | handle of associated DOM node | 20000112 |
Method GET_DOM_NODE on Interface IF_W3_FLOW_DOM_TREE_DIAG has no exception.
Method GET_DOM_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOM_TEXT | Call by reference | Type reference (TYPE) | STRING | text of DOM node as string | 20000112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no DOM node associated | 20000112 |
Method GET_DOM_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOM_TYPE | Value transfer | Type reference (TYPE) | I | DOM type | 20000112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no DOM node associated | 20000112 |
Method REMOVE_DOM_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | name of attribute | 20000209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Attribut existiert nicht | 20000209 | ||
| 2 | no DOM node associated | 20000209 |
Method SET_DOM_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | name of attribute | 20000112 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | STRING | value of attribute | 20000112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | attribute cannot be changed | 20000112 | ||
| 2 | no DOM node associated | 20000112 |
Method SET_DOM_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOM_NAME | Call by reference | Type reference (TYPE) | STRING | name (local part) of DOM node | 20000112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | name cannot be changed | 20000112 | ||
| 2 | no DOM node associated | 20000112 |
Method SET_DOM_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOM_TEXT | Call by reference | Type reference (TYPE) | STRING | text of DOM node as string | 20000209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Wert setzen nicht erlaubt | 20000209 | ||
| 2 | no DOM node associated | 20000209 |
Method TRANSLATE_ATTR Signature
Method TRANSLATE_ATTR on Interface IF_W3_FLOW_DOM_TREE_DIAG has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no DOM node associated | 20000124 |
History
| Last changed by/on | SAP | 20000117 |
| SAP Release Created in | 46D |