C# Class System.Xml.Xsl.XslTransform.DebuggerAddapter

Inheritance: IXsltDebugger
Exibir arquivo Open project: dotnet/corefx

Public Methods

Method Description
DebuggerAddapter ( object unknownDebugger ) : System.Reflection
GetBuiltInTemplatesUri ( ) : string
OnInstructionCompile ( XPathNavigator styleSheetNavigator ) : void
OnInstructionExecute ( IXsltProcessor xsltProcessor ) : void

Method Details

DebuggerAddapter() public method

public DebuggerAddapter ( object unknownDebugger ) : System.Reflection
unknownDebugger object
return System.Reflection

GetBuiltInTemplatesUri() public method

public GetBuiltInTemplatesUri ( ) : string
return string

OnInstructionCompile() public method

public OnInstructionCompile ( XPathNavigator styleSheetNavigator ) : void
styleSheetNavigator System.Xml.XPath.XPathNavigator
return void

OnInstructionExecute() public method

public OnInstructionExecute ( IXsltProcessor xsltProcessor ) : void
xsltProcessor IXsltProcessor
return void