SAP ABAP Class CL_XSLFO_PAGESEQUENCE_NODE (Node - page-sequence)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-I18 (Application Component) Internationalization (I18N)
⤷
S_XSL_FO_OBJECT_MODEL (Package) (obsolote prototype) XSL Formatted Objects Object Model
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_XSLFO_OBJECT_NODE | Node - superclass for all objects | 20080206 |
Properties
| Class | CL_XSLFO_PAGESEQUENCE_NODE | |
| Short Description | Node - page-sequence | |
| Super Class | CL_XSLFO_OBJECT_NODE | Node - superclass for all objects |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_XSL_FO_OBJECT_MODEL | (obsolote prototype) XSL Formatted Objects Object Model |
| Created | 20080206 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_XSLFO_PAGESEQUENCE_NODE has no forward declaration.
Interfaces
Class CL_XSLFO_PAGESEQUENCE_NODE has no interface implemented.
Friends
Class CL_XSLFO_PAGESEQUENCE_NODE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_XSLFO_PAGEMASTER_NODE | XSL-FO Superclass for Page-Masters | 20080206 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | TY_BLOCK_ID_TABLE | 20090911 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | TY_FLOW_TABLE | 20080218 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | TY_REG_CITATION_TABLE | 20090911 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | TY_STATIC_TABLE | 20080218 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | I | 20080206 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | deregister the text are from the list | 20090914 | |
| 2 | Instance method | Public | Method | dissolve reference of the page-number-citation | 20090914 | |
| 3 | Instance method | Public | Method | Generate pages under cl_xslfo_runtime=>root_area | 20081118 | |
| 4 | Instance method | Public | Method | Table of page-number-citation | 20090914 |
Events
Class CL_XSLFO_PAGESEQUENCE_NODE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_BLOCK_ID | Public | See coding | 20090911 | BEGIN OF ty_block_id,
name TYPE string,
page TYPE i,
modified TYPE abap_bool, " flag for modification
END OF ty_block_id
|
||
| 2 | TY_BLOCK_ID_TABLE | Public | See coding | 20090911 | ty_block_id_table TYPE HASHED TABLE OF ty_block_id WITH UNIQUE KEY name
|
||
| 3 | TY_FLOW | Public | See coding | 20080218 | begin of TY_FLOW,
name TYPE string,
area TYPE REF TO cl_Xslfo_block_Area,
end of TY_FLOW
|
||
| 4 | TY_FLOW_TABLE | Public | See coding | 20080218 | TY_FLOW_TABLE type hashed table of ty_flow with unique key name
|
||
| 5 | TY_REG_CITATION | Public | See coding | 20090911 | BEGIN OF ty_reg_citation,
name TYPE string,
area_obj TYPE REF TO cl_xslfo_inline_text_area,
END OF ty_reg_citation
|
||
| 6 | TY_REG_CITATION_TABLE | Public | See coding | 20090911 | ty_reg_citation_table TYPE SORTED TABLE OF ty_reg_citation
WITH UNIQUE KEY name area_obj
|
||
| 7 | TY_STATIC | Public | See coding | 20090112 | begin of TY_STATIC,
name TYPE string,
node TYPE REF TO cl_Xslfo_flow_node,
end of TY_STATIC
|
||
| 8 | TY_STATIC_TABLE | Public | See coding | 20090112 | TY_STATIC_TABLE type hashed table of ty_static with unique key name
|
Method Signatures
Method DEREGISTER_REF_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TEXT_AREA | Call by reference | Object reference (TYPE REF TO) | CL_XSLFO_INLINE_TEXT_AREA | Area - normal text | 20090914 | |||
| 2 | IV_REF_ID | Call by reference | Type reference (TYPE) | STRING | 20090914 |
Method DEREGISTER_REF_ID on class CL_XSLFO_PAGESEQUENCE_NODE has no exception.
Method DISSOLVE_REF_ID Signature
Method DISSOLVE_REF_ID on class CL_XSLFO_PAGESEQUENCE_NODE has no parameter.
Method DISSOLVE_REF_ID on class CL_XSLFO_PAGESEQUENCE_NODE has no exception.
Method GENERATE_PAGES Signature
Method GENERATE_PAGES on class CL_XSLFO_PAGESEQUENCE_NODE has no parameter.
Method GENERATE_PAGES on class CL_XSLFO_PAGESEQUENCE_NODE has no exception.
Method REGISTER_REF_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TEXT_AREA | Call by reference | Object reference (TYPE REF TO) | CL_XSLFO_INLINE_TEXT_AREA | Area - normal text | 20090914 | |||
| 2 | IV_REF_ID | Call by reference | Type reference (TYPE) | STRING | 20090914 |
Method REGISTER_REF_ID on class CL_XSLFO_PAGESEQUENCE_NODE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 711 |