SAP ABAP Class CL_FDT_WD_EDITOR_XML (FDT WD Island: Control XML Handler for Editor)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_WD_ISLAND_EDITOR (Package) BRFplus: Island Editor
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_WD_ISLAND_CONTROL_XML FDT WD Island: Message Stream(XML) for Controls 20100608
Properties
Class CL_FDT_WD_EDITOR_XML  
Short Description FDT WD Island: Control XML Handler for Editor    
Super Class CL_FDT_WD_ISLAND_CONTROL_XML FDT WD Island: Message Stream(XML) for Controls 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_WD_ISLAND_EDITOR   BRFplus: Island Editor 
Created 20100608   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_FDT_WD_EDITOR_MODEL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FDT_WD_EDITOR_SECTION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FDT_WD_EDITOR_XML has no interface implemented.
Friends
Class CL_FDT_WD_EDITOR_XML has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CONTROL_NAME Instance attribute Private Type reference (TYPE) STRING 'sap.fdt.editor.EditorControlView' Name of Control 20100608
2 GC_XML_ATTR_ID Constant Public Type reference (TYPE) STRING 'id' 20100722
3 GC_XML_ATTR_REF Constant Public Type reference (TYPE) STRING 'ref' 20100714
4 GC_XML_ATTR_STYLE_TYPE Constant Private Type reference (TYPE) STRING 'style_type' 20100608
5 GC_XML_ATTR_SUPPLEMENT Constant Public Type reference (TYPE) STRING 'su' 20120613
6 GC_XML_ATTR_TOOLTIP Constant Private Type reference (TYPE) STRING 'tooltip' 20100608
7 GC_XML_ATTR_VALUE Constant Public Type reference (TYPE) STRING 'val' 20100714
8 GC_XML_ELEM_FUNCTIONS Constant Private Type reference (TYPE) STRING 'functions' 20100608
9 GC_XML_ELEM_KEYWORD Constant Private Type reference (TYPE) STRING 'keyword' 20100709
10 GC_XML_ELEM_KEYWORDS Constant Private Type reference (TYPE) STRING 'keywords' 20100608
11 GC_XML_ELEM_SECTIONS Constant Private Type reference (TYPE) STRING 'sections' 20100608
12 MV_TOKEN_ID Instance attribute Private Type reference (TYPE) I 1 20111011
Methods
# Method Level Visibility Method type Description Created on
1 IS_ELEMENT_TOKEN Instance method Private Method Returns if an element is a token 20110914
2 READ_SECTION Instance method Private Method Reads a section 20110913
3 READ_SECTION_CONTENT Instance method Private Method Read the sections 20110914
4 READ_TOKEN Instance method Private Method Token 20110913
5 WRITE_METADATA Instance method Private Method Writes metadata (Keywords etc.) 20100608
6 WRITE_SECTION Instance method Private Method Write a section 20100608
7 WRITE_SECTION_CONTENT Instance method Private Method Write the content of a section 20100712
8 WRITE_TOKEN Instance method Private Method Write a token 20100714
9 WRITE_TOKENS Instance method Protected Method Writes tokens 20100712
Events
Class CL_FDT_WD_EDITOR_XML has no event.
Types
Class CL_FDT_WD_EDITOR_XML has no local type.
Method Signatures

Method IS_ELEMENT_TOKEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEMENT Call by reference Type reference (TYPE) STRING 20110914
2 Returning RV_IS_TOKEN Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110914

Method IS_ELEMENT_TOKEN on class CL_FDT_WD_EDITOR_XML has no exception.

Method READ_SECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT_SECTION Call by reference Object reference (TYPE REF TO) IF_FDT_WD_EDITOR_SECTION Parent Section 20110913
2 Returning RO_SECTION Value transfer Object reference (TYPE REF TO) IF_FDT_WD_EDITOR_SECTION New Section 20110914

Method READ_SECTION on class CL_FDT_WD_EDITOR_XML has no exception.

Method READ_SECTION_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT_SECTION Value transfer Object reference (TYPE REF TO) IF_FDT_WD_EDITOR_SECTION Parent Section 20110914

Method READ_SECTION_CONTENT on class CL_FDT_WD_EDITOR_XML has no exception.

Method READ_TOKEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TOKEN_PARENT Call by reference Type reference (TYPE) STRING Parent Token 20110913
2 Returning RS_TOKEN Value transfer Type reference (TYPE) IF_FDT_WD_EDITOR_SECTION=>S_TOKEN Token 20110913

Method READ_TOKEN on class CL_FDT_WD_EDITOR_XML has no exception.

Method WRITE_METADATA Signature

Method WRITE_METADATA on class CL_FDT_WD_EDITOR_XML has no parameter.
Method WRITE_METADATA on class CL_FDT_WD_EDITOR_XML has no exception.

Method WRITE_SECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SECTION Call by reference Object reference (TYPE REF TO) IF_FDT_WD_EDITOR_SECTION 20100608

Method WRITE_SECTION on class CL_FDT_WD_EDITOR_XML has no exception.

Method WRITE_SECTION_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SECTION Call by reference Object reference (TYPE REF TO) IF_FDT_WD_EDITOR_SECTION FDT WD: Section in editor 20100712

Method WRITE_SECTION_CONTENT on class CL_FDT_WD_EDITOR_XML has no exception.

Method WRITE_TOKEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TOKEN Call by reference Type reference (TYPE) IF_FDT_WD_EDITOR_SECTION=>S_TOKEN 20100714
2 Returning RO_TOKEN_ELEMENT Value transfer Object reference (TYPE REF TO) IF_IXML_ELEMENT 20100714

Method WRITE_TOKEN on class CL_FDT_WD_EDITOR_XML has no exception.

Method WRITE_TOKENS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TOKENS Call by reference Type reference (TYPE) IF_FDT_WD_EDITOR_SECTION=>TS_TOKEN 20100712

Method WRITE_TOKENS on class CL_FDT_WD_EDITOR_XML has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703