SAP ABAP Interface IF_XLF_ELEM_TARGET (Target)
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_TARGET Target 20100923
Properties
Interface IF_XLF_ELEM_TARGET  
Short Description Target    
General Data
Package SLXE_XLIFF   XLIFF 1.2 Library 
Created 20100923   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_XLF_ELEM_TARGET has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_XLF_ELEMENT Basic interface for all elements 20100923
2 IF_XLF_NODE Basic interface for all nodes (elements and texts) 20100923
3 IF_XLF_XLIFF_ELEMENT Basic interface for all XLIFF elements 20100923
Friends
Interface IF_XLF_ELEM_TARGET 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 `target` The element's name 20100923
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 20100923
3 AS_XML_NODE Instance method Public Method 20100923
4 CLONE Instance method Public Method Returns a clone of this element 20100923
5 EQUALS Instance method Public Method 20101005
6 GET_ATTRIBUTES Instance method Public Method 20100923
7 GET_CHILDREN Instance method Public Method 20100923
8 GET_CHILDREN_FINGERPRINT Instance method Public Method 20101108
9 GET_CONTENT Instance method Public Method Returns the element's content 20100923
10 GET_COORD Instance method Public Method Returns the coord attribute 20100923
11 GET_CSS_STYLE Instance method Public Method Returns the css-style attribute 20100923
12 GET_EQUIV_TRANS Instance method Public Method Returns the equiv-trans attribute 20100923
13 GET_EXSTYLE Instance method Public Method Returns the exstyle attribute 20100923
14 GET_FINGERPRINT Instance method Public Method 20101108
15 GET_FONT Instance method Public Method Returns the font attribute 20100923
16 GET_NAME Instance method Public Method 20100923
17 GET_NAMESPACE_PREFIX_MAPPING Instance method Public Method 20100923
18 GET_NAMESPACE_URI Instance method Public Method 20100923
19 GET_NON_XLIFF_ATTRIBUTES Instance method Public Method Returns the non-XLIFF attributes 20100923
20 GET_PARENT Instance method Public Method 20100923
21 GET_PHASE_NAME Instance method Public Method Returns the phase-name attribute 20100923
22 GET_PLAIN_TEXT Instance method Public Method Returns the element's content as plain-text 20100923
23 GET_PREFIX Instance method Public Method 20100923
24 GET_RESNAME Instance method Public Method Returns the resname attribute 20100923
25 GET_RESTYPE Instance method Public Method Returns the restype attribute 20100923
26 GET_STATE Instance method Public Method Returns the state attribute 20100923
27 GET_STATE_QUALIFIER Instance method Public Method Returns the state-qualifier attribute 20100923
28 GET_STYLE Instance method Public Method Returns the style attribute 20100923
29 GET_TS Instance method Public Method Returns the ts attribute 20100923
30 GET_XML_LANG Instance method Public Method Returns the xml:lang attribute 20100923
31 SET_CONTENT Instance method Public Method Sets the element's content 20100923
32 SET_COORD Instance method Public Method Sets the coord attribute 20100923
33 SET_CSS_STYLE Instance method Public Method Sets the css-style attribute 20100923
34 SET_EQUIV_TRANS Instance method Public Method Sets the equiv-trans attribute 20100923
35 SET_EXSTYLE Instance method Public Method Sets the exstyle attribute 20100923
36 SET_FONT Instance method Public Method Sets the font attribute 20100923
37 SET_NAMESPACE_PREFIX_MAPPING Instance method Public Method 20100923
38 SET_NON_XLIFF_ATTRIBUTES Instance method Public Method Sets the non-XLIFF attributes 20100923
39 SET_PHASE_NAME Instance method Public Method Sets the phase-name attribute 20100923
40 SET_RESNAME Instance method Public Method Sets the resname attribute 20100923
41 SET_RESTYPE Instance method Public Method Sets the restype attribute 20100923
42 SET_STATE Instance method Public Method Sets the state attribute 20100923
43 SET_STATE_QUALIFIER Instance method Public Method Sets the state-qualifier attribute 20100923
44 SET_STYLE Instance method Public Method Sets the style attribute 20100923
45 SET_TS Instance method Public Method Sets the ts attribute 20100923
46 SET_XML_LANG Instance method Public Method Sets the xml:lang attribute 20100923
Events
Interface IF_XLF_ELEM_TARGET has no event.
Types
Interface IF_XLF_ELEM_TARGET has no local type.
Method Signatures

Method AS_STRING Signature

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

Method AS_XML_ELEMENT Signature

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

Method AS_XML_NODE Signature

Method AS_XML_NODE on Interface IF_XLF_ELEM_TARGET has no parameter.
Method AS_XML_NODE on Interface IF_XLF_ELEM_TARGET 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_TARGET A clone of this element 20100923

Method CLONE on Interface IF_XLF_ELEM_TARGET has no exception.

Method EQUALS Signature

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

Method GET_ATTRIBUTES Signature

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

Method GET_CHILDREN Signature

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

Method GET_CHILDREN_FINGERPRINT Signature

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

Method GET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTENT Value transfer Type reference (TYPE) TXLF_TEXT_FRAGMENT The element's content 20100923

Method GET_CONTENT on Interface IF_XLF_ELEM_TARGET has no exception.

Method GET_COORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COORD Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_COORD The coord attribute. Might be unbound. 20100923

Method GET_COORD on Interface IF_XLF_ELEM_TARGET has no exception.

Method GET_CSS_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CSS_STYLE Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_CSS_STYLE The css-style attribute. Might be unbound. 20100923

Method GET_CSS_STYLE on Interface IF_XLF_ELEM_TARGET has no exception.

