We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AbstractTrees.print_tree(node)
I feel like this shouldn't be too hard and I'd like to make a PR to be able to print_tree(node), opening issue in the meantime
print_tree(node)
this would be incredibly useful
The text was updated successfully, but these errors were encountered:
AbstractTrees.children(n::EzXML.Node) = elements(n) AbstractTrees.printnode(io::IO, node::EzXML.Node) = print(io, getproperty(node, :name)) AbstractTrees.nodetype(::EzXML.Node) = EzXML.Node print_tree(xml)
thats basically it
Sorry, something went wrong.
No branches or pull requests
I feel like this shouldn't be too hard and I'd like to make a PR to be able to
print_tree(node)
, opening issue in the meantimethis would be incredibly useful
The text was updated successfully, but these errors were encountered: