SAP ABAP Class CL_O2_HTML_TAG (HTML Tags)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-WAB (Application Component) Web Application Builder
⤷
SO2_HTML (Package) HTML Browser
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_O2_HTML_PATTERN | Interface for HTML Pattern | 20010108 |
Properties
| Class | CL_O2_HTML_TAG | |
| Short Description | HTML Tags | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SO2_HTML | HTML Browser |
| Created | 20010108 | SAP |
| Last change | 20010108 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_O2_HTML_TAG has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_O2_HTML_PATTERN | Interface for HTML Pattern | 20010108 |
Friends
Class CL_O2_HTML_TAG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | O2LANGTYP | 'BSP' | Language Dialect: HTML | 20010108 | ||
| 2 | Static Attribute | Public | Type reference (TYPE) | O2LANGTYP | 'HTML' | Language Dialect: HTML | 20010108 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | O2HTMLATTRS | Table of HTML Tag Attribute References | 20010108 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | O2HTMLTAG | HTML Tags | 20010108 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | O2HTML_ATTRIBUTES | Table of HTML Tag Attributes | 20010108 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20010108 | |
| 2 | Instance method | Public | Method | Return Attributes for HTML Tag | 20010108 | |
| 3 | Instance method | Public | Method | Is Tag a Pattern | 20010109 | |
| 4 | Instance method | Public | Method | Read Language Type of Tag | 20010108 | |
| 5 | Instance method | Public | Method | Read Name of Tag | 20010108 | |
| 6 | Instance method | Public | Method | Read Number of Tag Attributes | 20010109 | |
| 7 | Static method | Public | Method | Selects a Set of Tags | 20010108 |
Events
Class CL_O2_HTML_TAG has no event.
Types
Class CL_O2_HTML_TAG has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_TAG_ATTRIBUTES | Call by reference | Type reference (TYPE) | O2HTML_ATTRIBUTES | Tabelle von HTML Tag Attributen | 20010108 | |||
| 2 | P_TAG_DATA | Call by reference | Type reference (TYPE) | O2HTMLTAG | HTML Tags | 20010108 |
Method CONSTRUCTOR on class CL_O2_HTML_TAG has no exception.
Method GET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ATTRIBUTES | Value transfer | Type reference (TYPE) | O2HTMLATTRS | Tabelle von HTML Tag Attributen | 20010108 |
Method GET_ATTRIBUTES on class CL_O2_HTML_TAG has no exception.
Method GET_IS_PATTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_PATTERN | Value transfer | Type reference (TYPE) | SEU_BOOL | Tag ist ein Muster? | 20010109 |
Method GET_IS_PATTERN on class CL_O2_HTML_TAG has no exception.
Method GET_LANGUAGE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_LANGUAGE_TYPE | Value transfer | Type reference (TYPE) | O2LANGTYP | HTML Sprachdialekt | 20010108 |
Method GET_LANGUAGE_TYPE on class CL_O2_HTML_TAG has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_NAME | Value transfer | Type reference (TYPE) | O2TAGNAME | HTML Tagname | 20010108 |
Method GET_NAME on class CL_O2_HTML_TAG has no exception.
Method GET_NUMBER_OF_ATTRIBS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_NUMBER_OF_ATTRIBS | Value transfer | Type reference (TYPE) | I | Anzahl Tagattribute | 20010109 |
Method GET_NUMBER_OF_ATTRIBS on class CL_O2_HTML_TAG has no exception.
Method SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_HTML_TAGS | Value transfer | Type reference (TYPE) | O2HTMLTAGS | Tabelle von HTML Tag Referenzen | 20010108 | |||
| 2 | P_LANGUAGE_TYPE | Call by reference | Type reference (TYPE) | O2LANGTYP | C_LANGUAGE_TYPE_HTML | HTML Sprachdialekt | 20010108 | ||
| 3 | P_TAGNAME | Call by reference | Type reference (TYPE) | O2TAGNAME | HTML Tagname | 20010108 |
Method SELECT on class CL_O2_HTML_TAG has no exception.
History
| Last changed by/on | SAP | 20010108 |
| SAP Release Created in | 610 |