Mono Class Library: OverviewSystem.Xml.XmlReader: Property Members |
The properties of System.Xml.XmlReader are listed below. For a list of all members, see the XmlReader Members list.
See Also: Inherited members from System.Object
[read-only] abstractAttributeCount int. Gets the number of attributes on the current node. [read-only] abstractBaseURI string. Gets the base Uniform Resource Identifier (URI) of the current node. [read-only] CanReadBinaryContent bool. Documentation for this section has not yet been entered. [read-only] CanReadValueChunk bool. Documentation for this section has not yet been entered. [read-only] CanResolveEntity bool. Gets a value indicating whether this reader can parse and resolve entities. [read-only] abstractDepth int. Gets the depth of the current node in the XML document. [read-only] abstractEOF bool. Gets a value indicating whether the XmlReader.ReadState is ReadState.EndOfFile, signifying the reader is positioned at the end of the stream. [read-only] HasAttributes bool. Gets a value indicating whether the current node has any attributes. [read-only] abstractHasValue bool. Gets a value indicating whether the current node can have an associated text value. [read-only] IsDefault bool. Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema. [read-only] abstractIsEmptyElement bool. Gets a value indicating whether the current node is an empty element (for example, <MyElement />). [read-only] default propertyItem(int) string. Retrieves the value of the attribute with the specified index relative to the containing element. [read-only] default propertyItem(string) string. Retrieves the value of the attribute with the specified qualified name. [read-only] default propertyItem(string, string) string. Retrieves the value of the attribute with the specified local name and namespace URI. [read-only] abstractLocalName string. Gets the local name of the current node. [read-only] Name string. Gets the qualified name of the current node. [read-only] abstractNamespaceURI string. Gets the namespace URI associated with the node on which the reader is positioned. [read-only] abstractNameTable XmlNameTable. Gets the name table used by the current instance to store and look up element and attribute names, prefixes, and namespaces. [read-only] abstractNodeType XmlNodeType. Gets the type of the current node. [read-only] abstractPrefix string. Gets the namespace prefix associated with the current node. [read-only] QuoteChar char. Gets the quotation mark character used to enclose the value of an attribute. [read-only] abstractReadState ReadState. Gets the read state of the reader. [read-only] SchemaInfo System.Xml.Schema.IXmlSchemaInfo. Documentation for this section has not yet been entered. [read-only] Settings XmlReaderSettings. Documentation for this section has not yet been entered. [read-only] abstractValue string. Gets the text value of the current node. [read-only] ValueType Type. Documentation for this section has not yet been entered. [read-only] XmlLang string. Gets the current xml:lang scope. [read-only] XmlSpace XmlSpace. Gets the current xml:space scope.