SAP ABAP Interface IF_XLF_ELEM_PH (Placeholder)
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_PH Placeholder 20100923
Properties
Interface IF_XLF_ELEM_PH  
Short Description Placeholder    
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_PH has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_XLF_ELEMENT Basic interface for all elements 20100923
2 IF_XLF_INLINE_BASE Basic interface for all inline elements 20100923
3 IF_XLF_NODE Basic interface for all nodes (elements and texts) 20100923
4 IF_XLF_TEXT_FRAGMENT Tagging interface for inline element text-fragments 20100923
5 IF_XLF_XLIFF_ELEMENT Basic interface for all XLIFF elements 20100923
Friends
Interface IF_XLF_ELEM_PH 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 `ph` 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 20101108
6 GET_ASSOC Instance method Public Method Returns the assoc attribute 20100923
7 GET_ATTRIBUTES Instance method Public Method 20100923
8 GET_CHILDREN Instance method Public Method 20100923
9 GET_CHILDREN_FINGERPRINT Instance method Public Method 20101108
10 GET_CONTENT Instance method Public Method Returns the element's content 20100923
11 GET_CRC Instance method Public Method Returns the crc attribute 20100923
12 GET_CTYPE Instance method Public Method Returns the ctype attribute 20100923
13 GET_EQUIV_TEXT Instance method Public Method 20100923
14 GET_FINGERPRINT Instance method Public Method 20101108
15 GET_ID Instance method Public Method 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 20100923
20 GET_PARENT Instance method Public Method 20100923
21 GET_PLAIN_TEXT Instance method Public Method 20100923
22 GET_PREFIX Instance method Public Method 20100923
23 GET_TS Instance method Public Method 20100923
24 GET_XID Instance method Public Method 20100923
25 SET_ASSOC Instance method Public Method Sets the assoc attribute 20100923
26 SET_CONTENT Instance method Public Method Sets the element's content 20100923
27 SET_CRC Instance method Public Method Sets the crc attribute 20100923
28 SET_CTYPE Instance method Public Method Sets the ctype attribute 20100923
29 SET_EQUIV_TEXT Instance method Public Method 20100923
30 SET_ID Instance method Public Method 20100923
31 SET_NAMESPACE_PREFIX_MAPPING Instance method Public Method 20100923
32 SET_NON_XLIFF_ATTRIBUTES Instance method Public Method 20100923
33 SET_TS Instance method Public Method 20100923
34 SET_XID Instance method Public Method 20100923
Events
Interface IF_XLF_ELEM_PH has no event.
Types
Interface IF_XLF_ELEM_PH has no local type.
Method Signatures

Method AS_STRING Signature

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

Method AS_XML_ELEMENT Signature

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

Method AS_XML_NODE Signature

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

Method CLONE on Interface IF_XLF_ELEM_PH has no exception.

Method EQUALS Signature

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

Method GET_ASSOC Signature

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

Method GET_ASSOC on Interface IF_XLF_ELEM_PH has no exception.

Method GET_ATTRIBUTES Signature

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

Method GET_CHILDREN Signature

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

Method GET_CHILDREN_FINGERPRINT Signature

Method GET_CHILDREN_FINGERPRINT on Interface IF_XLF_ELEM_PH has no parameter.
Method GET_CHILDREN_FINGERPRINT on Interface IF_XLF_ELEM_PH 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_CODE_FRAGMENT The element's content 20100923

Method GET_CONTENT on Interface IF_XLF_ELEM_PH has no exception.

Method GET_CRC Signature

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

Method GET_CRC on Interface IF_XLF_ELEM_PH has no exception.

Method GET_CTYPE Signature

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

Method GET_CTYPE on Interface IF_XLF_ELEM_PH has no exception.

Method GET_EQUIV_TEXT Signature

Method GET_EQUIV_TEXT on Interface IF_XLF_ELEM_PH has no parameter.
Method GET_EQUIV_TEXT on Interface IF_XLF_ELEM_PH has no exception.

Method GET_FINGERPRINT Signature

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

Method GET_ID Signature

Method GET_ID on Interface IF_XLF_ELEM_PH has no parameter.
Method GET_ID on Interface IF_XLF_ELEM_PH has no exception.

Method GET_NAME Signature

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

Method GET_NAMESPACE_PREFIX_MAPPING Signature

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

Method GET_NAMESPACE_URI Signature

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

Method GET_NON_XLIFF_ATTRIBUTES Signature

Method GET_NON_XLIFF_ATTRIBUTES on Interface IF_XLF_ELEM_PH has no parameter.
Method GET_NON_XLIFF_ATTRIBUTES on Interface IF_XLF_ELEM_PH has no exception.

Method GET_PARENT Signature

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

Method GET_PLAIN_TEXT Signature

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

Method GET_PREFIX Signature

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

Method GET_TS Signature

Method GET_TS on Interface IF_XLF_ELEM_PH has no parameter.
Method GET_TS on Interface IF_XLF_ELEM_PH has no exception.

Method GET_XID Signature

Method GET_XID on Interface IF_XLF_ELEM_PH has no parameter.
Method GET_XID on Interface IF_XLF_ELEM_PH has no exception.

Method SET_ASSOC Signature

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

Method SET_ASSOC on Interface IF_XLF_ELEM_PH 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_CODE_FRAGMENT The content to set 20100923

Method SET_CONTENT on Interface IF_XLF_ELEM_PH has no exception.

Method SET_CRC Signature

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

Method SET_CRC on Interface IF_XLF_ELEM_PH has no exception.

Method SET_CTYPE Signature

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

Method SET_CTYPE on Interface IF_XLF_ELEM_PH has no exception.

Method SET_EQUIV_TEXT Signature

Method SET_EQUIV_TEXT on Interface IF_XLF_ELEM_PH has no parameter.
Method SET_EQUIV_TEXT on Interface IF_XLF_ELEM_PH has no exception.

Method SET_ID Signature

Method SET_ID on Interface IF_XLF_ELEM_PH has no parameter.
Method SET_ID on Interface IF_XLF_ELEM_PH has no exception.

Method SET_NAMESPACE_PREFIX_MAPPING Signature

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

Method SET_NON_XLIFF_ATTRIBUTES Signature

Method SET_NON_XLIFF_ATTRIBUTES on Interface IF_XLF_ELEM_PH has no parameter.
Method SET_NON_XLIFF_ATTRIBUTES on Interface IF_XLF_ELEM_PH has no exception.

Method SET_TS Signature

Method SET_TS on Interface IF_XLF_ELEM_PH has no parameter.
Method SET_TS on Interface IF_XLF_ELEM_PH has no exception.

Method SET_XID Signature

Method SET_XID on Interface IF_XLF_ELEM_PH has no parameter.
Method SET_XID on Interface IF_XLF_ELEM_PH has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703