XmlQueryContext Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

The context of a query consists of all user-provided information that influences the operation of the query.

Namespace:   System.Xml.Xsl.Runtime
Assembly:  System.Data.SqlXml (in System.Data.SqlXml.dll)

System::Object
  System.Xml.Xsl.Runtime::XmlQueryContext

public ref class XmlQueryContext sealed 

NameDescription
System_CAPS_pubpropertyDefaultDataSource

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the document that is queried by default if no data source is explicitly selected in the query.

System_CAPS_pubpropertyDefaultNameTable

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the name table used by the default data source, or null if there is no default data source.

System_CAPS_pubpropertyQueryNameTable

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the XmlNameTable instance.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetDataSource(String^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the data source specified by the uriRelative and uriBase from the T:System.Xml.XmlResolver that the user provided.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetLateBoundObject(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the extension object that is mapped to the specified namespace, or null if no object is mapped.

System_CAPS_pubmethodGetParameter(String^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a named parameter from the external argument list.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodInvokeXsltLateBoundFunction(String^, String^, array<IList<XPathItem^>^>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a late-bound extension object from the external argument list.

System_CAPS_pubmethodLateBoundFunctionExists(String^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns true if the late-bound object identified by namespaceUri contains a method that matches name.

System_CAPS_pubmethodOnXsltMessageEncountered(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Raises an XsltMessageEncountered event.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

The context manages the following information:

  1. Input data sources, including the default data source if one exists.

  2. Extension objects. For more information, see User Defined Functions and Variables.

  3. External parameters.

.NET Framework
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: