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

Inheritance: System.Xml.Xsl.XsltContext
Show file Open project: Jarvin-Guan/CleanAOP

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

XPathSemantics() public method

public XPathSemantics ( XPathContext xpathContext ) : System
xpathContext XPathContext
return System