Click or drag to resize

CompileOptions Class

The CompileOptions class is used to initialize the static context components. The Compile(String, CompileOptions, ErrorLog) static method can be used to validate an expression with the given CompileOptions.
Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.Beta.XPathCompileOptions

Namespace:  Altova.RaptorXml.Beta.XPath
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class CompileOptions : IDisposable

The CompileOptions type exposes the following members.

Constructors
  NameDescription
Public methodCompileOptions
Initializes a new instance of the CompileOptions class
Top
Properties
  NameDescription
Public propertyCalcTextLocations
Public propertyCatalogMappings
Public propertyDecimalFormats
Public propertyDefaultElementNamespace
Public propertyDefaultFunctionNamespace
Public propertyEnableTrace
Public propertyExecutionMode
Public propertyInitialSchema
Public propertyStaticallyKnownNamespaces
Public propertyStaticBaseUri
The static-base-uri property of the static context.
Public propertyUseStandardNamespacePrefixes
Use the standard namespace prefixes in the statically known namespace map: xs, fn, xsi, math, map, array, err, altovaext (Unless overwritten by values in StaticallyKnownNamespaces)
Public propertyVersion
One of the Version values, providing the version of the xpath specification to be used.
Public propertyWhitespaceHandler
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the CompileOptions
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also