The members of System.Xml.XmlNodeReader are listed below.
See Also: Inherited members from System.Xml.XmlReader
Creates an instance of the XmlNodeReader class using the specified System.Xml.XmlNode. |
[read-only] override | AttributeCount | int.
Gets the number of attributes on the current node. |
[read-only] override | BaseURI | string.
Gets the base URI of the current node. |
[read-only] override | CanReadBinaryContent | bool.
Gets a value indicating whether the System.Xml.XmlNodeReader implements the binary content read methods. |
[read-only] override | CanResolveEntity | bool.
Gets a value indicating whether this reader can parse and resolve entities. |
[read-only] override | Depth | int.
Gets the depth of the current node in the XML document. |
[read-only] override | EOF | bool.
Gets a value indicating whether the reader is positioned at the end of the stream. |
[read-only] override | HasAttributes | bool.
Gets a value indicating whether the current node has any attributes. |
[read-only] override | HasValue | bool.
Gets a value indicating whether the current node can have a XmlNodeReader.Value. |
[read-only] override | IsDefault | bool.
Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the document type definition (DTD) or schema. |
[read-only] override | IsEmptyElement | bool.
Gets a value indicating whether the current node is an empty element (for example, <MyElement/>). |
[read-only] default property | Item(int) | string. Documentation for this section has not yet been entered. |
[read-only] default property | Item(string) | string. Documentation for this section has not yet been entered. |
[read-only] default property | Item(string, string) | string. Documentation for this section has not yet been entered. |
[read-only] override | LocalName | string.
Gets the local name of the current node. |
[read-only] override | Name | string.
Gets the qualified name of the current node. |
[read-only] override | NamespaceURI | string.
Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned. |
[read-only] override | NameTable | XmlNameTable.
Gets the System.Xml.XmlNameTable associated with this implementation. |
[read-only] override | NodeType | XmlNodeType.
Gets the type of the current node. |
[read-only] override | Prefix | 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 node. |
[read-only] override | ReadState | ReadState.
Gets the state of the reader. |
[read-only] override | SchemaInfo | System.Xml.Schema.IXmlSchemaInfo.
Gets the schema information that has been assigned to the current node. |
[read-only] override | Value | string.
Gets the text value of the current node. |
[read-only] override | XmlLang | string.
Gets the current xml:lang scope. |
[read-only] override | XmlSpace | XmlSpace.
Gets the current xml:space scope. |
override | Close()
| |
override | GetAttribute(int)
| |
override | GetAttribute(string)
| |
override | GetAttribute(string, string)
| |
override | LookupNamespace(string)
| |
override | MoveToAttribute(int)
| |
override | MoveToAttribute(string)
| |
override | MoveToAttribute(string, string)
| |
override | MoveToElement()
| |
override | MoveToFirstAttribute()
| |
override | MoveToNextAttribute()
| |
override | Read()
| |
override | ReadAttributeValue()
| |
override | ReadContentAsBase64(byte[], int, int)
| |
override | ReadContentAsBinHex(byte[], int, int)
| |
override | ReadElementContentAsBase64(byte[], int, int)
| |
override | ReadElementContentAsBinHex(byte[], int, int)
| |
override | ReadString()
| |
override | ResolveEntity()
| |
override | Skip()
|
System.Xml.IXmlNamespaceResolver.GetNamespacesInScope |
For a description of this member, see IXmlNamespaceResolver.GetNamespacesInScope(XmlNamespaceScope). | |
System.Xml.IXmlNamespaceResolver.LookupPrefix |
For a description of this member, see IXmlNamespaceResolver.LookupPrefix(string). | |
[read-only] | Mono.Xml.IHasXmlParserContext.ParserContext | XmlParserContext. Documentation for this section has not yet been entered. |