Mono Class Library: Overview

System.Xml.XmlNodeReader: Members

The members of System.Xml.XmlNodeReader are listed below.

See Also: Inherited members from System.Xml.XmlReader

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
AttributeCountint. Documentation for this section has not yet been entered.
[read-only]
override
BaseURIstring. Documentation for this section has not yet been entered.
[read-only]
override
CanReadBinaryContentbool. Documentation for this section has not yet been entered.
[read-only]
override
CanResolveEntitybool. Documentation for this section has not yet been entered.
[read-only]
override
Depthint. Documentation for this section has not yet been entered.
[read-only]
override
EOFbool. Documentation for this section has not yet been entered.
[read-only]
override
HasAttributesbool. Documentation for this section has not yet been entered.
[read-only]
override
HasValuebool. Documentation for this section has not yet been entered.
[read-only]
override
IsDefaultbool. Documentation for this section has not yet been entered.
[read-only]
override
IsEmptyElementbool. Documentation for this section has not yet been entered.
[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
LocalNamestring. Documentation for this section has not yet been entered.
[read-only]
override
Namestring. Documentation for this section has not yet been entered.
[read-only]
override
NamespaceURIstring. Documentation for this section has not yet been entered.
[read-only]
override
NameTableXmlNameTable. Documentation for this section has not yet been entered.
[read-only]
override
NodeTypeXmlNodeType. Documentation for this section has not yet been entered.
[read-only]
override
Prefixstring. Documentation for this section has not yet been entered.
[read-only]
QuoteCharchar. Documentation for this section has not yet been entered.
[read-only]
override
ReadStateReadState. Documentation for this section has not yet been entered.
[read-only]
override
SchemaInfoSystem.Xml.Schema.IXmlSchemaInfo. Documentation for this section has not yet been entered.
[read-only]
override
Valuestring. Documentation for this section has not yet been entered.
[read-only]
override
XmlLangstring. Documentation for this section has not yet been entered.
[read-only]
override
XmlSpaceXmlSpace. Documentation for this section has not yet been entered.

Public Methods

override
Close()
Documentation for this section has not yet been entered.
override
GetAttribute(int) : string
Documentation for this section has not yet been entered.
override
GetAttribute(string) : string
Documentation for this section has not yet been entered.
override
GetAttribute(string, string) : string
Documentation for this section has not yet been entered.
override
LookupNamespace(string) : string
Documentation for this section has not yet been entered.
override
MoveToAttribute(int)
Documentation for this section has not yet been entered.
override
MoveToAttribute(string) : bool
Documentation for this section has not yet been entered.
override
MoveToAttribute(string, string) : bool
Documentation for this section has not yet been entered.
override
MoveToElement() : bool
Documentation for this section has not yet been entered.
override
MoveToFirstAttribute() : bool
Documentation for this section has not yet been entered.
override
MoveToNextAttribute() : bool
Documentation for this section has not yet been entered.
override
Read() : bool
Documentation for this section has not yet been entered.
override
ReadAttributeValue() : bool
Documentation for this section has not yet been entered.
override
ReadContentAsBase64(byte[], int, int) : int
Documentation for this section has not yet been entered.
override
ReadContentAsBinHex(byte[], int, int) : int
Documentation for this section has not yet been entered.
override
ReadElementContentAsBase64(byte[], int, int) : int
Documentation for this section has not yet been entered.
override
ReadElementContentAsBinHex(byte[], int, int) : int
Documentation for this section has not yet been entered.
override
ReadString() : string
Documentation for this section has not yet been entered.
override
ResolveEntity()
Documentation for this section has not yet been entered.
override
Skip()
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Xml.IXmlNamespaceResolver.GetNamespacesInScopeDocumentation for this section has not yet been entered.
System.Xml.IXmlNamespaceResolver.LookupPrefixDocumentation for this section has not yet been entered.
[read-only]
Mono.Xml.IHasXmlParserContext.ParserContextXmlParserContext. Documentation for this section has not yet been entered.