|
Terraria v1.4.4.9
Terraria source code documentation
|
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< XPathItem > | InvokeXsltLateBoundFunction (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 |
Definition at line 13 of file XmlQueryContext.cs.