SAP ABAP Interface IF_XLF_ELEM_MRK (Marker)
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_MRK Marker 20100915
Properties
Interface IF_XLF_ELEM_MRK  
Short Description Marker    
General Data
Package SLXE_XLIFF   XLIFF 1.2 Library 
Created 20100915   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_XLF_ELEM_MRK has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_XLF_ELEMENT Basic interface for all elements 20100915
2 IF_XLF_NODE Basic interface for all nodes (elements and texts) 20100915
3 IF_XLF_TEXT_FRAGMENT Tagging interface for inline element text-fragments 20100915
4 IF_XLF_XLIFF_ELEMENT Basic interface for all XLIFF elements 20100915
Friends
Interface IF_XLF_ELEM_MRK 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 `mrk` 20100915
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 20100915
3 AS_XML_NODE Instance method Public Method 20100915
4 CLONE Instance method Public Method Returns a clone of this element 20100915
5 EQUALS Instance method Public Method 20101005
6 GET_ATTRIBUTES Instance method Public Method 20100915
7 GET_CHILDREN Instance method Public Method 20100915
8 GET_CHILDREN_FINGERPRINT Instance method Public Method 20101108
9 GET_COMMENT Instance method Public Method Returns the comment attribute 20100915
10 GET_CONTENT Instance method Public Method Returns the content of this element 20100915
11 GET_FINGERPRINT Instance method Public Method 20101108
12 GET_MID Instance method Public Method Returns the mid attribute 20100915
13 GET_MTYPE Instance method Public Method Returns the mtype attribute 20100915
14 GET_NAME Instance method Public Method 20100915
15 GET_NAMESPACE_PREFIX_MAPPING Instance method Public Method 20100915
16 GET_NAMESPACE_URI Instance method Public Method 20100915
17 GET_NON_XLIFF_ATTRIBUTES Instance method Public Method Returns the non-XLIFF attributes 20100915
18 GET_PARENT Instance method Public Method 20100915
19 GET_PLAIN_TEXT Instance method Public Method 20100915
20 GET_PREFIX Instance method Public Method 20100915
21 GET_TS Instance method Public Method Returns the ts attribute 20100915
22 SET_COMMENT Instance method Public Method Sets the comment attribute 20100915
23 SET_CONTENT Instance method Public Method Sets the content of this element 20100915
24 SET_MID Instance method Public Method Sets the mid attribute 20100915
25 SET_MTYPE Instance method Public Method Sets the mtype attribute 20100915
26 SET_NAMESPACE_PREFIX_MAPPING Instance method Public Method 20100915
27 SET_NON_XLIFF_ATTRIBUTES Instance method Public Method Sets the non-XLIFF attributes 20100915
28 SET_TS Instance method Public Method Sets the ts attribute 20100915
Events
Interface IF_XLF_ELEM_MRK has no event.
Types
Interface IF_XLF_ELEM_MRK has no local type.
Method Signatures

Method AS_STRING Signature

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

Method AS_XML_ELEMENT Signature

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

Method AS_XML_NODE Signature

Method AS_XML_NODE on Interface IF_XLF_ELEM_MRK has no parameter.
Method AS_XML_NODE on Interface IF_XLF_ELEM_MRK 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_MRK Clone of this element 20100915

Method CLONE on Interface IF_XLF_ELEM_MRK has no exception.

Method EQUALS Signature

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

Method GET_ATTRIBUTES Signature

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

Method GET_CHILDREN Signature

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

Method GET_CHILDREN_FINGERPRINT Signature

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

Method GET_COMMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMENT Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_COMMENT The comment attribute. Might be unbound. 20100915

Method GET_COMMENT on Interface IF_XLF_ELEM_MRK 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 content 20100915

Method GET_CONTENT on Interface IF_XLF_ELEM_MRK has no exception.

Method GET_FINGERPRINT Signature

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

Method GET_MID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MID Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_MID The mid attribute. Might be unbound. 20100915

Method GET_MID on Interface IF_XLF_ELEM_MRK has no exception.

Method GET_MTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MTYPE Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_MTYPE The mtype attribute 20100915

Method GET_MTYPE on Interface IF_XLF_ELEM_MRK has no exception.

Method GET_NAME Signature

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

Method GET_NAMESPACE_PREFIX_MAPPING Signature

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

Method GET_NAMESPACE_URI Signature

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

Method GET_NON_XLIFF_ATTRIBUTES on Interface IF_XLF_ELEM_MRK has no exception.

Method GET_PARENT Signature

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

Method GET_PLAIN_TEXT Signature

Method GET_PLAIN_TEXT on Interface IF_XLF_ELEM_MRK has no parameter.
Method GET_PLAIN_TEXT on Interface IF_XLF_ELEM_MRK has no exception.

Method GET_PREFIX Signature

Method GET_PREFIX on Interface IF_XLF_ELEM_MRK has no parameter.
Method GET_PREFIX on Interface IF_XLF_ELEM_MRK 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. 20100915

Method GET_TS on Interface IF_XLF_ELEM_MRK has no exception.

Method SET_COMMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMMENT Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_COMMENT The comment attribute. May be unbound. 20100915

Method SET_COMMENT on Interface IF_XLF_ELEM_MRK 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 20100915

Method SET_CONTENT on Interface IF_XLF_ELEM_MRK has no exception.

Method SET_MID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MID Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_MID The mid attribute. May be unbound. 20100915

Method SET_MID on Interface IF_XLF_ELEM_MRK has no exception.

Method SET_MTYPE Signature

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

Method SET_MTYPE on Interface IF_XLF_ELEM_MRK has no exception.

Method SET_NAMESPACE_PREFIX_MAPPING Signature

Method SET_NAMESPACE_PREFIX_MAPPING on Interface IF_XLF_ELEM_MRK has no parameter.
Method SET_NAMESPACE_PREFIX_MAPPING on Interface IF_XLF_ELEM_MRK 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 20100915

Method SET_NON_XLIFF_ATTRIBUTES on Interface IF_XLF_ELEM_MRK 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. 20100915

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