INTF IF_SXML_OPEN_ELEMENT
Source Link
Open in ADT
Home
Previous Object: IF_SXML_NODE
Next Object: IF_SXML_READER
Public
Interface if_sxml_node
Attribute qname TYPE StructureTypetoABAPtodo
Attribute prefix TYPE STRING
Method get_attributes
RETURNING attr TYPE if_sxml_attribute=>attributes
Method set_attribute
IMPORTING
 name TYPE STRING
 nsuri TYPE STRING Optional
 prefix TYPE STRING Optional
 value TYPE STRING Optional
RETURNING attribute TYPE if_sxml_attribute
RAISING cx_sxml_name_error
Method set_attributes
IMPORTING
 attributes TYPE if_sxml_attribute=>attributes
RAISING cx_sxml_name_error
Method set_prefix
IMPORTING
 prefix TYPE STRING Optional
Method get_attribute_value
IMPORTING
 name TYPE STRING
 nsuri TYPE STRING Optional
RETURNING value TYPE if_sxml_value
Exists on:
Bug reports and ideas welcome
Made using abaplint.app