We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599f200 commit 187f434Copy full SHA for 187f434
src/ixml/if_ixml_element.intf.abap
@@ -1,6 +1,8 @@
1
INTERFACE if_ixml_element PUBLIC.
2
INTERFACES if_ixml_node.
3
4
+ ALIASES remove_child FOR if_ixml_node~remove_child.
5
+
6
METHODS:
7
remove_attribute_ns
8
IMPORTING foo TYPE string,
0 commit comments