Mono Class Library: Overview

System.Xml.XPath.XPathNavigator: Property Members

The properties of System.Xml.XPath.XPathNavigator are listed below. For a list of all members, see the XPathNavigator Members list.

See Also: Inherited members from System.Xml.XPath.XPathItem

Public Properties

[read-only]
abstract
BaseURIstring. Represents the base URI of the current node.
[read-only]
CanEditbool. Documentation for this section has not yet been entered.
[read-only]
HasAttributesbool. Indicates if the current node has attributes or not.
[read-only]
HasChildrenbool. Indicates if the current node has children or not.
InnerXmlstring. Documentation for this section has not yet been entered.
[read-only]
abstract
IsEmptyElementbool. Indicates if the current node is "empty tag element" or not.
[read-only]
override
IsNodebool. Documentation for this section has not yet been entered.
[read-only]
abstract
LocalNamestring. Represents the local part of the current node, or prefix of the current namespace node.
[read-only]
abstract
Namestring. Represents the prefixed tag name of the current node, or namespace prefix of the current namespace node.
[read-only]
abstract
NamespaceURIstring. Represents the namespace URI part of the current node, or namespace URI of the current namespace node.
[read-only]
abstract
NameTableSystem.Xml.XmlNameTable. The name table that is used in this instance.
[read-only]
static
NavigatorComparerIEqualityComparer. Documentation for this section has not yet been entered.
[read-only]
abstract
NodeTypeXPathNodeType. Represents the node type of the current node based on "XPath data model".
OuterXmlstring. Documentation for this section has not yet been entered.
[read-only]
abstract
Prefixstring. Represents the prefix of the current node.
[read-only]
SchemaInfoSystem.Xml.Schema.IXmlSchemaInfo. Documentation for this section has not yet been entered.
[read-only]
override
TypedValueobject. Documentation for this section has not yet been entered.
[read-only]
UnderlyingObjectobject. Documentation for this section has not yet been entered.
[read-only]
abstract
Valuestring. Represents the "value" of the current node.
[read-only]
override
ValueAsBooleanbool. Documentation for this section has not yet been entered.
[read-only]
override
ValueAsDateTimeDateTime. Documentation for this section has not yet been entered.
[read-only]
override
ValueAsDoubledouble. Documentation for this section has not yet been entered.
[read-only]
override
ValueAsIntint. Documentation for this section has not yet been entered.
[read-only]
override
ValueAsLonglong. Documentation for this section has not yet been entered.
[read-only]
override
ValueTypeType. Documentation for this section has not yet been entered.
[read-only]
XmlLangstring. Represents the xml:lang context value that is specified in the current node, or inherited from the nearest ancestor of the current node that is locally specified xml:lang attribute.
[read-only]
override
XmlTypeSystem.Xml.Schema.XmlSchemaType. Documentation for this section has not yet been entered.