 | XPathNavigator.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) |
 | XPathNavigator.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) |
 | DocumentURIDocumentURIDocumentURI |
Gets the document URI.
|
 | XPathNavigator.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) |
 | XPathNavigator.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) |
 | XPathNavigator.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) |
 | XPathNavigator.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) |
 | IsIdIsIdIsId |
Gets a value indicating whether the current node is an XML ID.
|
 | IsIdrefsIsIdrefsIsIdrefs |
Gets a value indicating whether the current node is an XML IDREF or IDREFS.
|
 | XPathNavigator.IsNodeXPathNavigator.IsNodeXPathNavigator::IsNode |
Gets a value indicating if the current node represents an XPath node.
(Overrides XPathItem.IsNodeXPathItem.IsNodeXPathItem::IsNode) |
 | LineNumberLineNumberLineNumber |
Gets the current line number.
|
 | LinePositionLinePositionLinePosition |
Gets the current line position.
|
 | XPathNavigator.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) |
 | XPathNavigator.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) |
 | XPathNavigator.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) |
 | XPathNavigator.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) |
 | XPathNavigator.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) |
 | NormalizedDocumentURINormalizedDocumentURINormalizedDocumentURI |
Gets the normalized document URI.
|
 | XPathNavigator.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) |
 | XPathNavigator.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) |
 | XPathNavigator.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) |
 | XPathNavigator.TypedValueXPathNavigator.TypedValueXPathNavigator::TypedValue |
Gets the current node as a boxed object of the most appropriate .NET Framework type.
(Overrides XPathItem.TypedValueXPathItem.TypedValueXPathItem::TypedValue) |
 | XPathNavigator.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) |
 | XPathItem.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) |
 | XPathNavigator.ValueAsBooleanXPathNavigator.ValueAsBooleanXPathNavigator::ValueAsBoolean |
Gets the current node's value as a boolBooleanbool.
(Overrides XPathItem.ValueAsBooleanXPathItem.ValueAsBooleanXPathItem::ValueAsBoolean) |
 | XPathNavigator.ValueAsDateTimeXPathNavigator.ValueAsDateTimeXPathNavigator::ValueAsDateTime |
Gets the current node's value as a DateTimeDateDateTime.
(Overrides XPathItem.ValueAsDateTimeXPathItem.ValueAsDateTimeXPathItem::ValueAsDateTime) |
 | XPathNavigator.ValueAsDoubleXPathNavigator.ValueAsDoubleXPathNavigator::ValueAsDouble |
Gets the current node's value as a doubleDoubledouble.
(Overrides XPathItem.ValueAsDoubleXPathItem.ValueAsDoubleXPathItem::ValueAsDouble) |
 | XPathNavigator.ValueAsIntXPathNavigator.ValueAsIntXPathNavigator::ValueAsInt |
Gets the current node's value as an intIntegerint.
(Overrides XPathItem.ValueAsIntXPathItem.ValueAsIntXPathItem::ValueAsInt) |
 | XPathNavigator.ValueAsLongXPathNavigator.ValueAsLongXPathNavigator::ValueAsLong |
Gets the current node's value as an longLonglong.
(Overrides XPathItem.ValueAsLongXPathItem.ValueAsLongXPathItem::ValueAsLong) |
 | XPathNavigator.ValueTypeXPathNavigator.ValueTypeXPathNavigator::ValueType |
Gets the .NET Framework TypeTypeType of the current node.
(Overrides XPathItem.ValueTypeXPathItem.ValueTypeXPathItem::ValueType) |
 | XPathNavigator.XmlLangXPathNavigator.XmlLangXPathNavigator::XmlLang |
Gets the xml:lang scope for the current node.
(Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator) |
 | XPathNavigator.XmlTypeXPathNavigator.XmlTypeXPathNavigator::XmlType |
Gets the XmlSchemaTypeXmlSchemaTypeXmlSchemaType information for the current node.
(Overrides XPathItem.XmlTypeXPathItem.XmlTypeXPathItem::XmlType) |