LightXML.jl icon indicating copy to clipboard operation
LightXML.jl copied to clipboard

Add find_element and get_elements_by_tagname methods

Open vargonis opened this issue 6 years ago • 2 comments

  1. It is proposed that find_element and get_elements_by_tagname accept, besides an XMLElement, also an XMLDocument as first argument.
  2. A method find_element(x, ns::Vector{<:AbstractString}) is implemented. It just folds find_element over the vector of abstract strings.

vargonis avatar Nov 26 '19 21:11 vargonis

Codecov Report

Merging #105 into master will decrease coverage by 2.45%. The diff coverage is 0%.

Impacted file tree graph

@@            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 data Powered by Codecov. Last update 2a5e3a6...ef29d7f. Read the comment docs.

codecov[bot] avatar Nov 26 '19 21:11 codecov[bot]

Needs tests

omus avatar Feb 24 '20 19:02 omus