Skip to content

Commit 87e6762

Browse files
committed
adjust exports
1 parent fd3a751 commit 87e6762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LightXML.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ module LightXML
1313
child_nodes, has_children, attributes, has_attributes, attributes_dict,
1414
child_elements, find_element, get_elements_by_tagname,
1515

16-
new_node, new_element, new_textnode, set_root, add_child, new_child,
17-
create_root, add_text, set_attribute, set_attributes,
16+
new_element, add_child, new_child, new_textnode, add_text,
17+
set_attribute, set_attributes,
1818

1919
# document
2020
XMLDocument, version, encoding, compression, standalone, root,

0 commit comments

Comments
 (0)