C# Class System.Xml.Xsl.XsltContext

Inheritance: System.Xml.XmlNamespaceManager
Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
XsltContext ( ) : System.Collections
XsltContext ( NameTable table ) : System.Collections

Private Methods

Method Description
XsltContext ( bool dummy ) : System.Collections

Method Details

CompareDocument() public abstract method

public abstract CompareDocument ( string baseUri, string nextbaseUri ) : int
baseUri string
nextbaseUri string
return int

PreserveWhitespace() public abstract method

public abstract PreserveWhitespace ( XPathNavigator node ) : bool
node XPathNavigator
return bool

ResolveFunction() public abstract method

public abstract ResolveFunction ( string prefix, string name, XPathResultType ArgTypes ) : IXsltContextFunction
prefix string
name string
ArgTypes XPathResultType
return IXsltContextFunction

ResolveVariable() public abstract method

public abstract ResolveVariable ( string prefix, string name ) : IXsltContextVariable
prefix string
name string
return IXsltContextVariable

XsltContext() protected method

protected XsltContext ( ) : System.Collections
return System.Collections

XsltContext() protected method

protected XsltContext ( NameTable table ) : System.Collections
table NameTable
return System.Collections