SAP ABAP Interface IF_XLF_ELEM_HEADER (File header)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_XLIFF (Package) XLIFF 1.2 Library
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XLF_ELEM_HEADER File header 20100920
Properties
Interface IF_XLF_ELEM_HEADER  
Short Description File header    
General Data
Package SLXE_XLIFF   XLIFF 1.2 Library 
Created 20100920   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_XLF_ELEM_HEADER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_XLF_ELEMENT Basic interface for all elements 20100920
2 IF_XLF_NODE Basic interface for all nodes (elements and texts) 20100920
3 IF_XLF_XLIFF_ELEMENT Basic interface for all XLIFF elements 20100920
Friends
Interface IF_XLF_ELEM_HEADER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NAME Constant Public Type reference (TYPE) STRING `header` The element's name 20100920
Methods
# Method Level Visibility Method type Description Created on
1 AS_STRING Instance method Public Method 20101112
2 AS_XML_ELEMENT Instance method Public Method 20100920
3 AS_XML_NODE Instance method Public Method 20100920
4 CLONE Instance method Public Method Returns a clone of this element 20100920
5 EQUALS Instance method Public Method 20101005
6 GET_ATTRIBUTES Instance method Public Method 20100920
7 GET_CHILDREN Instance method Public Method 20100920
8 GET_CHILDREN_FINGERPRINT Instance method Public Method 20101108
9 GET_CONTEXT Instance method Public Method Returns the header's context elements 20100920
10 GET_FINGERPRINT Instance method Public Method 20101108
11 GET_NAME Instance method Public Method 20100920
12 GET_NAMESPACE_PREFIX_MAPPING Instance method Public Method 20100920
13 GET_NAMESPACE_URI Instance method Public Method 20100920
14 GET_NON_XLIFF_ELEMENTS Instance method Public Method Returns the header's non-XLIFF elements 20100920
15 GET_PARENT Instance method Public Method 20100920
16 GET_PHASE_GROUP Instance method Public Method Returns the phase-group element 20100920
17 GET_PREFIX Instance method Public Method 20100920
18 GET_SKL Instance method Public Method Returns the skl element 20100920
19 SET_CONTEXT Instance method Public Method Sets the header's context elements 20100920
20 SET_NAMESPACE_PREFIX_MAPPING Instance method Public Method 20100920
21 SET_NON_XLIFF_ELEMENTS Instance method Public Method Sets the header's non-XLIFF elements 20100920
22 SET_PHASE_GROUP Instance method Public Method Sets the phase-group element 20100920
23 SET_SKL Instance method Public Method Sets the skl element 20100920
Events
Interface IF_XLF_ELEM_HEADER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_CONTEXT Public See coding Table of header context elements 20100920 t_context TYPE STANDARD TABLE OF REF TO if_xlf_context_header WITH DEFAULT KEY
Method Signatures

Method AS_STRING Signature

Method AS_STRING on Interface IF_XLF_ELEM_HEADER has no parameter.
Method AS_STRING on Interface IF_XLF_ELEM_HEADER has no exception.

Method AS_XML_ELEMENT Signature

Method AS_XML_ELEMENT on Interface IF_XLF_ELEM_HEADER has no parameter.
Method AS_XML_ELEMENT on Interface IF_XLF_ELEM_HEADER has no exception.

Method AS_XML_NODE Signature

Method AS_XML_NODE on Interface IF_XLF_ELEM_HEADER has no parameter.
Method AS_XML_NODE on Interface IF_XLF_ELEM_HEADER has no exception.

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CLONE Value transfer Object reference (TYPE REF TO) IF_XLF_ELEM_HEADER A clone of this element 20100920

Method CLONE on Interface IF_XLF_ELEM_HEADER has no exception.

Method EQUALS Signature

Method EQUALS on Interface IF_XLF_ELEM_HEADER has no parameter.
Method EQUALS on Interface IF_XLF_ELEM_HEADER has no exception.

Method GET_ATTRIBUTES Signature

Method GET_ATTRIBUTES on Interface IF_XLF_ELEM_HEADER has no parameter.
Method GET_ATTRIBUTES on Interface IF_XLF_ELEM_HEADER has no exception.

Method GET_CHILDREN Signature

