C# Class Castle.Components.DictionaryAdapter.XPathContext.XPathSemantics

Inheritance: System.Xml.Xsl.XsltContext
Afficher le fichier Open project: Jarvin-Guan/CleanAOP

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
XPathSemantics ( XPathContext xpathContext ) : 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

XPathSemantics() public méthode

public XPathSemantics ( XPathContext xpathContext ) : System
xpathContext XPathContext
Résultat System