Hierarchy
⤷
⤷
Properties
| Class | CL_XSLFO_PROPERTY_REFINER | |
| Short Description | XSL Formatter Property Refiner | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_XSL_FO_PROCESSOR | XSL Formatted Objects Processor |
| Created | 20080129 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_XSLFO_PROPERTY_REFINER has no interface implemented.
Friends
Class CL_XSLFO_PROPERTY_REFINER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 30 | 1:n mapping | 20080131 | ||
| 2 | Constant | Public | Type reference (TYPE) | I | 31 | 1:n mapping, length + conditionality | 20080131 | ||
| 3 | Constant | Public | Type reference (TYPE) | I | 33 | 20080131 | |||
| 4 | Constant | Public | Type reference (TYPE) | I | 32 | 20080131 | |||
| 5 | Constant | Public | Type reference (TYPE) | I | 20 | 1:1 mapping, enumeration | 20080131 | ||
| 6 | Constant | Public | Type reference (TYPE) | I | 21 | 20080131 | |||
| 7 | Constant | Public | Type reference (TYPE) | I | 3 | 20080131 | |||
| 8 | Constant | Public | Type reference (TYPE) | I | 1 | 1:1 mapping, length | 20080131 | ||
| 9 | Constant | Public | Type reference (TYPE) | I | 2 | 1:1 mapping, length or percentage | 20080131 | ||
| 10 | Constant | Public | Type reference (TYPE) | I | 40 | 20080131 | |||
| 11 | Constant | Public | Type reference (TYPE) | I | 41 | 1:1 mapping, color property | 20080131 | ||
| 12 | Constant | Public | Type reference (TYPE) | I | 42 | 20080131 | |||
| 13 | Constant | Public | Type reference (TYPE) | I | 44 | 20080207 | |||
| 14 | Constant | Public | Type reference (TYPE) | I | 43 | 20080131 | |||
| 15 | Constant | Public | Type reference (TYPE) | I | 4 | 1:1 mapping, string copy | 20080131 | ||
| 16 | Static Attribute | Public | Type reference (TYPE) | TY_RULE_TABLE | 20080131 | ||||
| 17 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_XSLFO_LOG | XSL-FO logging helper class | 20080130 | |||
| 18 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_XSLFO_OBJECT_NODE | XSL-FO object node | 20080130 |
Methods
Events
Class CL_XSLFO_PROPERTY_REFINER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_RULE | Public | See coding | 20080131 | begin of TY_RULE,
property TYPE string,
rule TYPE i,
trait TYPE cl_xslfo_trait=>ty_id,
end of ty_rule
|
||
| 2 | TY_RULE_TABLE | Public | See coding | 20080131 | ty_rule_table TYPE HASHED TABLE OF ty_rule WITH UNIQUE KEY property INITIAL SIZE 150
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_XSLFO_PROPERTY_REFINER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_XSLFO_PROPERTY_REFINER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_XSLFO_PROPERTY_REFINER has no parameter.
Method CONSTRUCTOR on class CL_XSLFO_PROPERTY_REFINER has no exception.
Method GET_COLOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20081203 | ||||
| 2 | RV_HEX | Value transfer | Type reference (TYPE) | STRING | 20081203 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSL-FO parse error | 20081203 |
Method GET_SUPPORTED_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_PROPERTIES | Value transfer | Type reference (TYPE) | XSLFO_STRINGTAB | String Table | 20081112 |
Method GET_SUPPORTED_PROPERTIES on class CL_XSLFO_PROPERTY_REFINER has no exception.
Method PARSE_INTEGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080131 | ||||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | I | 20080131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080131 |
Method PARSE_LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080131 | ||||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | I | 20080131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSL-FO parse error | 20080131 |
Method PARSE_PERCENTAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080131 | ||||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | I | 20080131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080131 |
Method PARSE_REAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080303 | ||||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | I | 20080303 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080303 |
Method PROCESS_COMPLEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20080205 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080205 |
Method PROCESS_COMPLEX_LEN_CON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20080131 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080131 |
Method PROCESS_COMPLEX_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20080205 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080205 |
Method PROCESS_COMPLEX_SPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20080205 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080205 |
Method PROCESS_ENUM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRAIT | Call by reference | Type reference (TYPE) | CL_XSLFO_TRAIT=>TY_ID | 20080205 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080205 |
Method PROCESS_ENUM_CON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRAIT | Call by reference | Type reference (TYPE) | CL_XSLFO_TRAIT=>TY_ID | 20080131 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080131 |
Method PROCESS_INTEGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRAIT | Call by reference | Type reference (TYPE) | CL_XSLFO_TRAIT=>TY_ID | 20080131 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSL-FO parse error | 20080131 |
Method PROCESS_LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRAIT | Call by reference | Type reference (TYPE) | CL_XSLFO_TRAIT=>TY_ID | 20080131 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSL-FO parse error | 20080131 |
Method PROCESS_LENGTH_PERCENTAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRAIT | Call by reference | Type reference (TYPE) | CL_XSLFO_TRAIT=>TY_ID | 20080205 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080205 |
Method PROCESS_PERCENTAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRAIT | Call by reference | Type reference (TYPE) | CL_XSLFO_TRAIT=>TY_ID | 20080131 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080131 |
Method PROCESS_SPECIAL_COLOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRAIT | Call by reference | Type reference (TYPE) | CL_XSLFO_TRAIT=>TY_ID | 20080131 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080131 |
Method PROCESS_SPECIAL_FONT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20080205 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080205 |
Method PROCESS_SPECIAL_LANG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20080207 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080207 |
Method PROCESS_SPECIAL_LEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20080205 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080205 |
Method PROCESS_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRAIT | Call by reference | Type reference (TYPE) | CL_XSLFO_TRAIT=>TY_ID | 20080131 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080131 |
Method REFINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20080130 | ||||
| 2 | IV_NAMESPACE | Call by reference | Type reference (TYPE) | STRING | 20080130 | ||||
| 3 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080130 |
Method REFINE on class CL_XSLFO_PROPERTY_REFINER has no exception.
Method REFINE_NONAMESPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20090914 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20090914 |
Method REFINE_NONAMESPACE on class CL_XSLFO_PROPERTY_REFINER has no exception.
Method SET_OBJECT_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OBJECT_NODE | Call by reference | Object reference (TYPE REF TO) | CL_XSLFO_OBJECT_NODE | XSL-FO object node | 20080130 |
Method SET_OBJECT_NODE on class CL_XSLFO_PROPERTY_REFINER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 711 |