INTF IF_SXML_READER

Source Link
Open in ADT

Home
Previous Object: IF_SXML_OPEN_ELEMENT
Next Object: IF_SXML_VALUE

Public
Attribute node_type TYPE if_sxml_node=>node_type
Attribute name 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
Method next_node
  IMPORTING
    value_type TYPE if_sxml_value=>value_type Optional
  RAISING cx_sxml_parse_error
Method next_attribute
  IMPORTING
    value_type TYPE if_sxml_value=>value_type Optional
Method skip_node
  IMPORTING
    writer TYPE if_sxml_writer Optional
  RAISING cx_sxml_parse_error
Method set_option
  IMPORTING
    option TYPE I
    value TYPE ABAP_BOOL Optional
Method get_nsuri_by_prefix
  IMPORTING
    prefix TYPE STRING
  RETURNING nsuri TYPE STRING
Method get_prefix_by_nsuri
  IMPORTING
    nsuri TYPE STRING
  RETURNING prefix TYPE STRING
Method get_nsbindings
  RETURNING nsbindings TYPE if_sxml_named=>nsbindings
Method get_path
  RETURNING path TYPE if_sxml_named=>path
Method current_node
Method read_current_node
  RETURNING node TYPE if_sxml_node

Exists on:
754true
750true
702true

Bug reports and ideas welcome
Made using abaplint.app