Trait windows::Win32::Data::Xml::MsXml::IXSLTemplate_Impl

pub trait IXSLTemplate_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn putref_stylesheet(&self, stylesheet: Option<&IXMLDOMNode>) -> Result<()>;
    fn stylesheet(&self) -> Result<IXMLDOMNode>;
    fn createProcessor(&self) -> Result<IXSLProcessor>;
}

Required Methods§

fn putref_stylesheet(&self, stylesheet: Option<&IXMLDOMNode>) -> Result<()>

fn stylesheet(&self) -> Result<IXMLDOMNode>

fn createProcessor(&self) -> Result<IXSLProcessor>

Object Safety§

This trait is not object safe.

Implementors§