XdmNavigator PropertiesXdmNavigator PropertiesXdmNavigator Properties

The XdmNavigatorXdmNavigatorXdmNavigator type exposes the following members.

Properties

 PropertyDescription
Public propertyXPathNavigator.BaseURIXPathNavigator.BaseURIXPathNavigator::BaseURIWhen 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::CanEditGets 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::HasAttributesGets 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::HasChildrenGets 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::InnerXmlGets 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::IsEmptyElementWhen 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::IsNodeGets a value indicating if the current node represents an XPath node.(Overrides XPathItem.IsNodeXPathItem.IsNodeXPathItem::IsNode)
Public propertyLineNumberLineNumberLineNumber Gets the current line number.
Public propertyLinePositionLinePositionLinePosition Gets the current line position.
Public propertyXPathNavigator.LocalNameXPathNavigator.LocalNameXPathNavigator::LocalNameWhen 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::NameWhen 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.NameTableXPathNavigator.NameTableXPathNavigator::NameTableWhen 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.NamespaceURIXPathNavigator.NamespaceURIXPathNavigator::NamespaceURIWhen 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.NodeTypeXPathNavigator.NodeTypeXPathNavigator::NodeTypeWhen 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 propertyNormalizedDocumentURINormalizedDocumentURINormalizedDocumentURI Gets the normalized document URI.
Public propertyXPathNavigator.OuterXmlXPathNavigator.OuterXmlXPathNavigator::OuterXmlGets 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::PrefixWhen 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::SchemaInfoGets 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::TypedValueGets the current node as a boxed object of the most appropriate .NET Framework type.(Overrides XPathItem.TypedValueXPathItem.TypedValueXPathItem::TypedValue)
Public propertyXPathNavigator.UnderlyingObjectXPathNavigator.UnderlyingObjectXPathNavigator::UnderlyingObjectUsed 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::ValueWhen 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::ValueAsBooleanGets the current node's value as a boolBooleanbool.(Overrides XPathItem.ValueAsBooleanXPathItem.ValueAsBooleanXPathItem::ValueAsBoolean)
Public propertyXPathNavigator.ValueAsDateTimeXPathNavigator.ValueAsDateTimeXPathNavigator::ValueAsDateTimeGets the current node's value as a DateTimeDateDateTime.(Overrides XPathItem.ValueAsDateTimeXPathItem.ValueAsDateTimeXPathItem::ValueAsDateTime)
Public propertyXPathNavigator.ValueAsDoubleXPathNavigator.ValueAsDoubleXPathNavigator::ValueAsDoubleGets the current node's value as a doubleDoubledouble.(Overrides XPathItem.ValueAsDoubleXPathItem.ValueAsDoubleXPathItem::ValueAsDouble)
Public propertyXPathNavigator.ValueAsIntXPathNavigator.ValueAsIntXPathNavigator::ValueAsIntGets the current node's value as an intIntegerint.(Overrides XPathItem.ValueAsIntXPathItem.ValueAsIntXPathItem::ValueAsInt)
Public propertyXPathNavigator.ValueAsLongXPathNavigator.ValueAsLongXPathNavigator::ValueAsLongGets the current node's value as an longLonglong.(Overrides XPathItem.ValueAsLongXPathItem.ValueAsLongXPathItem::ValueAsLong)
Public propertyXPathNavigator.ValueTypeXPathNavigator.ValueTypeXPathNavigator::ValueTypeGets the .NET Framework TypeTypeType of the current node.(Overrides XPathItem.ValueTypeXPathItem.ValueTypeXPathItem::ValueType)
Public propertyXPathNavigator.XmlLangXPathNavigator.XmlLangXPathNavigator::XmlLangGets the xml:lang scope for the current node.(Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.XmlTypeXPathNavigator.XmlTypeXPathNavigator::XmlTypeGets the XmlSchemaTypeXmlSchemaTypeXmlSchemaType information for the current node.(Overrides XPathItem.XmlTypeXPathItem.XmlTypeXPathItem::XmlType)

Top