C# 클래스 Castle.Components.DictionaryAdapter.XPathContext.XPathSemantics

상속: System.Xml.Xsl.XsltContext
파일 보기 프로젝트 열기: Jarvin-Guan/CleanAOP

공개 메소드들

메소드 설명
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

메소드 상세

CompareDocument() 공개 메소드

public CompareDocument ( string baseUri, string nextbaseUri ) : int
baseUri string
nextbaseUri string
리턴 int

LookupNamespace() 공개 메소드

public LookupNamespace ( string prefix ) : string
prefix string
리턴 string

PreserveWhitespace() 공개 메소드

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

ResolveFunction() 공개 메소드

public ResolveFunction ( string prefix, string name, XPathResultType argTypes ) : IXsltContextFunction
prefix string
name string
argTypes XPathResultType
리턴 IXsltContextFunction

ResolveVariable() 공개 메소드

public ResolveVariable ( string prefix, string name ) : IXsltContextVariable
prefix string
name string
리턴 IXsltContextVariable

XPathSemantics() 공개 메소드

public XPathSemantics ( XPathContext xpathContext ) : System
xpathContext XPathContext
리턴 System