XPathArray ClassXPathArray ClassXPathArray Class

Represents an map in the XQuery 3.0 and XPath 3.0 Data Model (XDM).

Syntax

Public Class XPathArray _
        Inherits XPathFunctionItem
public class XPathArray : XPathFunctionItem
public:
ref class XPathArray : XPathFunctionItem^
 
The XPathArrayXPathArrayXPathArray type exposes the following members.

Properties

 PropertyDescription
Public propertyXPathFunctionItem.ArityXPathFunctionItem.ArityXPathFunctionItem::Arity Gets the arity of the function referenced by this funciton item. (Inherited from XmlPrime.XPathFunctionItemXmlPrime.XPathFunctionItemXmlPrime::XPathFunctionItem)
Public propertystaticEmptyEmptyEmpty Gets an empty array instance.
Public propertyXPathFunctionItem.IsNodeXPathFunctionItem.IsNodeXPathFunctionItem::IsNode Gets a value indicating whether the item represents a node or an atomic value. (Overrides XPathItem.IsNodeXPathItem.IsNodeXPathItem::IsNode)
Public propertyXPathFunctionItem.LocalNameXPathFunctionItem.LocalNameXPathFunctionItem::LocalName Gets the local name of the function referenced by this funciton item. (Inherited from XmlPrime.XPathFunctionItemXmlPrime.XPathFunctionItemXmlPrime::XPathFunctionItem)
Public propertyXPathFunctionItem.NameXPathFunctionItem.NameXPathFunctionItem::Name Gets the name of the function, or null a null reference (Nothing in Visual Basic) nullptr if it is anonymous. (Inherited from XmlPrime.XPathFunctionItemXmlPrime.XPathFunctionItemXmlPrime::XPathFunctionItem)
Public propertyXPathFunctionItem.NamespaceXPathFunctionItem.NamespaceXPathFunctionItem::Namespace Gets the namespace URI of the function referenced by this function item. (Inherited from XmlPrime.XPathFunctionItemXmlPrime.XPathFunctionItemXmlPrime::XPathFunctionItem)
Public propertySizeSizeSize Gets the number of members in the array.
Public propertyXPathFunctionItem.TypedValueXPathFunctionItem.TypedValueXPathFunctionItem::TypedValue Gets the current item as a boxed object of the most appropriate .NET Framework version 2.0 type according to its schema type. (Overrides XPathItem.TypedValueXPathItem.TypedValueXPathItem::TypedValue)
Public propertyXPathFunctionItem.ValueXPathFunctionItem.ValueXPathFunctionItem::Value Gets the string value of the item. (Overrides XPathItem.ValueXPathItem.ValueXPathItem::Value)
Public propertyXPathFunctionItem.ValueAsBooleanXPathFunctionItem.ValueAsBooleanXPathFunctionItem::ValueAsBoolean Gets the item's value as a boolBooleanbool. (Overrides XPathItem.ValueAsBooleanXPathItem.ValueAsBooleanXPathItem::ValueAsBoolean)
Public propertyXPathFunctionItem.ValueAsDateTimeXPathFunctionItem.ValueAsDateTimeXPathFunctionItem::ValueAsDateTime When overridden in a derived class, gets the item's value as a DateTimeDateDateTime. (Overrides XPathItem.ValueAsDateTimeXPathItem.ValueAsDateTimeXPathItem::ValueAsDateTime)
Public propertyXPathFunctionItem.ValueAsDoubleXPathFunctionItem.ValueAsDoubleXPathFunctionItem::ValueAsDouble Gets the item's value as a decimalDecimaldecimal. (Overrides XPathItem.ValueAsDoubleXPathItem.ValueAsDoubleXPathItem::ValueAsDouble)
Public propertyXPathFunctionItem.ValueAsIntXPathFunctionItem.ValueAsIntXPathFunctionItem::ValueAsInt Gets the item's value as an intIntegerint. (Overrides XPathItem.ValueAsIntXPathItem.ValueAsIntXPathItem::ValueAsInt)
Public propertyXPathFunctionItem.ValueAsLongXPathFunctionItem.ValueAsLongXPathFunctionItem::ValueAsLong When overridden in a derived class, gets the item's value as an longLonglong. (Overrides XPathItem.ValueAsLongXPathItem.ValueAsLongXPathItem::ValueAsLong)
Public propertyXPathFunctionItem.ValueTypeXPathFunctionItem.ValueTypeXPathFunctionItem::ValueType Gets the .NET Framework version 2.0 type of the item. (Overrides XPathItem.ValueTypeXPathItem.ValueTypeXPathItem::ValueType)
Public propertyXPathFunctionItem.XmlTypeXPathFunctionItem.XmlTypeXPathFunctionItem::XmlType Gets the XmlSchemaTypeXmlSchemaTypeXmlSchemaType for the item. (Overrides XPathItem.XmlTypeXPathItem.XmlTypeXPathItem::XmlType)

Top

Methods

 MethodDescription
Public methodDeepEquals (XPathArray, Collation, TimeZone)DeepEquals (XPathArray, Collation, TimeZone)DeepEquals (XPathArray^, Collation^, TimeZone) Tests if this XPathArrayXPathArrayXPathArray is deep-equal to the specified XPathArrayXPathArrayXPathArray under the specified collation and implicit time zone.
Public methodXPathFunctionItem.DeepEqualsXPathFunctionItem.DeepEqualsXPathFunctionItem::DeepEquals Tests if this XPathFunctionItemXPathFunctionItemXPathFunctionItem is deep-equal to the specified XPathFunctionItemXPathFunctionItemXPathFunctionItem under the specified collation and implicit time zone. (Inherited from XmlPrime.XPathFunctionItemXmlPrime.XPathFunctionItemXmlPrime::XPathFunctionItem)
Public methodXPathFunctionItem.EqualsXPathFunctionItem.EqualsXPathFunctionItem::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Overrides Object.EqualsObject.EqualsObject::Equals)
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows 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)
Public methodXPathFunctionItem.GetHashCodeXPathFunctionItem.GetHashCodeXPathFunctionItem::GetHashCode Serves as a hash code for a particular type. (Overrides Object.GetHashCodeObject.GetHashCodeObject::GetHashCode)
Public methodObject.GetTypeObject.GetTypeObject::GetTypeGets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodXPathFunctionItem.ToStringXPathFunctionItem.ToStringXPathFunctionItem::ToString Returns a stringStringString that represents the current XPathAtomicValueXPathAtomicValueXPathAtomicValue. (Overrides Object.ToStringObject.ToStringObject::ToString)
Public methodXPathFunctionItem.ValueAs (Type, IXmlNamespaceResolver)XPathFunctionItem.ValueAs (Type, IXmlNamespaceResolver)XPathFunctionItem::ValueAs (Type^, IXmlNamespaceResolver^) Returns the item's value as the type specified using the IXmlNamespaceResolverIXmlNamespaceResolverIXmlNamespaceResolver object specified to resolve namespace prefixes. (Overrides XPathItem.ValueAsXPathItem.ValueAsXPathItem::ValueAs)
Public methodXPathItem.ValueAsXPathItem.ValueAsXPathItem::ValueAsReturns the item's value as the specified type.(Inherited from System.Xml.XPath.XPathItemSystem.Xml.XPath.XPathItemSystem.Xml.XPath::XPathItem)

Top