Method GET_EQUIV_TRANS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EQUIV_TRANS Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_EQUIV_TRANS The equiv-trans attribute. Might be unbound. 20100923

Method GET_EQUIV_TRANS on Interface IF_XLF_ELEM_TARGET has no exception.

Method GET_EXSTYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXSTYLE Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_EXSTYLE The exstyle attribute. Might be unbound. 20100923

Method GET_EXSTYLE on Interface IF_XLF_ELEM_TARGET has no exception.

Method GET_FINGERPRINT Signature

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

Method GET_FONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FONT Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_FONT The font attribute. Might be unbound. 20100923

Method GET_FONT on Interface IF_XLF_ELEM_TARGET has no exception.

Method GET_NAME Signature

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

Method GET_NAMESPACE_PREFIX_MAPPING Signature

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

Method GET_NAMESPACE_URI Signature

Method GET_NAMESPACE_URI on Interface IF_XLF_ELEM_TARGET has no parameter.
Method GET_NAMESPACE_URI on Interface IF_XLF_ELEM_TARGET 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 20100923

Method GET_NON_XLIFF_ATTRIBUTES on Interface IF_XLF_ELEM_TARGET has no exception.

Method GET_PARENT Signature

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

Method GET_PHASE_NAME Signature

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

Method GET_PHASE_NAME on Interface IF_XLF_ELEM_TARGET has no exception.

Method GET_PLAIN_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PLAIN_TEXT Value transfer Type reference (TYPE) STRING The element's content as plain-text 20100923

Method GET_PLAIN_TEXT on Interface IF_XLF_ELEM_TARGET has no exception.

Method GET_PREFIX Signature

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

Method GET_RESNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESNAME Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_RESNAME The resname attribute. Might be unbound. 20100923

Method GET_RESNAME on Interface IF_XLF_ELEM_TARGET has no exception.

Method GET_RESTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESTYPE Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_RESTYPE The restype attribute. Might be unbound. 20100923

Method GET_RESTYPE on Interface IF_XLF_ELEM_TARGET has no exception.

Method GET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATE Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_STATE The state attribute. Might be unbound. 20100923

Method GET_STATE on Interface IF_XLF_ELEM_TARGET has no exception.

Method GET_STATE_QUALIFIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATE_QUALIFIER Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_STATE_QUALIFIER The state-qualifier attribute. Might be unbound. 20100923

Method GET_STATE_QUALIFIER on Interface IF_XLF_ELEM_TARGET has no exception.

Method GET_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STYLE Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_STYLE The style attribute. Might be unbound. 20100923

Method GET_STYLE on Interface IF_XLF_ELEM_TARGET 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. 20100923

Method GET_TS on Interface IF_XLF_ELEM_TARGET 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. 20100923

Method GET_XML_LANG on Interface IF_XLF_ELEM_TARGET has no exception.

Method SET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTENT Call by reference Type reference (TYPE) TXLF_TEXT_FRAGMENT The content to set 20100923

Method SET_CONTENT on Interface IF_XLF_ELEM_TARGET has no exception.

Method SET_COORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COORD Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_COORD The coord attribute. May be unbound. 20100923

Method SET_COORD on Interface IF_XLF_ELEM_TARGET has no exception.

Method SET_CSS_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CSS_STYLE Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_CSS_STYLE The css-style attribute. May be unbound. 20100923

Method SET_CSS_STYLE on Interface IF_XLF_ELEM_TARGET has no exception.

Method SET_EQUIV_TRANS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EQUIV_TRANS Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_EQUIV_TRANS The equiv-trans attribute. May be unbound. 20100923

Method SET_EQUIV_TRANS on Interface IF_XLF_ELEM_TARGET has no exception.

Method SET_EXSTYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXSTYLE Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_EXSTYLE The exstyle attribute. May be unbound. 20100923

Method SET_EXSTYLE on Interface IF_XLF_ELEM_TARGET has no exception.

Method SET_FONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FONT Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_FONT The font attribute. May be unbound. 20100923

Method SET_FONT on Interface IF_XLF_ELEM_TARGET has no exception.

Method SET_NAMESPACE_PREFIX_MAPPING Signature

Method SET_NAMESPACE_PREFIX_MAPPING on Interface IF_XLF_ELEM_TARGET has no parameter.
Method SET_NAMESPACE_PREFIX_MAPPING on Interface IF_XLF_ELEM_TARGET 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 to set 20100923

Method SET_NON_XLIFF_ATTRIBUTES on Interface IF_XLF_ELEM_TARGET has no exception.

Method SET_PHASE_NAME Signature

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

Method SET_PHASE_NAME on Interface IF_XLF_ELEM_TARGET has no exception.

Method SET_RESNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RESNAME Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_RESNAME The resname attribute. May be unbound. 20100923

Method SET_RESNAME on Interface IF_XLF_ELEM_TARGET has no exception.

Method SET_RESTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RESTYPE Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_RESTYPE The restype attribute. May be unbound. 20100923

Method SET_RESTYPE on Interface IF_XLF_ELEM_TARGET has no exception.

Method SET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STATE Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_STATE The state attribute. May be unbound. 20100923

Method SET_STATE on Interface IF_XLF_ELEM_TARGET has no exception.

Method SET_STATE_QUALIFIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STATE_QUALIFIER Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_STATE_QUALIFIER The state-qualifier attribute. May be unbound. 20100923

Method SET_STATE_QUALIFIER on Interface IF_XLF_ELEM_TARGET has no exception.

Method SET_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STYLE Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_STYLE The style attribute. May be unbound. 20100923

Method SET_STYLE on Interface IF_XLF_ELEM_TARGET 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. 20100923

Method SET_TS on Interface IF_XLF_ELEM_TARGET 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. 20100923

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