SAP IF_IXML_TEXT OO Class - Literal Text in an XML Document









IF_IXML_TEXT is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_IXML_TEXT including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IF_IXML_TEXT SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
APPEND_CHILDPrivate
CALL METHOD if_ixml_text=>APPEND_CHILD...more details

APPEND_DATAPrivate
CALL METHOD if_ixml_text=>APPEND_DATA...more details

CLONEPrivate
CALL METHOD if_ixml_text=>CLONE...more details

CREATE_FILTER_ANCESTORPrivate
CALL METHOD if_ixml_text=>CREATE_FILTER_ANCESTOR...more details

CREATE_FILTER_ANDPrivate
CALL METHOD if_ixml_text=>CREATE_FILTER_AND...more details

CREATE_FILTER_ATTRIBUTEPrivate
CALL METHOD if_ixml_text=>CREATE_FILTER_ATTRIBUTE...more details

CREATE_FILTER_ATTRIBUTE_NSPrivate
CALL METHOD if_ixml_text=>CREATE_FILTER_ATTRIBUTE_NS...more details

CREATE_FILTER_NAMEPrivate
CALL METHOD if_ixml_text=>CREATE_FILTER_NAME...more details

CREATE_FILTER_NAME_NSPrivate
CALL METHOD if_ixml_text=>CREATE_FILTER_NAME_NS...more details

CREATE_FILTER_NODE_TYPEPrivate
CALL METHOD if_ixml_text=>CREATE_FILTER_NODE_TYPE...more details

CREATE_FILTER_NOTPrivate
CALL METHOD if_ixml_text=>CREATE_FILTER_NOT...more details

CREATE_FILTER_ORPrivate
CALL METHOD if_ixml_text=>CREATE_FILTER_OR...more details

CREATE_FILTER_PARENTPrivate
CALL METHOD if_ixml_text=>CREATE_FILTER_PARENT...more details

CREATE_INLINE_ITERATORPrivate
CALL METHOD if_ixml_text=>CREATE_INLINE_ITERATOR...more details

CREATE_ITERATORPrivate
CALL METHOD if_ixml_text=>CREATE_ITERATOR...more details

CREATE_ITERATOR_FILTEREDPrivate
CALL METHOD if_ixml_text=>CREATE_ITERATOR_FILTERED...more details

CREATE_REV_INLINE_ITERATORPrivate
CALL METHOD if_ixml_text=>CREATE_REV_INLINE_ITERATOR...more details

CREATE_REV_ITERATORPrivate
CALL METHOD if_ixml_text=>CREATE_REV_ITERATOR...more details

CREATE_REV_ITERATOR_FILTEREDPrivate
CALL METHOD if_ixml_text=>CREATE_REV_ITERATOR_FILTERED...more details

DELETE_DATAPrivate
CALL METHOD if_ixml_text=>DELETE_DATA...more details

FIND_FROM_GIDPrivate
CALL METHOD if_ixml_text=>FIND_FROM_GID...more details

GET_ATTRIBUTESPrivate
CALL METHOD if_ixml_text=>GET_ATTRIBUTES...more details

GET_CHILDRENPrivate
CALL METHOD if_ixml_text=>GET_CHILDREN...more details

GET_COLUMNPrivate
CALL METHOD if_ixml_text=>GET_COLUMN...more details

GET_DATAPrivate
CALL METHOD if_ixml_text=>GET_DATA...more details

GET_DEPTHPrivate
CALL METHOD if_ixml_text=>GET_DEPTH...more details

GET_FIRST_CHILDPrivate
CALL METHOD if_ixml_text=>GET_FIRST_CHILD...more details

GET_GIDPrivate
CALL METHOD if_ixml_text=>GET_GID...more details

GET_HEIGHTPrivate
CALL METHOD if_ixml_text=>GET_HEIGHT...more details

GET_LAST_CHILDPrivate
CALL METHOD if_ixml_text=>GET_LAST_CHILD...more details

