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

Inheritance: IXsltDebugger
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

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

Method Details

DebuggerAddapter() public méthode

public DebuggerAddapter ( object unknownDebugger ) : System.Reflection
unknownDebugger object
Résultat System.Reflection

GetBuiltInTemplatesUri() public méthode

public GetBuiltInTemplatesUri ( ) : string
Résultat string

OnInstructionCompile() public méthode

public OnInstructionCompile ( XPathNavigator styleSheetNavigator ) : void
styleSheetNavigator System.Xml.XPath.XPathNavigator
Résultat void

OnInstructionExecute() public méthode

public OnInstructionExecute ( IXsltProcessor xsltProcessor ) : void
xsltProcessor IXsltProcessor
Résultat void