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éthode | Description | |
---|---|---|
XsltContext ( ) : System.Collections | ||
XsltContext ( NameTable table ) : System.Collections |
Méthode | Description | |
---|---|---|
XsltContext ( bool dummy ) : System.Collections |
public abstract CompareDocument ( string baseUri, string nextbaseUri ) : int | ||
baseUri | string | |
nextbaseUri | string | |
Résultat | int |
public abstract PreserveWhitespace ( XPathNavigator node ) : bool | ||
node | XPathNavigator | |
Résultat | bool |
public abstract ResolveFunction ( string prefix, string name, XPathResultType ArgTypes ) : IXsltContextFunction | ||
prefix | string | |
name | string | |
ArgTypes | XPathResultType | |
Résultat | IXsltContextFunction |
public abstract ResolveVariable ( string prefix, string name ) : IXsltContextVariable | ||
prefix | string | |
name | string | |
Résultat | IXsltContextVariable |
protected XsltContext ( ) : System.Collections | ||
Résultat | System.Collections |
protected XsltContext ( NameTable table ) : System.Collections | ||
table | NameTable | |
Résultat | System.Collections |