Trait xpather::nodetest::NodeTest[][src]

pub trait NodeTest: Debug {
    fn test(&self, context: &Evaluation<'_>, result: &mut Nodeset);
}

Required methods

fn test(&self, context: &Evaluation<'_>, result: &mut Nodeset)[src]

Loading content...

Implementors

impl NodeTest for Attribute[src]

impl NodeTest for Comment[src]

impl NodeTest for Element[src]

impl NodeTest for Namespace[src]

impl NodeTest for Node[src]

impl NodeTest for ProcessingInstruction[src]

impl NodeTest for Text[src]

Loading content...