C# Class System.Xml.Xsl.XsltOld.XsltCompileContext

Inheritance: XsltContext
Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

CompareDocument() public method

public CompareDocument ( string baseUri, string nextbaseUri ) : int
baseUri string
nextbaseUri string
return int

GetXPathType() public static method

public static GetXPathType ( Type type ) : XPathResultType
type Type
return XPathResultType

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