StaticContextSettings PropertiesStaticContextSettings PropertiesStaticContextSettings Properties

Properties

 PropertyDescription
Public propertyBaseURIBaseURIBaseURI Gets or sets the base URI.
Public propertyCollationResolverCollationResolverCollationResolver Gets or sets the resolver for collation URIs .
Public propertyCollectionTypeResolverCollectionTypeResolverCollectionTypeResolver Sets the resolver used to compute the type of calls to the fn:collection function .
Public propertyCompilationWarningsCompilationWarningsCompilationWarnings Gets or sets a value specifying which compilation warnings should be reported.
Public propertyContextItemTypeContextItemTypeContextItemType Gets or sets the static type of the initial context item.
Public propertyDefaultCollationDefaultCollationDefaultCollation Gets or sets the default collation URI.
Public propertyDefaultElementNamespaceDefaultElementNamespaceDefaultElementNamespace Gets the default namespace for element and type names.
Public propertyDefaultFunctionNamespaceDefaultFunctionNamespaceDefaultFunctionNamespace Gets or sets the default namespace for function names.
Public propertyDocumentTypeResolverDocumentTypeResolverDocumentTypeResolver Sets the resolver used to compute the type of calls to the fn:doc function.
Public propertyInputSettingsInputSettingsInputSettings Gets or sets the input settings.
Public propertyLibrariesLibrariesLibraries Gets or sets the set of additional libraries available to the query.
Public propertyNamespacesNamespacesNamespaces Gets or sets the statically known namespaces.
Public propertyNameTableNameTableNameTable Gets the XmlNameTableXmlNameTableXmlNameTable to be used for atomized string comparisons.
Public propertyOptimizationLevelOptimizationLevelOptimizationLevel Gets or sets the level of optimization to perform when compiling an XPath expressiona, an XQuery program or an XSL transformation.
Public propertyParameterTypesParameterTypesParameterTypes Gets the parameter types.
Public propertySchemasSchemasSchemas Gets or sets the set of schemas used for type checking and schema validation in the query.
Public propertyTypeCheckingModeTypeCheckingModeTypeCheckingMode Gets or sets a value indicating the type checking mode to be used during compilation.
Public propertyXmlVersionXmlVersionXmlVersion Gets or sets the XML version to be used.

Top