SAP ABAP Class IF_IXML_NAMESPACE_CONTEXT (Namespace Context of a Node in DOM)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_IXML_UNKNOWN IF_IXML_UNKNOWN 20001103
Properties
Class IF_IXML_NAMESPACE_CONTEXT  
Short Description Namespace Context of a Node in DOM    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20001103   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_IXML_NAMESPACE_CONTEXT has no interface implemented.
Friends
Class IF_IXML_NAMESPACE_CONTEXT has no friend class.
Attributes
Class 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
Class IF_IXML_NAMESPACE_CONTEXT has no event.
Types
Class 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 class 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 class 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 class 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 class 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 class 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 class 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 class IF_IXML_NAMESPACE_CONTEXT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in