GET_LENGTHPrivate
CALL METHOD if_ixml_text=>GET_LENGTH...more details

GET_LINEPrivate
CALL METHOD if_ixml_text=>GET_LINE...more details

GET_NAMEPrivate
CALL METHOD if_ixml_text=>GET_NAME...more details

GET_NAMESPACEPrivate
CALL METHOD if_ixml_text=>GET_NAMESPACE...more details

GET_NAMESPACE_CONTEXTPrivate
CALL METHOD if_ixml_text=>GET_NAMESPACE_CONTEXT...more details

GET_NAMESPACE_PREFIXPrivate
CALL METHOD if_ixml_text=>GET_NAMESPACE_PREFIX...more details

GET_NAMESPACE_URIPrivate
CALL METHOD if_ixml_text=>GET_NAMESPACE_URI...more details

GET_NEXTPrivate
CALL METHOD if_ixml_text=>GET_NEXT...more details

GET_OWNER_DOCUMENTPrivate
CALL METHOD if_ixml_text=>GET_OWNER_DOCUMENT...more details

GET_PARENTPrivate
CALL METHOD if_ixml_text=>GET_PARENT...more details

GET_PREVPrivate
CALL METHOD if_ixml_text=>GET_PREV...more details

GET_ROOTPrivate
CALL METHOD if_ixml_text=>GET_ROOT...more details

GET_TYPEPrivate
CALL METHOD if_ixml_text=>GET_TYPE...more details

GET_VALUEPrivate
CALL METHOD if_ixml_text=>GET_VALUE...more details

HAS_ANCESTORPrivate
CALL METHOD if_ixml_text=>HAS_ANCESTOR...more details

INSERT_CHILDPrivate
CALL METHOD if_ixml_text=>INSERT_CHILD...more details

INSERT_DATAPrivate
CALL METHOD if_ixml_text=>INSERT_DATA...more details

IS_LEAFPrivate
CALL METHOD if_ixml_text=>IS_LEAF...more details

IS_ROOTPrivate
CALL METHOD if_ixml_text=>IS_ROOT...more details

NORMALIZE_DATAPrivate
CALL METHOD if_ixml_text=>NORMALIZE_DATA...more details

NUM_CHILDRENPrivate
CALL METHOD if_ixml_text=>NUM_CHILDREN...more details

QUERY_INTERFACEPrivate
CALL METHOD if_ixml_text=>QUERY_INTERFACE...more details

REMOVE_CHILDPrivate
CALL METHOD if_ixml_text=>REMOVE_CHILD...more details

REMOVE_NODEPrivate
CALL METHOD if_ixml_text=>REMOVE_NODE...more details

RENDERPrivate
CALL METHOD if_ixml_text=>RENDER...more details

REPLACE_CHILDPrivate
CALL METHOD if_ixml_text=>REPLACE_CHILD...more details

REPLACE_DATAPrivate
CALL METHOD if_ixml_text=>REPLACE_DATA...more details

SET_DATAPrivate
CALL METHOD if_ixml_text=>SET_DATA...more details

SET_NAMEPrivate
CALL METHOD if_ixml_text=>SET_NAME...more details

SET_NAMESPACEPrivate
CALL METHOD if_ixml_text=>SET_NAMESPACE...more details

SET_NAMESPACE_PREFIXPrivate
CALL METHOD if_ixml_text=>SET_NAMESPACE_PREFIX...more details

SET_NAMESPACE_URIPrivate
CALL METHOD if_ixml_text=>SET_NAMESPACE_URI...more details

SET_VALUEPrivate
CALL METHOD if_ixml_text=>SET_VALUE...more details

SPLIT_TEXTMoves the back content into new text nodePublic
CALL METHOD if_ixml_text=>SPLIT_TEXT...more details

SUBSTRING_DATAPrivate
CALL METHOD if_ixml_text=>SUBSTRING_DATA...more details

WS_ONLYPrivate
CALL METHOD if_ixml_text=>WS_ONLY...more details




Links to Related Class(s)

IF_IXML_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!