SAP ABAP Class IF_XLF_ELEM_XLIFF (XLIFF document)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_XLF_ELEMENT Basic interface for all elements 20100929
2 Interface composition (i COMPRISING i_ref)  IF_XLF_NODE Basic interface for all nodes (elements and texts) 20100929
3 Interface composition (i COMPRISING i_ref)  IF_XLF_XLIFF_ELEMENT Basic interface for all XLIFF elements 20100929
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XLF_ELEM_XLIFF XLIFF document 20100929
Properties
Class IF_XLF_ELEM_XLIFF  
Short Description XLIFF document    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100929   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_XLF_ELEM_XLIFF has no forward declaration.
Interfaces
Class IF_XLF_ELEM_XLIFF has no interface implemented.
Friends
Class IF_XLF_ELEM_XLIFF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NAME Constant Public Type reference (TYPE) STRING `xliff` 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 CHECK_CONSTRAINTS Instance method Public Method Checks uniqueness-, key- and key-reference constraints 20101004
5 CLONE Instance method Public Method Returns a clone of this element 20100929
6 EQUALS Instance method Public Method 20101005
7 GET_ATTRIBUTES Instance method Public Method 20100929
8 GET_CHILDREN Instance method Public Method 20100929
9 GET_CHILDREN_FINGERPRINT Instance method Public Method 20101108
10 GET_FILES Instance method Public Method Returns the file elements 20100929
11 GET_FINGERPRINT Instance method Public Method 20101108
12 GET_NAME Instance method Public Method 20100929
13 GET_NAMESPACE_PREFIX_MAPPING Instance method Public Method 20100929
14 GET_NAMESPACE_URI Instance method Public Method 20100929
15 GET_NON_XLIFF_ATTRIBUTES Instance method Public Method Returns the non-XLIFF attributes 20100929
16 GET_NON_XLIFF_ELEMENTS Instance method Public Method Returns the non-XLIFF elements 20100929
17 GET_PARENT Instance method Public Method 20100929
18 GET_PREFIX Instance method Public Method 20100929
19 GET_VERSION Instance method Public Method Returns the version attribute 20100929
20 GET_XML_LANG Instance method Public Method Returns the xml:lang attribute 20100929
21 SET_FILES Instance method Public Method Sets the file elements 20100929
22 SET_NAMESPACE_PREFIX_MAPPING Instance method Public Method 20100929
23 SET_NON_XLIFF_ATTRIBUTES Instance method Public Method Sets the non-XLIFF attributes 20100929
24 SET_VERSION Instance method Public Method Sets the version attribute 20100929
25 SET_XML_LANG Instance method Public Method Sets the xml:lang attribute 20100929
Events
Class IF_XLF_ELEM_XLIFF has no event.
Types
Class IF_XLF_ELEM_XLIFF has no local type.
Method Signatures

Method AS_STRING Signature

Method AS_STRING on class IF_XLF_ELEM_XLIFF has no parameter.
Method AS_STRING on class IF_XLF_ELEM_XLIFF has no exception.

Method AS_XML_ELEMENT Signature

Method AS_XML_ELEMENT on class IF_XLF_ELEM_XLIFF has no parameter.
Method AS_XML_ELEMENT on class IF_XLF_ELEM_XLIFF has no exception.

Method AS_XML_NODE Signature

Method AS_XML_NODE on class IF_XLF_ELEM_XLIFF has no parameter.
Method AS_XML_NODE on class IF_XLF_ELEM_XLIFF has no exception.

Method CHECK_CONSTRAINTS Signature

Method CHECK_CONSTRAINTS on class IF_XLF_ELEM_XLIFF has no parameter.
# Exception Resumable Description Created on
1 CX_XLF_CONSTRAINT_VIOLATION A constraint of an XLIFF document is violated 20101004

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_XLIFF A clone of this element 20100929

Method CLONE on class IF_XLF_ELEM_XLIFF has no exception.

