LibrarySet ClassLibrarySet ClassLibrarySet Class
A collection of modules to be made available to an XQuery program or XPath expression.
Inheritance Hierarchy
- System.ObjectSystem.ObjectSystem::Object
- XmlPrime.LibrarySetXmlPrime.LibrarySetXmlPrime::LibrarySet
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
Constructor | Description | |
---|---|---|
![]() | LibrarySetLibrarySetLibrarySet | Initializes a new instance of the LibrarySetLibrarySetLibrarySet class. |
Methods
Method | Description | |
---|---|---|
![]() | Add (XdmModule)Add (XdmModule)Add (XdmModule^) | Adds a module to the library collection. |
![]() | Add (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. |
![]() | CloneCloneClone | Creates a new LibrarySetLibrarySetLibrarySet that is a copy of the current library collection. |
![]() | CompileCompileCompile | Compiles all uncompiled libraries in the collection. |
![]() | Object.EqualsObject.EqualsObject::Equals | Determines whether the specified object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
![]() | Object.FinalizeObject.FinalizeObject::Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
![]() | Object.GetHashCodeObject.GetHashCodeObject::GetHashCode | Serves as the default hash function. (Inherited from System.ObjectSystem.ObjectSystem::Object) |
![]() | Object.GetTypeObject.GetTypeObject::GetType | Gets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
![]() | Object.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone | Creates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
![]() | Object.ToStringObject.ToStringObject::ToString | Returns a string that represents the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | ICloneable.CloneICloneable.CloneICloneable::Clone | Creates a new object that is a copy of the current instance. |