SAP ABAP Interface IF_XLF_ELEM_FILE (File)
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_FILE File 20100929
Properties
Interface IF_XLF_ELEM_FILE  
Short Description File    
General Data
Package SLXE_XLIFF   XLIFF 1.2 Library 
Created 20100929   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_XLF_ELEM_FILE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_XLF_ELEMENT Basic interface for all elements 20100929
2 IF_XLF_NODE Basic interface for all nodes (elements and texts) 20100929
3 IF_XLF_XLIFF_ELEMENT Basic interface for all XLIFF elements 20100929
Friends
Interface IF_XLF_ELEM_FILE 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 `file` The element's name 20100929
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 20100929
3 AS_XML_NODE Instance method Public Method 20100929
4 CLONE Instance method Public Method Returns a clone of this element 20100929
5 EQUALS Instance method Public Method 20101005
6 GET_ATTRIBUTES Instance method Public Method 20100929
7 GET_BODY Instance method Public Method Returns the body element 20100929
8 GET_BUILD_NUM Instance method Public Method Returns the build-num attribute 20100929
9 GET_CATEGORY Instance method Public Method Returns the category attribute 20100929
10 GET_CHILDREN Instance method Public Method 20100929
11 GET_CHILDREN_FINGERPRINT Instance method Public Method 20101108
12 GET_DATATYPE Instance method Public Method Returns the datatype attribute 20100929
13 GET_DATE Instance method Public Method Returns the date attribute 20100929
14 GET_FINGERPRINT Instance method Public Method 20101108
15 GET_HEADER Instance method Public Method Returns the header element 20100929
16 GET_NAME Instance method Public Method 20100929
17 GET_NAMESPACE_PREFIX_MAPPING Instance method Public Method 20100929
18 GET_NAMESPACE_URI Instance method Public Method 20100929
19 GET_NON_XLIFF_ATTRIBUTES Instance method Public Method Returns the non-XLIFF attributes 20100929
20 GET_ORIGINAL Instance method Public Method Returns the original attribute 20100929
21 GET_PARENT Instance method Public Method 20100929
22 GET_PREFIX Instance method Public Method 20100929
23 GET_PRODUCT_NAME Instance method Public Method Returns the product-name attribute 20100929
24 GET_PRODUCT_VERSION Instance method Public Method Returns the product-version attribute 20100929
25 GET_SOURCE_LANGUAGE Instance method Public Method Returns the source-language attribute 20100929
26 GET_TARGET_LANGUAGE Instance method Public Method Returns the target-language attribute 20100929
27 GET_TOOL Instance method Public Method Returns the tool attribute 20100929
28 GET_TOOL_ID Instance method Public Method Returns the tool-id attribute 20100929
29 GET_TS Instance method Public Method Returns the ts attribute 20100929
30 GET_XML_SPACE Instance method Public Method Returns the xml:space attribute 20100929
31 SET_BODY Instance method Public Method Sets the body element 20100929
32 SET_BUILD_NUM Instance method Public Method Sets the build-num attribute 20100929
33 SET_CATEGORY Instance method Public Method Sets the category attribute 20100929
34 SET_DATATYPE Instance method Public Method Sets the datatype attribute 20100929
35 SET_DATE Instance method Public Method Sets the date attribute 20100929
36 SET_HEADER Instance method Public Method Sets the header element 20100929
37 SET_NAMESPACE_PREFIX_MAPPING Instance method Public Method 20100929
38 SET_NON_XLIFF_ATTRIBUTES Instance method Public Method Sets the non-XLIFF attributes 20100929
39 SET_ORIGINAL Instance method Public Method Sets the original attribute 20100929
40 SET_PRODUCT_NAME Instance method Public Method Sets the product-name attribute 20100929
41 SET_PRODUCT_VERSION Instance method Public Method Sets the product-version attribute 20100929
42 SET_SOURCE_LANGUAGE Instance method Public Method Sets the source-language attribute 20100929
43 SET_TARGET_LANGUAGE Instance method Public Method Sets the target-language attribute 20100929
44 SET_TOOL Instance method Public Method Sets the tool attribute 20100929
45 SET_TOOL_ID Instance method Public Method Sets the tool-id attribute 20100929
46 SET_TS Instance method Public Method Sets the ts attribute 20100929
47 SET_XML_SPACE Instance method Public Method Sets the xml:space attribute 20100929
Events
Interface IF_XLF_ELEM_FILE has no event.
Types
Interface IF_XLF_ELEM_FILE has no local type.
Method Signatures