Method EQUALS Signature

Method EQUALS on class IF_XLF_ELEM_XLIFF has no parameter.
Method EQUALS on class IF_XLF_ELEM_XLIFF has no exception.

Method GET_ATTRIBUTES Signature

Method GET_ATTRIBUTES on class IF_XLF_ELEM_XLIFF has no parameter.
Method GET_ATTRIBUTES on class IF_XLF_ELEM_XLIFF has no exception.

Method GET_CHILDREN Signature

Method GET_CHILDREN on class IF_XLF_ELEM_XLIFF has no parameter.
Method GET_CHILDREN on class IF_XLF_ELEM_XLIFF has no exception.

Method GET_CHILDREN_FINGERPRINT Signature

Method GET_CHILDREN_FINGERPRINT on class IF_XLF_ELEM_XLIFF has no parameter.
Method GET_CHILDREN_FINGERPRINT on class IF_XLF_ELEM_XLIFF has no exception.

Method GET_FILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FILES Value transfer Type reference (TYPE) TXLF_FILE The file elements 20100929

Method GET_FILES on class IF_XLF_ELEM_XLIFF has no exception.

Method GET_FINGERPRINT Signature

Method GET_FINGERPRINT on class IF_XLF_ELEM_XLIFF has no parameter.
Method GET_FINGERPRINT on class IF_XLF_ELEM_XLIFF has no exception.

Method GET_NAME Signature

Method GET_NAME on class IF_XLF_ELEM_XLIFF has no parameter.
Method GET_NAME on class IF_XLF_ELEM_XLIFF has no exception.

Method GET_NAMESPACE_PREFIX_MAPPING Signature

Method GET_NAMESPACE_PREFIX_MAPPING on class IF_XLF_ELEM_XLIFF has no parameter.
Method GET_NAMESPACE_PREFIX_MAPPING on class IF_XLF_ELEM_XLIFF has no exception.

Method GET_NAMESPACE_URI Signature

Method GET_NAMESPACE_URI on class IF_XLF_ELEM_XLIFF has no parameter.
Method GET_NAMESPACE_URI on class IF_XLF_ELEM_XLIFF 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 class IF_XLF_ELEM_XLIFF 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 non-XLIFF elements 20100929

Method GET_NON_XLIFF_ELEMENTS on class IF_XLF_ELEM_XLIFF has no exception.

Method GET_PARENT Signature

Method GET_PARENT on class IF_XLF_ELEM_XLIFF has no parameter.
Method GET_PARENT on class IF_XLF_ELEM_XLIFF has no exception.

Method GET_PREFIX Signature

Method GET_PREFIX on class IF_XLF_ELEM_XLIFF has no parameter.
Method GET_PREFIX on class IF_XLF_ELEM_XLIFF has no exception.

Method GET_VERSION Signature

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

Method GET_VERSION on class IF_XLF_ELEM_XLIFF has no exception.

Method GET_XML_LANG Signature

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

Method GET_XML_LANG on class IF_XLF_ELEM_XLIFF has no exception.

Method SET_FILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILES Call by reference Type reference (TYPE) TXLF_FILE The file elements. Must not be empty. 20100929

Method SET_FILES on class IF_XLF_ELEM_XLIFF has no exception.

Method SET_NAMESPACE_PREFIX_MAPPING Signature

Method SET_NAMESPACE_PREFIX_MAPPING on class IF_XLF_ELEM_XLIFF has no parameter.
Method SET_NAMESPACE_PREFIX_MAPPING on class IF_XLF_ELEM_XLIFF 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 class IF_XLF_ELEM_XLIFF has no exception.

Method SET_VERSION Signature

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

Method SET_VERSION on class IF_XLF_ELEM_XLIFF has no exception.

Method SET_XML_LANG Signature

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

Method SET_XML_LANG on class IF_XLF_ELEM_XLIFF has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in