Click or drag to resize

Indexer Properties

The Indexer type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets an XmlAttributeCollection containing the attributes of this node.
(Inherited from XmlNode.)
Public propertyBaseURI
Gets the base URI of the current node.
(Inherited from XmlDocument.)
Public propertyChildNodes
Gets all the child nodes of the node.
(Inherited from XmlNode.)
Public propertyDocumentElement
Gets the root XmlElement for the document.
(Inherited from XmlDocument.)
Public propertyDocumentType
Gets the node containing the DOCTYPE declaration.
(Inherited from XmlDocument.)
Public propertyFileName
XML file to loads. Puts from class constructor parameter
(Inherited from DocumentDataItemClass.)
Public propertyFirstChild
Gets the first child of the node.
(Inherited from XmlNode.)
Public propertyHasChildNodes
Gets a value indicating whether this node has any child nodes.
(Inherited from XmlNode.)
Public propertyImplementation
Gets the XmlImplementation object for the current document.
(Inherited from XmlDocument.)
Public propertyIndexName
Index name (data class name)
Public propertyInnerText
Gets the concatenated values of the node and all its child nodes.
(Inherited from XmlDocument.)
Public propertyInnerXml
Gets or sets the markup representing the children of the current node.
(Inherited from XmlDocument.)
Public propertyIsReadOnly
Gets a value indicating whether the current node is read-only.
(Inherited from XmlDocument.)
Public propertyItemString
Gets the first child element with the specified Name.
(Inherited from XmlNode.)
Public propertyItemString, String
Gets the first child element with the specified LocalName and NamespaceURI.
(Inherited from XmlNode.)
Public propertyLastChild
Gets the last child of the node.
(Inherited from XmlNode.)
Public propertyLocalName
Gets the local name of the node.
(Inherited from XmlDocument.)
Public propertyName
Gets the qualified name of the node.
(Inherited from XmlDocument.)
Public propertyNamespaceURI
Gets the namespace URI of this node.
(Inherited from XmlNode.)
Public propertyNameTable
Gets the XmlNameTable associated with this implementation.
(Inherited from XmlDocument.)
Public propertyNextSibling
Gets the node immediately following this node.
(Inherited from XmlNode.)
Public propertyNodeType
Gets the type of the current node.
(Inherited from XmlDocument.)
Public propertyOuterXml
Gets the markup representing this node and all its child nodes.
(Inherited from XmlNode.)
Public propertyOwnerDocument
Gets the XmlDocument to which the current node belongs.
(Inherited from XmlDocument.)
Public propertyParentNode
Gets the parent node of this node (for nodes that can have parents).
(Inherited from XmlDocument.)
Public propertyPrefix
Gets or sets the namespace prefix of this node.
(Inherited from XmlNode.)
Public propertyPreserveWhitespace
Gets or sets a value indicating whether to preserve white space in element content.
(Inherited from XmlDocument.)
Public propertyPreviousSibling
Gets the node immediately preceding this node.
(Inherited from XmlNode.)
Public propertySchemaInfo
Returns the Post-Schema-Validation-Infoset (PSVI) of the node.
(Inherited from XmlDocument.)
Public propertySchemas
Gets or sets the XmlSchemaSet object associated with this XmlDocument.
(Inherited from XmlDocument.)
Public propertyValue
Gets or sets the value of the node.
(Inherited from XmlNode.)
Public propertyXmlResolver
Sets the XmlResolver to use for resolving external resources.
(Inherited from XmlDocument.)
Top
See Also