LightXML.jl
LightXML.jl copied to clipboard
Add find_element and get_elements_by_tagname methods
- It is proposed that
find_elementandget_elements_by_tagnameaccept, besides anXMLElement, also anXMLDocumentas first argument. - A method
find_element(x, ns::Vector{<:AbstractString})is implemented. It just foldsfind_elementover the vector of abstract strings.
Codecov Report
Merging #105 into master will decrease coverage by
2.45%. The diff coverage is0%.
@@ Coverage Diff @@
## master #105 +/- ##
==========================================
- Coverage 76.97% 74.52% -2.46%
==========================================
Files 6 6
Lines 152 157 +5
==========================================
Hits 117 117
- Misses 35 40 +5
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/nodes.jl | 78.84% <0%> (-0.77%) |
:arrow_down: |
| src/document.jl | 75% <0%> (-9.38%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 2a5e3a6...ef29d7f. Read the comment docs.
Needs tests