C# Class MS.Internal.Xml.XPath.CompiledXpathExpr.UndefinedXsltContext

Inheritance: System.Xml.Xsl.XsltContext
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
CompareDocument ( string baseUri, string nextbaseUri ) : int
LookupNamespace ( string prefix ) : string
PreserveWhitespace ( XPathNavigator node ) : bool
ResolveFunction ( string prefix, string name, XPathResultType ArgTypes ) : IXsltContextFunction
ResolveVariable ( string prefix, string name ) : IXsltContextVariable
UndefinedXsltContext ( XmlNamespaceManager nsManager ) : System

Method Details

CompareDocument() public method

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

LookupNamespace() public method

public LookupNamespace ( string prefix ) : string
prefix string
return string

PreserveWhitespace() public method

public PreserveWhitespace ( XPathNavigator node ) : bool
node System.Xml.XPath.XPathNavigator
return bool

ResolveFunction() public method

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

ResolveVariable() public method

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

UndefinedXsltContext() public method

public UndefinedXsltContext ( XmlNamespaceManager nsManager ) : System
nsManager System.Xml.XmlNamespaceManager
return System