Method AS_STRING Signature

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

Method AS_XML_ELEMENT Signature

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

Method AS_XML_NODE Signature

Method AS_XML_NODE on Interface IF_XLF_ELEM_FILE has no parameter.
Method AS_XML_NODE on Interface IF_XLF_ELEM_FILE 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_FILE A clone of this element 20100929

Method CLONE on Interface IF_XLF_ELEM_FILE has no exception.

Method EQUALS Signature

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

Method GET_ATTRIBUTES Signature

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

Method GET_BODY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BODY Value transfer Object reference (TYPE REF TO) IF_XLF_ELEM_BODY The body element 20100929

Method GET_BODY on Interface IF_XLF_ELEM_FILE has no exception.

Method GET_BUILD_NUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BUILD_NUM Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_BUILD_NUM The build-num attribute. Might be unbound. 20100929

Method GET_BUILD_NUM on Interface IF_XLF_ELEM_FILE has no exception.

Method GET_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CATEGORY Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_CATEGORY The category attribute. Might be unbound. 20100929

Method GET_CATEGORY on Interface IF_XLF_ELEM_FILE has no exception.

Method GET_CHILDREN Signature

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

Method GET_CHILDREN_FINGERPRINT Signature

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

Method GET_DATATYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATATYPE Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_DATATYPE The datatype attribute 20100929

Method GET_DATATYPE on Interface IF_XLF_ELEM_FILE has no exception.

Method GET_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATE Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_DATE The date attribute. Might be unbound. 20100929

Method GET_DATE on Interface IF_XLF_ELEM_FILE has no exception.

Method GET_FINGERPRINT Signature

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

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HEADER Value transfer Object reference (TYPE REF TO) IF_XLF_ELEM_HEADER The header element. Might be unbound. 20100929

Method GET_HEADER on Interface IF_XLF_ELEM_FILE has no exception.

Method GET_NAME Signature

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

Method GET_NAMESPACE_PREFIX_MAPPING Signature

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

Method GET_NAMESPACE_URI Signature

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

Method GET_NON_XLIFF_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NON_XLIFF_ATTRIBUTES Value transfer Type reference (TYPE) TXLF_NON_XLIFF_ATTRIBUTE The non-XLIFF attributes 20100929

Method GET_NON_XLIFF_ATTRIBUTES on Interface IF_XLF_ELEM_FILE has no exception.

Method GET_ORIGINAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ORIGINAL Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_ORIGINAL The original attribute 20100929

Method GET_ORIGINAL on Interface IF_XLF_ELEM_FILE has no exception.

Method GET_PARENT Signature

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

Method GET_PREFIX Signature

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

Method GET_PRODUCT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PRODUCT_NAME Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_PRODUCT_NAME The product-name attribute. Might be unbound. 20100929

Method GET_PRODUCT_NAME on Interface IF_XLF_ELEM_FILE has no exception.

Method GET_PRODUCT_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PRODUCT_VERSION Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_PRODUCT_VERSION The product-version attribute. Might be unbound. 20100929

Method GET_PRODUCT_VERSION on Interface IF_XLF_ELEM_FILE has no exception.

Method GET_SOURCE_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SOURCE_LANGUAGE Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_SOURCE_LANGUAGE The source-language attribute 20100929

Method GET_SOURCE_LANGUAGE on Interface IF_XLF_ELEM_FILE has no exception.

Method GET_TARGET_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TARGET_LANGUAGE Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_TARGET_LANGUAGE The target-language attribute. Might be unbound. 20100929

Method GET_TARGET_LANGUAGE on Interface IF_XLF_ELEM_FILE has no exception.

Method GET_TOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TOOL Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_TOOL The tool attribute 20100929

Method GET_TOOL on Interface IF_XLF_ELEM_FILE has no exception.

