INTF IF_SXML_READER

Source Link
Open in ADT

Home
Previous Object: IF_SXML_OPEN_ELEMENT
Next Object: IF_SXML_VALUE

Status: RELEASED

Public
Interface if_sxml
Interface if_sxml_nsuri_helper
Attribute node_type TYPE if_sxml_node=>node_type
Attribute name TYPE STRING
Attribute nsuri TYPE STRING
Attribute prefix TYPE STRING
Attribute value_type TYPE if_sxml_value=>value_type
Attribute value TYPE STRING
Attribute value_raw TYPE XSTRING
Constant co_opt_normalizing TYPE I
Constant co_opt_keep_whitespace TYPE I
Constant co_opt_asxml TYPE I
Constant co_opt_sep_member TYPE I
Method read_next_node
  RETURNING node TYPE if_sxml_node
  RAISING cx_sxml_parse_error
Method next_node
  IMPORTING
    value_type TYPE if_sxml_value=>value_type Optional
  RAISING cx_sxml_parse_error
Method skip_node
  IMPORTING
    writer TYPE if_sxml_writer Optional
  RAISING cx_sxml_parse_error
Method push_back
  RAISING cx_sxml_state_error
Method next_attribute
  IMPORTING
    value_type TYPE if_sxml_value=>value_type Optional
  RAISING cx_sxml_parse_error
  RAISING cx_sxml_state_error
Method next_attribute_value
  IMPORTING
    value_type TYPE if_sxml_value=>value_type Optional
  RAISING cx_sxml_parse_error
  RAISING cx_sxml_state_error
Method get_attribute_value
  IMPORTING
    name TYPE STRING
    nsuri TYPE STRING Optional
    value_type TYPE if_sxml_value=>value_type Optional
  RAISING cx_sxml_parse_error
  RAISING cx_sxml_state_error
Method current_node
Method read_current_node
  RETURNING node TYPE if_sxml_node
Method get_byte_offset
  RETURNING offset TYPE I
Method set_option
  IMPORTING
    option TYPE I
    value TYPE ABAP_BOOL Optional
Method get_option
  IMPORTING
    option TYPE I
  RETURNING value TYPE ABAP_BOOL
Method set_vsi
  IMPORTING
    vsi TYPE REF TO c LENGTH 64
Method get_vsi
  RETURNING vsi TYPE REF TO c LENGTH 64

Exists on:
754true
750true
702true

Bug reports and ideas welcome
Made using abaplint.app