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

Inheritance: System.Xml.Xsl.XsltContext
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode 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 méthode

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

LookupNamespace() public méthode

public LookupNamespace ( string prefix ) : string
prefix string
Résultat string

PreserveWhitespace() public méthode

public PreserveWhitespace ( XPathNavigator node ) : bool
node System.Xml.XPath.XPathNavigator
Résultat bool

ResolveFunction() public méthode

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

ResolveVariable() public méthode

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

UndefinedXsltContext() public méthode

public UndefinedXsltContext ( XmlNamespaceManager nsManager ) : System
nsManager System.Xml.XmlNamespaceManager
Résultat System