DelegatingXmlReader PropertiesDelegatingXmlReader PropertiesDelegatingXmlReader Properties

The DelegatingXmlReaderDelegatingXmlReaderDelegatingXmlReader type exposes the following members.

Properties

 PropertyDescription
Public propertyAttributeCountAttributeCountAttributeCount Gets the number of attributes on the current node. (Overrides XmlReader.AttributeCountXmlReader.AttributeCountXmlReader::AttributeCount)
Public propertyBaseURIBaseURIBaseURI Gets the base URI of the current node. (Overrides XmlReader.BaseURIXmlReader.BaseURIXmlReader::BaseURI)
Public propertyXmlReader.CanReadBinaryContentXmlReader.CanReadBinaryContentXmlReader::CanReadBinaryContent Gets a value indicating whether the XmlReaderXmlReaderXmlReader implements the binary content read methods. (Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader)
Public propertyXmlReader.CanReadValueChunkXmlReader.CanReadValueChunkXmlReader::CanReadValueChunk Gets a value indicating whether the XmlReaderXmlReaderXmlReader implements the ReadValueChunkReadValueChunkReadValueChunk method. (Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader)
Public propertyCanResolveEntityCanResolveEntityCanResolveEntity Gets a value indicating whether the reader can parse and resolve entities. (Overrides XmlReader.CanResolveEntityXmlReader.CanResolveEntityXmlReader::CanResolveEntity)
Protected propertyCurrentCurrentCurrent Gets or sets the underlying XmlReaderXmlReaderXmlReader to which calls are delegated.
Public propertyDepthDepthDepth Gets the depth of the current node in the XML document. (Overrides XmlReader.DepthXmlReader.DepthXmlReader::Depth)
Public propertyEOFEOFEOF Gets a value indicating whether the reader is positioned at the end of the stream. (Overrides XmlReader.EOFXmlReader.EOFXmlReader::EOF)
Public propertyHasAttributesHasAttributesHasAttributes Gets a value indicating whether the current node has any attributes. (Overrides XmlReader.HasAttributesXmlReader.HasAttributesXmlReader::HasAttributes)
Public propertyHasValueHasValueHasValue Gets a value indicating whether the current node can have a ValueValueValue. (Overrides XmlReader.HasValueXmlReader.HasValueXmlReader::HasValue)
Public propertyIsDefaultIsDefaultIsDefault Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema. (Overrides XmlReader.IsDefaultXmlReader.IsDefaultXmlReader::IsDefault)
Public propertyIsEmptyElementIsEmptyElementIsEmptyElement Gets a value indicating whether the current node is an empty element. (Overrides XmlReader.IsEmptyElementXmlReader.IsEmptyElementXmlReader::IsEmptyElement)
Public propertyItem (int)Item (Integer)Item (int) Gets the value of the attribute with the specified index. (Overrides XmlReader.ItemXmlReader.ItemXmlReader::Item)
Public propertyItem (string)Item (String)Item (String^) Gets the value of the attribute with the specified name (Overrides XmlReader.ItemXmlReader.ItemXmlReader::Item)
Public propertyItem (string, string)Item (String, String)Item (String^, String^) Gets the value of the attribute with the specified local name and namespace URI. (Overrides XmlReader.ItemXmlReader.ItemXmlReader::Item)
Public propertyLineNumberLineNumberLineNumber Gets the current line number.
Public propertyLinePositionLinePositionLinePosition Gets the current line position.
Public propertyLocalNameLocalNameLocalName Gets the local name of the current node. (Overrides XmlReader.LocalNameXmlReader.LocalNameXmlReader::LocalName)
Public propertyNameNameName Gets the qualified name of the current node. (Overrides XmlReader.NameXmlReader.NameXmlReader::Name)
Public propertyNamespaceURINamespaceURINamespaceURI Gets the namespace URI of the node on which the reader is positioned. (Overrides XmlReader.NamespaceURIXmlReader.NamespaceURIXmlReader::NamespaceURI)
Public propertyNameTableNameTableNameTable Gets the XmlNameTableXmlNameTableXmlNameTable associated with this implementation. (Overrides XmlReader.NameTableXmlReader.NameTableXmlReader::NameTable)
Public propertyNodeTypeNodeTypeNodeType Gets the type of the current node. (Overrides XmlReader.NodeTypeXmlReader.NodeTypeXmlReader::NodeType)
Public propertyPrefixPrefixPrefix Gets the namespace prefix associated with the current node. (Overrides XmlReader.PrefixXmlReader.PrefixXmlReader::Prefix)
Public propertyQuoteCharQuoteCharQuoteChar Gets the quotation mark character used to enclose the value of an attribute node. (Overrides XmlReader.QuoteCharXmlReader.QuoteCharXmlReader::QuoteChar)
Public propertyReadStateReadStateReadState Gets the state of the reader. (Overrides XmlReader.ReadStateXmlReader.ReadStateXmlReader::ReadState)
Public propertySchemaInfoSchemaInfoSchemaInfo Gets the schema information that has been assigned to the current node as a result of schema validation. (Overrides XmlReader.SchemaInfoXmlReader.SchemaInfoXmlReader::SchemaInfo)
Public propertySettingsSettingsSettings Gets the XmlReaderSettingsXmlReaderSettingsXmlReaderSettings object used to create this wrapped instance. (Overrides XmlReader.SettingsXmlReader.SettingsXmlReader::Settings)
Public propertyValueValueValue Gets the text value of the current node. (Overrides XmlReader.ValueXmlReader.ValueXmlReader::Value)
Public propertyXmlReader.ValueTypeXmlReader.ValueTypeXmlReader::ValueType Gets The Common Language Runtime (CLR) type for the current node. (Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader)
Public propertyXmlLangXmlLangXmlLang Gets the current xml:lang scope. (Overrides XmlReader.XmlLangXmlReader.XmlLangXmlReader::XmlLang)
Public propertyXmlSpaceXmlSpaceXmlSpace Gets the current xml:space scope. (Overrides XmlReader.XmlSpaceXmlReader.XmlSpaceXmlReader::XmlSpace)

Top