SAP ABAP Interface IF_IXML_NAMESPACE_CONTEXT (Namespace Context of a Node in DOM)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-XML (Application Component) ABAP XML Processing
     SIXML (Package) iXML Library: Parsing, DOM Representation, and XML Rendering
Properties
Interface IF_IXML_NAMESPACE_CONTEXT  
Short Description Namespace Context of a Node in DOM    
General Data
Package SIXML   iXML Library: Parsing, DOM Representation, and XML Rendering 
Created 20001103   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_IXML_UNKNOWN Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_IXML_UNKNOWN IF_IXML_UNKNOWN 20001103
Friends
Interface IF_IXML_NAMESPACE_CONTEXT has no friend.
Attributes
Interface IF_IXML_NAMESPACE_CONTEXT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 BIND Instance method Public Method Binds namespace prefix to namespace 20001103
2 CLONE Instance method Public Method Creates a copy of the namespace context 20001103
3 GET_BINDING_PREFIX Instance method Public Method Reads the namespace prefix in accordance with the index 20001103
4 GET_BINDING_URI Instance method Public Method Reads the namespace in accordance with the index 20001103
5 MAP_TO_PREFIX Instance method Public Method Reads the first namespace prefix for the namespace 20001103
6 MAP_TO_URI Instance method Public Method Reads the namespace for the namespace prefix 20001103
7 NUM_BINDINGS Instance method Public Method Reads the number of namespace and namespace prefix pairs 20001103
Events
Interface IF_IXML_NAMESPACE_CONTEXT has no event.
Types
Interface IF_IXML_NAMESPACE_CONTEXT has no local type.
Method Signatures

Method BIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PREFIX Call by reference Type reference (TYPE) STRING Namensraumpräfix 20001103
2 Importing URI Call by reference Type reference (TYPE) STRING Namensraum 20001103

Method BIND on Interface IF_IXML_NAMESPACE_CONTEXT has no exception.

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_IXML_NAMESPACE_CONTEXT Referenz auf neuen Namensraumkontext 20001103

Method CLONE on Interface IF_IXML_NAMESPACE_CONTEXT has no exception.

Method GET_BINDING_PREFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Index (ab 0) 20001103
2 Returning RVAL Value transfer Type reference (TYPE) STRING Namensraumpräfix 20001103

Method GET_BINDING_PREFIX on Interface IF_IXML_NAMESPACE_CONTEXT has no exception.

Method GET_BINDING_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Index (ab 0) 20001103
2 Returning RVAL Value transfer Type reference (TYPE) STRING Namensraum 20001103

Method GET_BINDING_URI on Interface IF_IXML_NAMESPACE_CONTEXT has no exception.

Method MAP_TO_PREFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) STRING Namensraumpräfix 20001103
2 Importing URI Call by reference Type reference (TYPE) STRING Namensraum 20001103

Method MAP_TO_PREFIX on Interface IF_IXML_NAMESPACE_CONTEXT has no exception.

Method MAP_TO_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PREFIX Call by reference Type reference (TYPE) STRING Namensraumpräfix 20001103
2 Returning RVAL Value transfer Type reference (TYPE) STRING Namensraum 20001103

Method MAP_TO_URI on Interface IF_IXML_NAMESPACE_CONTEXT has no exception.

Method NUM_BINDINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) I Anzahl der Bindungen 20001103

Method NUM_BINDINGS on Interface IF_IXML_NAMESPACE_CONTEXT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 610