Skip to content

Commit 187f434

Browse files
committed
ixml, add alias
1 parent 599f200 commit 187f434

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ixml/if_ixml_element.intf.abap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
INTERFACE if_ixml_element PUBLIC.
22
INTERFACES if_ixml_node.
33

4+
ALIASES remove_child FOR if_ixml_node~remove_child.
5+
46
METHODS:
57
remove_attribute_ns
68
IMPORTING foo TYPE string,

0 commit comments

Comments
 (0)