Skip to content

Commit 037e7d6

Browse files
committed
more exports
1 parent 5872c3a commit 037e7d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/LightXML.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +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, add_child, new_child, add_text, set_attribute, set_attributes,
16+
new_node, new_element, new_textnode, set_root, add_child, new_child,
17+
create_root, add_text, set_attribute, set_attributes,
1718

1819
# document
1920
XMLDocument, version, encoding, compression, standalone, root,

0 commit comments

Comments
 (0)