Method | 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 |
public CompareDocument ( string baseUri, string nextbaseUri ) : int | ||
baseUri | string | |
nextbaseUri | string | |
return | int |
public CustomContext ( NameTable nt, XsltArgumentList args ) : System | ||
nt | NameTable | |
args | XsltArgumentList | |
return | System |
public PreserveWhitespace ( System node ) : bool | ||
node | System | |
return | bool |
public ResolveFunction ( string prefix, string name, System ArgTypes ) : System.Xml.Xsl.IXsltContextFunction | ||
prefix | string | |
name | string | |
ArgTypes | System | |
return | System.Xml.Xsl.IXsltContextFunction |
public ResolveVariable ( string prefix, string name ) : System.Xml.Xsl.IXsltContextVariable | ||
prefix | string | |
name | string | |
return | System.Xml.Xsl.IXsltContextVariable |