C# Class EntryPoint.CustomContext, gert

Inheritance: System.Xml.Xsl.XsltContext
Afficher le fichier Open project: mono/gert

Méthodes publiques

Méthode Description
CompareDocument ( string baseUri, string nextbaseUri ) : int
CustomContext ( ) : System
CustomContext ( NameTable nt, XsltArgumentList args ) : System
PreserveWhitespace ( System node ) : bool
ResolveFunction ( string prefix, string name, System ArgTypes ) : System.Xml.Xsl.IXsltContextFunction
ResolveVariable ( string prefix, string name ) : System.Xml.Xsl.IXsltContextVariable

Method Details

CompareDocument() public méthode

public CompareDocument ( string baseUri, string nextbaseUri ) : int
baseUri string
nextbaseUri string
Résultat int

CustomContext() public méthode

public CustomContext ( ) : System
Résultat System

CustomContext() public méthode

public CustomContext ( NameTable nt, XsltArgumentList args ) : System
nt NameTable
args XsltArgumentList
Résultat System

PreserveWhitespace() public méthode

public PreserveWhitespace ( System node ) : bool
node System
Résultat bool

ResolveFunction() public méthode

public ResolveFunction ( string prefix, string name, System ArgTypes ) : System.Xml.Xsl.IXsltContextFunction
prefix string
name string
ArgTypes System
Résultat System.Xml.Xsl.IXsltContextFunction

ResolveVariable() public méthode

public ResolveVariable ( string prefix, string name ) : System.Xml.Xsl.IXsltContextVariable
prefix string
name string
Résultat System.Xml.Xsl.IXsltContextVariable