Method GET_CHILDREN on Interface IF_XLF_ELEM_HEADER has no parameter.
Method GET_CHILDREN on Interface IF_XLF_ELEM_HEADER has no exception.

Method GET_CHILDREN_FINGERPRINT Signature

Method GET_CHILDREN_FINGERPRINT on Interface IF_XLF_ELEM_HEADER has no parameter.
Method GET_CHILDREN_FINGERPRINT on Interface IF_XLF_ELEM_HEADER has no exception.

Method GET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTEXT Value transfer Type reference (TYPE) T_CONTEXT Table of header context elements 20100920

Method GET_CONTEXT on Interface IF_XLF_ELEM_HEADER has no exception.

Method GET_FINGERPRINT Signature

Method GET_FINGERPRINT on Interface IF_XLF_ELEM_HEADER has no parameter.
Method GET_FINGERPRINT on Interface IF_XLF_ELEM_HEADER has no exception.

Method GET_NAME Signature

Method GET_NAME on Interface IF_XLF_ELEM_HEADER has no parameter.
Method GET_NAME on Interface IF_XLF_ELEM_HEADER has no exception.

Method GET_NAMESPACE_PREFIX_MAPPING Signature

Method GET_NAMESPACE_PREFIX_MAPPING on Interface IF_XLF_ELEM_HEADER has no parameter.
Method GET_NAMESPACE_PREFIX_MAPPING on Interface IF_XLF_ELEM_HEADER has no exception.

Method GET_NAMESPACE_URI Signature

Method GET_NAMESPACE_URI on Interface IF_XLF_ELEM_HEADER has no parameter.
Method GET_NAMESPACE_URI on Interface IF_XLF_ELEM_HEADER has no exception.

Method GET_NON_XLIFF_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NON_XLIFF_ELEMENTS Value transfer Type reference (TYPE) TXLF_NON_XLIFF_ELEMENT The header's non-XLIFF elements 20100920

Method GET_NON_XLIFF_ELEMENTS on Interface IF_XLF_ELEM_HEADER has no exception.

Method GET_PARENT Signature

Method GET_PARENT on Interface IF_XLF_ELEM_HEADER has no parameter.
Method GET_PARENT on Interface IF_XLF_ELEM_HEADER has no exception.

Method GET_PHASE_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PHASE_GROUP Value transfer Object reference (TYPE REF TO) IF_XLF_ELEM_PHASE_GROUP The phase-group element. Might be unbound. 20100920

Method GET_PHASE_GROUP on Interface IF_XLF_ELEM_HEADER has no exception.

Method GET_PREFIX Signature

Method GET_PREFIX on Interface IF_XLF_ELEM_HEADER has no parameter.
Method GET_PREFIX on Interface IF_XLF_ELEM_HEADER has no exception.

Method GET_SKL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SKL Value transfer Object reference (TYPE REF TO) IF_XLF_ELEM_SKL The skl element. Might be unbound. 20100920

Method GET_SKL on Interface IF_XLF_ELEM_HEADER has no exception.

Method SET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Type reference (TYPE) T_CONTEXT Table of header context elements 20100920

Method SET_CONTEXT on Interface IF_XLF_ELEM_HEADER has no exception.

Method SET_NAMESPACE_PREFIX_MAPPING Signature

Method SET_NAMESPACE_PREFIX_MAPPING on Interface IF_XLF_ELEM_HEADER has no parameter.
Method SET_NAMESPACE_PREFIX_MAPPING on Interface IF_XLF_ELEM_HEADER has no exception.

Method SET_NON_XLIFF_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NON_XLIFF_ELEMENTS Call by reference Type reference (TYPE) TXLF_NON_XLIFF_ELEMENT Non-XLIFF elements to set 20100920

Method SET_NON_XLIFF_ELEMENTS on Interface IF_XLF_ELEM_HEADER has no exception.

Method SET_PHASE_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PHASE_GROUP Call by reference Object reference (TYPE REF TO) IF_XLF_ELEM_PHASE_GROUP The phase-group element. May be unbound. 20100920

Method SET_PHASE_GROUP on Interface IF_XLF_ELEM_HEADER has no exception.

Method SET_SKL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SKL Call by reference Object reference (TYPE REF TO) IF_XLF_ELEM_SKL The skl element. May be unbound. 20100920

Method SET_SKL on Interface IF_XLF_ELEM_HEADER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703