Mono Class Library: OverviewSystem.Xml.XmlTextReader: Property Members |
The properties of System.Xml.XmlTextReader are listed below. For a list of all members, see the XmlTextReader Members list.
See Also: Inherited members from System.Xml.XmlReader
[read-only] overrideAttributeCount int. Gets the number of attributes on the current node. [read-only] overrideBaseURI string. Gets the base Uniform Resource Identifier (URI) of the current node. [read-only] overrideCanReadBinaryContent bool. Documentation for this section has not yet been entered. [read-only] overrideCanReadValueChunk bool. Documentation for this section has not yet been entered. [read-only] overrideCanResolveEntity bool. Documentation for this section has not yet been entered. [read-only] overrideDepth int. Gets the depth of the current node in the XML document. [read-only] Encoding System.Text.Encoding. Gets the encoding of the document. EntityHandling EntityHandling. Documentation for this section has not yet been entered. [read-only] overrideEOF bool. Gets a value indicating whether the XmlTextReader.ReadState is ReadState.EndOfFile, signifying the reader is positioned at the end of the stream. [read-only] overrideHasValue bool. Gets a value indicating whether the current node can have an associated text value. [read-only] overrideIsDefault 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] overrideIsEmptyElement 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] LineNumber int. Gets the current line number. [read-only] LinePosition int. Gets the current position in a line. [read-only] overrideLocalName string. Gets the local name of the current node. [read-only] overrideName string. Gets the qualified name of the current node. Namespaces bool. Gets or sets a value indicating whether the reader supports namespaces. [read-only] overrideNamespaceURI string. Gets the namespace URI associated with the node on which the reader is positioned. [read-only] overrideNameTable XmlNameTable. Gets the name table used by the current instance to store and look up element and attribute names, prefixes, and namespaces. [read-only] overrideNodeType XmlNodeType. Gets the System.Xml.XmlNodeType of the current node. Normalization bool. Gets or sets a value indicating whether to normalize white space and attribute values. [read-only] overridePrefix string. Gets the namespace prefix associated with the current node. ProhibitDtd bool. Documentation for this section has not yet been entered. [read-only] overrideQuoteChar char. Gets the quotation mark character used to enclose the value of an attribute. [read-only] overrideReadState ReadState. Gets the read state of the reader. [read-only] overrideSettings XmlReaderSettings. Documentation for this section has not yet been entered. [read-only] overrideValue string. Gets the text value of the current node. WhitespaceHandling WhitespaceHandling. Gets or sets a value that specifies the type of white space returned by the reader. [read-only] overrideXmlLang string. Gets the current xml:lang scope. [write-only] XmlResolver XmlResolver. Sets the System.Xml.XmlResolver used for resolving DTD references. [read-only] overrideXmlSpace XmlSpace. Gets the current xml:space scope.