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 FIND Instance method Public Method Find Node of Given Type and Optionally Name 20000112
2 GET_DOM_ATTR Instance method Public Method Get Named Attribute of Associated DOM Node 20000112
3 GET_DOM_ATTRS Instance method Public Method Get Attributes of Associated DOM Node 20000112
4 GET_DOM_NAME Instance method Public Method Get Name of Associated DOM Node 20000112
5 GET_DOM_NODE Instance method Public Method Get Associated DOM Node 20000112
6 GET_DOM_TEXT Instance method Public Method Get Text of Associated DOM Node 20000112
7 GET_DOM_TYPE Instance method Public Method Get Type of Associated DOM Node 20000112
8 REMOVE_DOM_ATTR Instance method Public Method Delete Attribute 20000209
9 SET_DOM_ATTR Instance method Public Method Set Named Attribute of Associated DOM Node 20000112
10 SET_DOM_NAME Instance method Public Method Set Name of Associated DOM Node 20000112
11 SET_DOM_TEXT Instance method Public Method Set Text of Associated DOM Node 20000209
12 TRANSLATE_ATTR 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 Importing NAME Call by reference Type reference (TYPE) STRING value of name attribute 20000112
2 Returning NODE Value transfer Object reference (TYPE REF TO) IF_W3_FLOW_DOM_TREE pointer to found node; or 0 if not found 20000112
3 Importing NODE_TYPE Call by reference Type reference (TYPE) I node type 20000112
# Exception Resumable Description Created on
1 NAME_NOT_SUPPORTED node of the given type does not support name attribute 20000112
2 NO_NODE_TYPE 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 Importing NAME Call by reference Type reference (TYPE) STRING name of attribute 20000112
2 Exporting VALUE Call by reference Type reference (TYPE) STRING value of attribute 20000112
# Exception Resumable Description Created on
1 NO_DOM_NODE 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 Exporting ATTR_TAB Call by reference Type reference (TYPE) TABLE table of attribute nodes 20000112
# Exception Resumable Description Created on
1 NO_DOM_NODE 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 Returning DOM_NAME Value transfer Type reference (TYPE) STRING name (local part) of DOM node 20000112
# Exception Resumable Description Created on
1 NO_DOM_NODE 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 Returning 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 Exporting 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 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 Returning DOM_TYPE Value transfer Type reference (TYPE) I DOM type 20000112
# Exception Resumable Description Created on
1 NO_DOM_NODE 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 Importing NAME Call by reference Type reference (TYPE) STRING name of attribute 20000209
# Exception Resumable Description Created on
1 NOT_FOUND Attribut existiert nicht 20000209
2 NO_DOM_NODE 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 Importing NAME Call by reference Type reference (TYPE) STRING name of attribute 20000112
2 Importing VALUE Call by reference Type reference (TYPE) STRING value of attribute 20000112
# Exception Resumable Description Created on
1 NOT_ALLOWED attribute cannot be changed 20000112
2 NO_DOM_NODE 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 Importing DOM_NAME Call by reference Type reference (TYPE) STRING name (local part) of DOM node 20000112
# Exception Resumable Description Created on
1 NOT_ALLOWED name cannot be changed 20000112
2 NO_DOM_NODE 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 Importing DOM_TEXT Call by reference Type reference (TYPE) STRING text of DOM node as string 20000209
# Exception Resumable Description Created on
1 NOT_ALLOWED Wert setzen nicht erlaubt 20000209
2 NO_DOM_NODE 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 no DOM node associated 20000124
History
Last changed by/on SAP  20000117 
SAP Release Created in 46D