XdmReader PropertiesXdmReader PropertiesXdmReader Properties

The XdmReaderXdmReaderXdmReader type exposes the following members.

Properties

 PropertyDescription
Public propertyAttributeCountAttributeCountAttributeCount Gets the number of attributes on the current node. (Overrides XmlReader.AttributeCountXmlReader.AttributeCountXmlReader::AttributeCount)
Public propertyAttributeTypeAttributeTypeAttributeType When positioned on an attribute node, gets the
Public propertyBaseURIBaseURIBaseURI Gets the base URI of the current node. (Overrides XmlReader.BaseURIXmlReader.BaseURIXmlReader::BaseURI)
Public propertyXmlReader.CanReadBinaryContentXmlReader.CanReadBinaryContentXmlReader::CanReadBinaryContentGets 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::CanReadValueChunkGets 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 this reader can parse and resolve entities. (Overrides XmlReader.CanResolveEntityXmlReader.CanResolveEntityXmlReader::CanResolveEntity)
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 propertyXmlReader.HasAttributesXmlReader.HasAttributesXmlReader::HasAttributesGets a value indicating whether the current node has any attributes.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader)
Public propertyHasValueHasValueHasValue Gets a value indicating whether the current node can have a ValueValueValue. (Overrides XmlReader.HasValueXmlReader.HasValueXmlReader::HasValue)
Public propertyIsDefaultIsDefaultIsDefault When overridden in a derived class, 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 (for example, <MyElement/>). (Overrides XmlReader.IsEmptyElementXmlReader.IsEmptyElementXmlReader::IsEmptyElement)
Public propertyIsIdIsIdIsId Gets a value indicating whether the current node is an XML ID.
Public propertyIsIdrefsIsIdrefsIsIdrefs Gets a value indicating whether the current node is an XML IDREF or IDREFS.
Public propertyIsNilledIsNilledIsNilled Gets a value indicating whether the current node is nilled.
Public propertyXmlReader.ItemXmlReader.ItemXmlReader::ItemWhen overridden in a derived class, gets the value of the attribute with the specified index.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader)
Public propertyXmlReader.ItemXmlReader.ItemXmlReader::ItemWhen overridden in a derived class, gets the value of the attribute with the specified NameNameName.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader)
Public propertyXmlReader.ItemXmlReader.ItemXmlReader::ItemWhen overridden in a derived class, gets the value of the attribute with the specified LocalNameLocalNameLocalName and NamespaceURINamespaceURINamespaceURI.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader)
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 propertyXmlReader.NameXmlReader.NameXmlReader::NameWhen overridden in a derived class, gets the qualified name of the current node.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader)
Public propertyNameTableNameTableNameTable Gets the XmlNameTableXmlNameTableXmlNameTable associated with this implementation. (Overrides XmlReader.NameTableXmlReader.NameTableXmlReader::NameTable)
Public propertyNamespaceURINamespaceURINamespaceURI Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned. (Overrides XmlReader.NamespaceURIXmlReader.NamespaceURIXmlReader::NamespaceURI)
Public propertyNodeTypeNodeTypeNodeType Gets the type of the current node. (Overrides XmlReader.NodeTypeXmlReader.NodeTypeXmlReader::NodeType)
Public propertyNotationsNotationsNotations Returns the names of the declared notations.
Public propertyPrefixPrefixPrefix Gets the namespace prefix associated with the current node. (Overrides XmlReader.PrefixXmlReader.PrefixXmlReader::Prefix)
Public propertyQuoteCharQuoteCharQuoteChar When overridden in a derived class, 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 propertyXmlReader.SchemaInfoXmlReader.SchemaInfoXmlReader::SchemaInfoGets the schema information that has been assigned to the current node as a result of schema validation.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader)
Public propertySettingsSettingsSettings Gets the XdmReaderSettingsXdmReaderSettingsXdmReaderSettings object used to create this XdmReaderXdmReaderXdmReader instance.
Public propertyUnparsedEntitiesUnparsedEntitiesUnparsedEntities Returns the names of the unparsed external entities.
Public propertyValueValueValue Gets the text value of the current node. (Overrides XmlReader.ValueXmlReader.ValueXmlReader::Value)
Public propertyXmlReader.ValueTypeXmlReader.ValueTypeXmlReader::ValueTypeGets The Common Language Runtime (CLR) type for the current node.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader)
Public propertyXmlLangXmlLangXmlLang When overridden in a derived class, gets the current xml:lang scope. (Overrides XmlReader.XmlLangXmlReader.XmlLangXmlReader::XmlLang)
Public propertyXmlSpaceXmlSpaceXmlSpace When overridden in a derived class, gets the current xml:space scope. (Overrides XmlReader.XmlSpaceXmlReader.XmlSpaceXmlReader::XmlSpace)

Top