C# Class System.Xml.Xsl.NoOperationDebugger

Exibir arquivo Open project: kumpera/mono Class Usage Examples

Protected Methods

Method Description
OnCompile ( XPathNavigator input ) : void
OnExecute ( XPathNodeIterator currentNodeset, XPathNavigator style, XsltContext context ) : void

Method Details

OnCompile() protected method

protected OnCompile ( XPathNavigator input ) : void
input System.Xml.XPath.XPathNavigator
return void

OnExecute() protected method

protected OnExecute ( XPathNodeIterator currentNodeset, XPathNavigator style, XsltContext context ) : void
currentNodeset System.Xml.XPath.XPathNodeIterator
style System.Xml.XPath.XPathNavigator
context XsltContext
return void