C# Class System.Xml.Xsl.XsltContext

Inheritance: System.Xml.XmlNamespaceManager
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
CompareDocument ( string baseUri, string nextbaseUri ) : int
PreserveWhitespace ( XPathNavigator node ) : bool
ResolveFunction ( string prefix, string name, XPathResultType ArgTypes ) : IXsltContextFunction
ResolveVariable ( string prefix, string name ) : IXsltContextVariable

Méthodes protégées

Méthode Description
XsltContext ( ) : System.Collections
XsltContext ( NameTable table ) : System.Collections

Private Methods

Méthode Description
XsltContext ( bool dummy ) : System.Collections

Method Details

CompareDocument() public abstract méthode

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

PreserveWhitespace() public abstract méthode

public abstract PreserveWhitespace ( XPathNavigator node ) : bool
node XPathNavigator
Résultat bool

ResolveFunction() public abstract méthode

public abstract ResolveFunction ( string prefix, string name, XPathResultType ArgTypes ) : IXsltContextFunction
prefix string
name string
ArgTypes XPathResultType
Résultat IXsltContextFunction

ResolveVariable() public abstract méthode

public abstract ResolveVariable ( string prefix, string name ) : IXsltContextVariable
prefix string
name string
Résultat IXsltContextVariable

XsltContext() protected méthode

protected XsltContext ( ) : System.Collections
Résultat System.Collections

XsltContext() protected méthode

protected XsltContext ( NameTable table ) : System.Collections
table NameTable
Résultat System.Collections