XdmNavigator PropertiesXdmNavigator PropertiesXdmNavigator Properties

The XdmNavigatorXdmNavigatorXdmNavigator type exposes the following members.

Properties

 PropertyDescription
Public propertyXPathNavigator.BaseURIXPathNavigator.BaseURIXPathNavigator::BaseURI When overridden in a derived class, gets the base URI for the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.CanEditXPathNavigator.CanEditXPathNavigator::CanEdit Gets a value indicating whether the XPathNavigatorXPathNavigatorXPathNavigator can edit the underlying XML data. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyDocumentURIDocumentURIDocumentURI Gets the document URI.
Public propertyXPathNavigator.HasAttributesXPathNavigator.HasAttributesXPathNavigator::HasAttributes Gets a value indicating whether the current node has any attributes. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.HasChildrenXPathNavigator.HasChildrenXPathNavigator::HasChildren Gets a value indicating whether the current node has any child nodes. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.InnerXmlXPathNavigator.InnerXmlXPathNavigator::InnerXml Gets or sets the markup representing the child nodes of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.IsEmptyElementXPathNavigator.IsEmptyElementXPathNavigator::IsEmptyElement When overridden in a derived class, gets a value indicating whether the current node is an empty element without an end element tag. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyIsIdIsIdIsId Gets a value indicating whether the current node is an XML ID.
Public propertyIsIdrefsIsIdrefsIsIdrefs Gets a value indicating whether the current node is an XML IDREF or IDREFS.
Public propertyXPathNavigator.IsNodeXPathNavigator.IsNodeXPathNavigator::IsNode Gets a value indicating if the current node represents an XPath node. (Overrides XPathItem.IsNodeXPathItem.IsNodeXPathItem::IsNode)
Public propertyXPathNavigator.LocalNameXPathNavigator.LocalNameXPathNavigator::LocalName When overridden in a derived class, gets the NameNameName of the current node without any namespace prefix. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.NameXPathNavigator.NameXPathNavigator::Name When overridden in a derived class, gets the qualified name of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.NamespaceURIXPathNavigator.NamespaceURIXPathNavigator::NamespaceURI When overridden in a derived class, gets the namespace URI of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.NameTableXPathNavigator.NameTableXPathNavigator::NameTable When overridden in a derived class, gets the XmlNameTableXmlNameTableXmlNameTable of the XPathNavigatorXPathNavigatorXPathNavigator. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.NodeTypeXPathNavigator.NodeTypeXPathNavigator::NodeType When overridden in a derived class, gets the XPathNodeTypeXPathNodeTypeXPathNodeType of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.OuterXmlXPathNavigator.OuterXmlXPathNavigator::OuterXml Gets or sets the markup representing the opening and closing tags of the current node and its child nodes. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.PrefixXPathNavigator.PrefixXPathNavigator::Prefix When overridden in a derived class, gets the namespace prefix associated with the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.SchemaInfoXPathNavigator.SchemaInfoXPathNavigator::SchemaInfo Gets the schema information that has been assigned to the current node as a result of schema validation. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.TypedValueXPathNavigator.TypedValueXPathNavigator::TypedValue Gets the current node as a boxed object of the most appropriate .NET Framework type. (Overrides XPathItem.TypedValueXPathItem.TypedValueXPathItem::TypedValue)
Public propertyXPathNavigator.UnderlyingObjectXPathNavigator.UnderlyingObjectXPathNavigator::UnderlyingObject Used by XPathNavigatorXPathNavigatorXPathNavigator implementations which provide a "virtualized" XML view over a store, to provide access to underlying objects. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathItem.ValueXPathItem.ValueXPathItem::Value When overridden in a derived class, gets the string value of the item. (Inherited from System.Xml.XPath.XPathItemSystem.Xml.XPath.XPathItemSystem.Xml.XPath::XPathItem)
Public propertyXPathNavigator.ValueAsBooleanXPathNavigator.ValueAsBooleanXPathNavigator::ValueAsBoolean Gets the current node's value as a boolBooleanbool. (Overrides XPathItem.ValueAsBooleanXPathItem.ValueAsBooleanXPathItem::ValueAsBoolean)
Public propertyXPathNavigator.ValueAsDateTimeXPathNavigator.ValueAsDateTimeXPathNavigator::ValueAsDateTime Gets the current node's value as a DateTimeDateDateTime. (Overrides XPathItem.ValueAsDateTimeXPathItem.ValueAsDateTimeXPathItem::ValueAsDateTime)
Public propertyXPathNavigator.ValueAsDoubleXPathNavigator.ValueAsDoubleXPathNavigator::ValueAsDouble Gets the current node's value as a doubleDoubledouble. (Overrides XPathItem.ValueAsDoubleXPathItem.ValueAsDoubleXPathItem::ValueAsDouble)
Public propertyXPathNavigator.ValueAsIntXPathNavigator.ValueAsIntXPathNavigator::ValueAsInt Gets the current node's value as an intIntegerint. (Overrides XPathItem.ValueAsIntXPathItem.ValueAsIntXPathItem::ValueAsInt)
Public propertyXPathNavigator.ValueAsLongXPathNavigator.ValueAsLongXPathNavigator::ValueAsLong Gets the current node's value as an longLonglong. (Overrides XPathItem.ValueAsLongXPathItem.ValueAsLongXPathItem::ValueAsLong)
Public propertyXPathNavigator.ValueTypeXPathNavigator.ValueTypeXPathNavigator::ValueType Gets the .NET Framework TypeTypeType of the current node. (Overrides XPathItem.ValueTypeXPathItem.ValueTypeXPathItem::ValueType)
Public propertyXPathNavigator.XmlLangXPathNavigator.XmlLangXPathNavigator::XmlLang Gets the xml:lang scope for the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.XmlTypeXPathNavigator.XmlTypeXPathNavigator::XmlType Gets the XmlSchemaTypeXmlSchemaTypeXmlSchemaType information for the current node. (Overrides XPathItem.XmlTypeXPathItem.XmlTypeXPathItem::XmlType)

Top