Function swc_xml_visit::fold_processing_instruction

source ·
pub fn fold_processing_instruction<V: ?Sized + Fold>(
    _visitor: &mut V,
    n: ProcessingInstruction
) -> ProcessingInstruction
Expand description

Visits children of the nodes with the given visitor.

This is the default implementation of a method of Fold.