Method GET_TOOL_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TOOL_ID Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_TOOL_ID The tool-id attribute. Might be unbound. 20100929

Method GET_TOOL_ID on Interface IF_XLF_ELEM_FILE has no exception.

Method GET_TS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TS Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_TS The ts attribute. Might be unbound. 20100929

Method GET_TS on Interface IF_XLF_ELEM_FILE has no exception.

Method GET_XML_SPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning XML_SPACE Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_XML_SPACE The xml:space attribute. Might be unbound. 20100929

Method GET_XML_SPACE on Interface IF_XLF_ELEM_FILE has no exception.

Method SET_BODY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BODY Call by reference Object reference (TYPE REF TO) IF_XLF_ELEM_BODY The body element. Must be bound. 20100929

Method SET_BODY on Interface IF_XLF_ELEM_FILE has no exception.

Method SET_BUILD_NUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUILD_NUM Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_BUILD_NUM The build-num attribute. May be unbound. 20100929

Method SET_BUILD_NUM on Interface IF_XLF_ELEM_FILE has no exception.

Method SET_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CATEGORY Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_CATEGORY The category attribute. May be unbound. 20100929

Method SET_CATEGORY on Interface IF_XLF_ELEM_FILE has no exception.

Method SET_DATATYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATATYPE Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_DATATYPE The datatype attribute. Must be bound. 20100929

Method SET_DATATYPE on Interface IF_XLF_ELEM_FILE has no exception.

Method SET_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATE Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_DATE The date attribute. May be unbound. 20100929

Method SET_DATE on Interface IF_XLF_ELEM_FILE has no exception.

Method SET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HEADER Call by reference Object reference (TYPE REF TO) IF_XLF_ELEM_HEADER The header element. May be unbound. 20100929

Method SET_HEADER on Interface IF_XLF_ELEM_FILE has no exception.

Method SET_NAMESPACE_PREFIX_MAPPING Signature

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

Method SET_NON_XLIFF_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NON_XLIFF_ATTRIBUTES Call by reference Type reference (TYPE) TXLF_NON_XLIFF_ATTRIBUTE The non-XLIFF attributes 20100929

Method SET_NON_XLIFF_ATTRIBUTES on Interface IF_XLF_ELEM_FILE has no exception.

Method SET_ORIGINAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ORIGINAL Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_ORIGINAL The original attribute. Must be bound. 20100929

Method SET_ORIGINAL on Interface IF_XLF_ELEM_FILE has no exception.

Method SET_PRODUCT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PRODUCT_NAME Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_PRODUCT_NAME The product-name attribute. May be unbound. 20100929

Method SET_PRODUCT_NAME on Interface IF_XLF_ELEM_FILE has no exception.

Method SET_PRODUCT_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PRODUCT_VERSION Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_PRODUCT_VERSION The product-version attribute. May be unbound. 20100929

Method SET_PRODUCT_VERSION on Interface IF_XLF_ELEM_FILE has no exception.

Method SET_SOURCE_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SOURCE_LANGUAGE Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_SOURCE_LANGUAGE The attribute. Must be bound. 20100929

Method SET_SOURCE_LANGUAGE on Interface IF_XLF_ELEM_FILE has no exception.

Method SET_TARGET_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TARGET_LANGUAGE Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_TARGET_LANGUAGE The target-language attribute. May be unbound. 20100929

Method SET_TARGET_LANGUAGE on Interface IF_XLF_ELEM_FILE has no exception.

Method SET_TOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TOOL Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_TOOL The tool attribute. Defaults to 'manual' if unbound. 20100929

Method SET_TOOL on Interface IF_XLF_ELEM_FILE has no exception.

Method SET_TOOL_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TOOL_ID Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_TOOL_ID The tool-id attribute. May be unbound. 20100929

Method SET_TOOL_ID on Interface IF_XLF_ELEM_FILE has no exception.

Method SET_TS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TS Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_TS The ts attribute. May be unbound. 20100929

Method SET_TS on Interface IF_XLF_ELEM_FILE has no exception.

Method SET_XML_SPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing XML_SPACE Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_XML_SPACE The xml:space attribute. Defaults to 'default' if unbound. 20100929

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