Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Xsl.Runtime.XmlQueryContext Class Referencesealed

Public Member Functions

XPathNavigator GetDataSource (string uriRelative, string uriBase)
 
object GetParameter (string localName, string namespaceUri)
 
object GetLateBoundObject (string namespaceUri)
 
bool LateBoundFunctionExists (string name, string namespaceUri)
 
IList< XPathItemInvokeXsltLateBoundFunction (string name, string namespaceUri, IList< XPathItem >[] args)
 
void OnXsltMessageEncountered (string message)
 

Package Functions

 XmlQueryContext (XmlQueryRuntime runtime, object defaultDataSource, XmlResolver dataSources, XsltArgumentList argList, WhitespaceRuleLookup wsRules)
 

Properties

XmlNameTable QueryNameTable [get]
 
XmlNameTable DefaultNameTable [get]
 
XPathNavigator DefaultDataSource [get]
 

Private Member Functions

XPathNavigator ConstructDocument (object dataSource, string uriRelative, Uri uriResolved)
 

Private Attributes

readonly XmlQueryRuntime _runtime
 
readonly XPathNavigator _defaultDataSource
 
readonly XmlResolver _dataSources
 
readonly Hashtable _dataSourceCache
 
readonly XsltArgumentList _argList
 
XmlExtensionFunctionTable _extFuncsLate
 
readonly WhitespaceRuleLookup _wsRules
 
readonly QueryReaderSettings _readerSettings
 

Detailed Description

Definition at line 13 of file XmlQueryContext.cs.


The documentation for this class was generated from the following file: