C# 클래스 System.Xml.Xsl.XsltOld.XsltCompileContext

상속: XsltContext
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
CompareDocument ( string baseUri, string nextbaseUri ) : int
GetXPathType ( Type type ) : XPathResultType
LookupNamespace ( string prefix ) : string
PreserveWhitespace ( XPathNavigator node ) : bool
ResolveFunction ( string prefix, string name, XPathResultType argTypes ) : IXsltContextFunction
ResolveVariable ( string prefix, string name ) : IXsltContextVariable

비공개 메소드들

메소드 설명
AddKeyValue ( Hashtable keyTable, String key, XPathNavigator value, bool checkDuplicates ) : void
BuildKeyTable ( Key key, XPathNavigator root ) : Hashtable
ComposeUri ( string thisUri, string baseUri ) : Uri
CreateFunctionTable ( ) : Hashtable
Current ( ) : XPathNodeIterator
Document ( object arg0, string baseUri ) : XPathNodeIterator
ElementAvailable ( string qname ) : bool
EvaluateKey ( XPathNavigator node, Query matchExpr, string matchStr, Query useExpr, Hashtable keyTable ) : void
EvaluateVariable ( VariableAction variable ) : object
FindBestMethod ( MethodInfo methods, bool ignoreCase, bool publicOnly, string name, XPathResultType argTypes ) : MethodInfo
FunctionAvailable ( string qname ) : bool
GetExtentionMethod ( string ns, string name, XPathResultType argTypes, object &extension ) : IXsltContextFunction
Recycle ( ) : void
Reinitialize ( InputScopeManager manager, Processor processor ) : void
ResolveFormatName ( string formatName ) : DecimalFormat
SystemProperty ( string qname ) : String
XsltCompileContext ( ) : System.Diagnostics
XsltCompileContext ( InputScopeManager manager, Processor processor ) : System.Diagnostics

메소드 상세

CompareDocument() 공개 메소드

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

GetXPathType() 공개 정적인 메소드

public static GetXPathType ( Type type ) : XPathResultType
type Type
리턴 XPathResultType

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