SAP ABAP Class CL_BSP_WD_ABSTR_IXML_TAG (Abstract iXML Node Wrapper)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-WKB (Application Component) Development Workbench
     CRM_BSP_WD_TOOLS (Package) Development Tools for WEBCUIF Applications
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BSP_WD_LAYOUT_TAG Layout Tag Interface 20070723
Properties
Class CL_BSP_WD_ABSTR_IXML_TAG  
Short Description Abstract iXML Node Wrapper    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_WD_TOOLS   Development Tools for WEBCUIF Applications 
Created 20070723   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IXML Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_BSP_WD_LAYOUT_TAG Layout Tag Interface 20070723
Friends
Class CL_BSP_WD_ABSTR_IXML_TAG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHILD_TAGS Instance attribute Protected Type reference (TYPE) BSPWD_TAG_TAB Table of Tag Instances 20070723
2 IS_LEAF Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070723
3 IXML_NODE Instance attribute Protected Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20070723
4 PARENT_NODE Instance attribute Protected Object reference (TYPE REF TO) IF_BSP_WD_LAYOUT_TAG Layout Tag Interface 20070723
5 TAG_REGISTRY Instance attribute Protected Object reference (TYPE REF TO) IF_BSP_WD_LAYOUT_TAG_REGISTRY Central tag register interface 20090417
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_ATTRIBUTE_IS_VALID Instance method Protected Method 20070724
2 CHECK_CHILD_IS_VALID Instance method Protected Method 20070724
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070723
4 CREATE_FROM_TEMPLATE Instance method Public Method 20090416
5 GET_ATTRIBUTE Instance method Public Method 20070723
6 GET_ATTRIBUTES Instance method Public Method 20070723
7 GET_CHILDREN Instance method Public Method 20070723
8 GET_ID Instance method Public Method 20100707
9 GET_IXML_NODE Instance method Public Method 20070723
10 GET_NAME Instance method Public Method 20070723
11 GET_PARENT Instance method Public Method 20070723
12 GET_TYPED_CHILD Instance method Protected Method 20070724
13 GET_UID Instance method Public Method 20100707
14 ON_DELETED Instance method Protected Event handling method 20070724
Events
Class CL_BSP_WD_ABSTR_IXML_TAG has no event.
Types
Class CL_BSP_WD_ABSTR_IXML_TAG has no local type.
Method Signatures

Method CHECK_ATTRIBUTE_IS_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20070724
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20070724

Method CHECK_ATTRIBUTE_IS_VALID on class CL_BSP_WD_ABSTR_IXML_TAG has no exception.

Method CHECK_CHILD_IS_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20070724
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20070724

Method CHECK_CHILD_IS_VALID on class CL_BSP_WD_ABSTR_IXML_TAG has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IXML_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20070723
2 Importing IV_PARENT_NODE Call by reference Object reference (TYPE REF TO) IF_BSP_WD_LAYOUT_TAG Layout Tag Interface 20070723
3 Importing IV_TAG_REGISTRY Call by reference Object reference (TYPE REF TO) IF_BSP_WD_LAYOUT_TAG_REGISTRY Central tag register interface 20090417

Method CONSTRUCTOR on class CL_BSP_WD_ABSTR_IXML_TAG has no exception.

Method CREATE_FROM_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEMPLATE_TAG Call by reference Object reference (TYPE REF TO) IF_BSP_WD_LAYOUT_TAG Layout Tag Interface 20090416

Method CREATE_FROM_TEMPLATE on class CL_BSP_WD_ABSTR_IXML_TAG has no exception.

Method GET_ATTRIBUTE Signature

Method GET_ATTRIBUTE on class CL_BSP_WD_ABSTR_IXML_TAG has no parameter.
Method GET_ATTRIBUTE on class CL_BSP_WD_ABSTR_IXML_TAG has no exception.

Method GET_ATTRIBUTES Signature

Method GET_ATTRIBUTES on class CL_BSP_WD_ABSTR_IXML_TAG has no parameter.
Method GET_ATTRIBUTES on class CL_BSP_WD_ABSTR_IXML_TAG has no exception.

Method GET_CHILDREN Signature

Method GET_CHILDREN on class CL_BSP_WD_ABSTR_IXML_TAG has no parameter.
Method GET_CHILDREN on class CL_BSP_WD_ABSTR_IXML_TAG has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20100707

Method GET_ID on class CL_BSP_WD_ABSTR_IXML_TAG has no exception.

Method GET_IXML_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_IXML_NODE 20070723

Method GET_IXML_NODE on class CL_BSP_WD_ABSTR_IXML_TAG has no exception.

Method GET_NAME Signature

Method GET_NAME on class CL_BSP_WD_ABSTR_IXML_TAG has no parameter.
Method GET_NAME on class CL_BSP_WD_ABSTR_IXML_TAG has no exception.

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_WD_LAYOUT_TAG Layout Tag Interface 20070723

Method GET_PARENT on class CL_BSP_WD_ABSTR_IXML_TAG has no exception.

Method GET_TYPED_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IXML_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT 20070724
2 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_WD_LAYOUT_TAG Layout Tag Interface 20070724

Method GET_TYPED_CHILD on class CL_BSP_WD_ABSTR_IXML_TAG has no exception.

Method GET_UID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20100707

Method GET_UID on class CL_BSP_WD_ABSTR_IXML_TAG has no exception.

Method ON_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20070724

Method ON_DELETED on class CL_BSP_WD_ABSTR_IXML_TAG has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700