|
string[] | DebugGetGlobalNames () |
|
IList | DebugGetGlobalValue (string name) |
|
void | DebugSetGlobalValue (string name, object value) |
|
object | DebugGetXsltValue (IList seq) |
|
object | GetEarlyBoundObject (int index) |
|
bool | EarlyBoundFunctionExists (string name, string namespaceUri) |
|
bool | IsGlobalComputed (int index) |
|
object | GetGlobalValue (int index) |
|
void | SetGlobalValue (int index, object value) |
|
string | GetAtomizedName (int index) |
|
XmlNavigatorFilter | GetNameFilter (int index) |
|
XmlNavigatorFilter | GetTypeFilter (XPathNodeType nodeType) |
|
XmlQualifiedName | ParseTagName (string tagName, int indexPrefixMappings) |
|
XmlQualifiedName | ParseTagName (string tagName, string ns) |
|
bool | IsQNameEqual (XPathNavigator n1, XPathNavigator n2) |
|
bool | IsQNameEqual (XPathNavigator navigator, int indexLocalName, int indexNamespaceUri) |
|
object | ChangeTypeXsltArgument (int indexType, object value, Type destinationType) |
|
object | ChangeTypeXsltResult (int indexType, object value) |
|
bool | MatchesXmlType (IList< XPathItem > seq, int indexType) |
|
bool | MatchesXmlType (XPathItem item, int indexType) |
|
bool | MatchesXmlType (IList< XPathItem > seq, XmlTypeCode code) |
|
bool | MatchesXmlType (XPathItem item, XmlTypeCode code) |
|
XmlCollation | GetCollation (int index) |
|
XmlCollation | CreateCollation (string collation) |
|
int | ComparePosition (XPathNavigator navigatorThis, XPathNavigator navigatorThat) |
|
IList< XPathNavigator > | DocOrderDistinct (IList< XPathNavigator > seq) |
|
string | GenerateId (XPathNavigator navigator) |
|
bool | FindIndex (XPathNavigator context, int indexId, out XmlILIndex index) |
|
void | AddNewIndex (XPathNavigator context, int indexId, XmlILIndex index) |
|
void | StartSequenceConstruction (out XmlQueryOutput output) |
|
IList< XPathItem > | EndSequenceConstruction (out XmlQueryOutput output) |
|
void | StartRtfConstruction (string baseUri, out XmlQueryOutput output) |
|
XPathNavigator | EndRtfConstruction (out XmlQueryOutput output) |
|
XPathNavigator | TextRtfConstruction (string text, string baseUri) |
|
void | SendMessage (string message) |
|
void | ThrowException (string text) |
|
Definition at line 15 of file XmlQueryRuntime.cs.