LibrarySet ClassLibrarySet ClassLibrarySet Class

A collection of modules to be made available to an XQuery program or XPath expression.

Inheritance Hierarchy

Syntax

Public NotInheritable Class LibrarySet _
        Implements ICloneable
public sealed class LibrarySet : ICloneable
public:
ref class LibrarySet sealed : ICloneable^
 
The LibrarySetLibrarySetLibrarySet type exposes the following members.

Constructors

 ConstructorDescription
Public methodLibrarySetLibrarySetLibrarySet Initializes a new instance of the LibrarySetLibrarySetLibrarySet class.

Top

Methods

 MethodDescription
Public methodAdd (XdmModule)Add (XdmModule)Add (XdmModule^) Adds a module to the library collection.
Public methodAdd (XQuerySettings, string, string[])Add (XQuerySettings, String, String())Add (XQuerySettings^, String^, array<String^>^) Compiles the specified XQuery library module with the specified location hints and adds it to this LibrarySetLibrarySetLibrarySet. Default static context settings are used.
Public methodCloneCloneClone Creates a new LibrarySetLibrarySetLibrarySet that is a copy of the current library collection.
Public methodCompileCompileCompile Compiles all uncompiled libraries in the collection.
Public methodObject.EqualsObject.EqualsObject::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCode Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.ToStringObject.ToStringObject::ToString Returns a stringStringString that represents the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)

Top

Explicit Interface Implementations

 NameDescription
Explicit interface implementationPrivate methodICloneable.CloneICloneable.CloneICloneable::Clone Creates a new object that is a copy of the current instance.

Top

Remarks

The LibrariesLibrariesLibraries property exposes the libraries that are available to the query or expression.