[][src]Trait rapid_xml::tree::TagMatcher

pub trait TagMatcher {
    fn matches(&self, tag_name: &str) -> bool;
}

Trait that determines whether given tag name matches some condition

Required methods

fn matches(&self, tag_name: &str) -> bool

Does given tag_name match this matcher's condition?

Loading content...

Implementors

impl TagMatcher for AnyTagMatch[src]

impl TagMatcher for ExactTagMatch[src]

Loading content...