 | AttributeCountAttributeCountAttributeCount |
Gets the number of attributes on the current node.
(Overrides XmlReader.AttributeCountXmlReader.AttributeCountXmlReader::AttributeCount) |
 | BaseURIBaseURIBaseURI |
Gets the base URI of the current node.
(Overrides XmlReader.BaseURIXmlReader.BaseURIXmlReader::BaseURI) |
 | XmlReader.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) |
 | XmlReader.CanReadValueChunkXmlReader.CanReadValueChunkXmlReader::CanReadValueChunk |
Gets a value indicating whether the XmlReaderXmlReaderXmlReader implements the ReadValueChunkReadValueChunkReadValueChunk method.
(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | CanResolveEntityCanResolveEntityCanResolveEntity |
Gets a value indicating whether the reader can parse and resolve entities.
(Overrides XmlReader.CanResolveEntityXmlReader.CanResolveEntityXmlReader::CanResolveEntity) |
 | CurrentCurrentCurrent |
Gets or sets the underlying XmlReaderXmlReaderXmlReader to which calls are delegated.
|
 | DepthDepthDepth |
Gets the depth of the current node in the XML document.
(Overrides XmlReader.DepthXmlReader.DepthXmlReader::Depth) |
 | EOFEOFEOF |
Gets a value indicating whether the reader is positioned at the end of the stream.
(Overrides XmlReader.EOFXmlReader.EOFXmlReader::EOF) |
 | HasAttributesHasAttributesHasAttributes |
Gets a value indicating whether the current node has any attributes.
(Overrides XmlReader.HasAttributesXmlReader.HasAttributesXmlReader::HasAttributes) |
 | HasValueHasValueHasValue |
Gets a value indicating whether the current node can have a ValueValueValue.
(Overrides XmlReader.HasValueXmlReader.HasValueXmlReader::HasValue) |
 | IsDefaultIsDefaultIsDefault |
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) |
 | IsEmptyElementIsEmptyElementIsEmptyElement |
Gets a value indicating whether the current node is an empty element.
(Overrides XmlReader.IsEmptyElementXmlReader.IsEmptyElementXmlReader::IsEmptyElement) |
 | Item (int)Item (Integer)Item (int) |
Gets the value of the attribute with the specified index.
(Overrides XmlReader.ItemXmlReader.ItemXmlReader::Item) |
 | Item (string)Item (String)Item (String^) |
Gets the value of the attribute with the specified name
(Overrides XmlReader.ItemXmlReader.ItemXmlReader::Item) |
 | Item (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) |
 | LineNumberLineNumberLineNumber |
Gets the current line number.
|
 | LinePositionLinePositionLinePosition |
Gets the current line position.
|
 | LocalNameLocalNameLocalName |
Gets the local name of the current node.
(Overrides XmlReader.LocalNameXmlReader.LocalNameXmlReader::LocalName) |
 | NameNameName |
Gets the qualified name of the current node.
(Overrides XmlReader.NameXmlReader.NameXmlReader::Name) |
 | NamespaceURINamespaceURINamespaceURI |
Gets the namespace URI of the node on which the reader is positioned.
(Overrides XmlReader.NamespaceURIXmlReader.NamespaceURIXmlReader::NamespaceURI) |
 | NameTableNameTableNameTable |
Gets the XmlNameTableXmlNameTableXmlNameTable associated with this implementation.
(Overrides XmlReader.NameTableXmlReader.NameTableXmlReader::NameTable) |
 | NodeTypeNodeTypeNodeType |
Gets the type of the current node.
(Overrides XmlReader.NodeTypeXmlReader.NodeTypeXmlReader::NodeType) |
 | PrefixPrefixPrefix |
Gets the namespace prefix associated with the current node.
(Overrides XmlReader.PrefixXmlReader.PrefixXmlReader::Prefix) |
 | QuoteCharQuoteCharQuoteChar |
Gets the quotation mark character used to enclose the value of an attribute node.
(Overrides XmlReader.QuoteCharXmlReader.QuoteCharXmlReader::QuoteChar) |
 | ReadStateReadStateReadState |
Gets the state of the reader.
(Overrides XmlReader.ReadStateXmlReader.ReadStateXmlReader::ReadState) |
 | SchemaInfoSchemaInfoSchemaInfo |
Gets the schema information that has been assigned to the current node as a
result of schema validation.
(Overrides XmlReader.SchemaInfoXmlReader.SchemaInfoXmlReader::SchemaInfo) |
 | SettingsSettingsSettings |
Gets the XmlReaderSettingsXmlReaderSettingsXmlReaderSettings object used to create this wrapped instance.
(Overrides XmlReader.SettingsXmlReader.SettingsXmlReader::Settings) |
 | ValueValueValue |
Gets the text value of the current node.
(Overrides XmlReader.ValueXmlReader.ValueXmlReader::Value) |
 | XmlReader.ValueTypeXmlReader.ValueTypeXmlReader::ValueType |
Gets The Common Language Runtime (CLR) type for the current node.
(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlLangXmlLangXmlLang |
Gets the current xml:lang scope.
(Overrides XmlReader.XmlLangXmlReader.XmlLangXmlReader::XmlLang) |
 | XmlSpaceXmlSpaceXmlSpace |
Gets the current xml:space scope.
(Overrides XmlReader.XmlSpaceXmlReader.XmlSpaceXmlReader::XmlSpace) |