This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class NamespaceCollectingXmlReader
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class NamespaceCollectingXmlReader

The type exposes the following methods.

Public Methods

  Name Description
Public method Close (Inherited from XmlTextReader.)
Public method Dispose (Inherited from XmlReader.)
Public method Equals (Inherited from Object.)
Public method GetAttribute (Inherited from XmlTextReader.)
Public method GetAttribute (Inherited from XmlTextReader.)
Public method GetAttribute (Inherited from XmlTextReader.)
Public method GetHashCode (Inherited from Object.)
Public method GetRemainder (Inherited from XmlTextReader.)
Public method GetType (Inherited from Object.)
Public method GetValueAsync (Inherited from XmlReader.)
Public method HasLineInfo (Inherited from XmlTextReader.)
Public method IsStartElement (Inherited from XmlReader.)
Public method IsStartElement (Inherited from XmlReader.)
Public method IsStartElement (Inherited from XmlReader.)
Public method LookupNamespace
Public method MoveToAttribute (Inherited from XmlTextReader.)
Public method MoveToAttribute (Inherited from XmlTextReader.)
Public method MoveToAttribute (Inherited from XmlTextReader.)
Public method MoveToContent (Inherited from XmlReader.)
Public method MoveToContentAsync (Inherited from XmlReader.)
Public method MoveToElement (Inherited from XmlTextReader.)
Public method MoveToFirstAttribute (Inherited from XmlTextReader.)
Public method MoveToNextAttribute (Inherited from XmlTextReader.)
Public method Read
Reads the next node from the stream.
(Overrides XmlTextReader..::Read()()()().)
Public method ReadAsync (Inherited from XmlReader.)
Public method ReadAttributeValue (Inherited from XmlTextReader.)
Public method ReadBase64 (Inherited from XmlTextReader.)
Public method ReadBinHex (Inherited from XmlTextReader.)
Public method ReadChars (Inherited from XmlTextReader.)
Public method ReadContentAs (Inherited from XmlReader.)
Public method ReadContentAsAsync (Inherited from XmlReader.)
Public method ReadContentAsBase64 (Inherited from XmlTextReader.)
Public method ReadContentAsBase64Async (Inherited from XmlReader.)
Public method ReadContentAsBinHex (Inherited from XmlTextReader.)
Public method ReadContentAsBinHexAsync (Inherited from XmlReader.)
Public method ReadContentAsBoolean (Inherited from XmlReader.)
Public method ReadContentAsDateTime (Inherited from XmlReader.)
Public method ReadContentAsDateTimeOffset (Inherited from XmlReader.)
Public method ReadContentAsDecimal (Inherited from XmlReader.)
Public method ReadContentAsDouble (Inherited from XmlReader.)
Public method ReadContentAsFloat (Inherited from XmlReader.)
Public method ReadContentAsInt (Inherited from XmlReader.)
Public method ReadContentAsLong (Inherited from XmlReader.)
Public method ReadContentAsObject (Inherited from XmlReader.)
Public method ReadContentAsObjectAsync (Inherited from XmlReader.)
Public method ReadContentAsString (Inherited from XmlReader.)
Public method ReadContentAsStringAsync (Inherited from XmlReader.)
Public method ReadElementContentAs (Inherited from XmlReader.)
Public method ReadElementContentAs (Inherited from XmlReader.)
Public method ReadElementContentAsAsync (Inherited from XmlReader.)
Public method ReadElementContentAsBase64 (Inherited from XmlTextReader.)
Public method ReadElementContentAsBase64Async (Inherited from XmlReader.)
Public method ReadElementContentAsBinHex (Inherited from XmlTextReader.)
Public method ReadElementContentAsBinHexAsync (Inherited from XmlReader.)
Public method ReadElementContentAsBoolean (Inherited from XmlReader.)
Public method ReadElementContentAsBoolean (Inherited from XmlReader.)
Public method ReadElementContentAsDateTime (Inherited from XmlReader.)
Public method ReadElementContentAsDateTime (Inherited from XmlReader.)
Public method ReadElementContentAsDecimal (Inherited from XmlReader.)
Public method ReadElementContentAsDecimal (Inherited from XmlReader.)
Public method ReadElementContentAsDouble (Inherited from XmlReader.)
Public method ReadElementContentAsDouble (Inherited from XmlReader.)
Public method ReadElementContentAsFloat (Inherited from XmlReader.)
Public method ReadElementContentAsFloat (Inherited from XmlReader.)
Public method ReadElementContentAsInt (Inherited from XmlReader.)
Public method ReadElementContentAsInt (Inherited from XmlReader.)
Public method ReadElementContentAsLong (Inherited from XmlReader.)
Public method ReadElementContentAsLong (Inherited from XmlReader.)
Public method ReadElementContentAsObject (Inherited from XmlReader.)
Public method ReadElementContentAsObject (Inherited from XmlReader.)
Public method ReadElementContentAsObjectAsync (Inherited from XmlReader.)
Public method ReadElementContentAsString (Inherited from XmlReader.)
Public method ReadElementContentAsString (Inherited from XmlReader.)
Public method ReadElementContentAsStringAsync (Inherited from XmlReader.)
Public method ReadElementString (Inherited from XmlReader.)
Public method ReadElementString (Inherited from XmlReader.)
Public method ReadElementString (Inherited from XmlReader.)
Public method ReadEndElement (Inherited from XmlReader.)
Public method ReadInnerXml (Inherited from XmlReader.)
Public method ReadInnerXmlAsync (Inherited from XmlReader.)
Public method ReadOuterXml (Inherited from XmlReader.)
Public method ReadOuterXmlAsync (Inherited from XmlReader.)
Public method ReadStartElement (Inherited from XmlReader.)
Public method ReadStartElement (Inherited from XmlReader.)
Public method ReadStartElement (Inherited from XmlReader.)
Public method ReadString (Inherited from XmlTextReader.)
Public method ReadSubtree (Inherited from XmlReader.)
Public method ReadToDescendant (Inherited from XmlReader.)
Public method ReadToDescendant (Inherited from XmlReader.)
Public method ReadToFollowing (Inherited from XmlReader.)
Public method ReadToFollowing (Inherited from XmlReader.)
Public method ReadToNextSibling (Inherited from XmlReader.)
Public method ReadToNextSibling (Inherited from XmlReader.)
Public method ReadValueChunk (Inherited from XmlReader.)
Public method ReadValueChunkAsync (Inherited from XmlReader.)
Public method ResetState (Inherited from XmlTextReader.)
Public method ResolveEntity (Inherited from XmlTextReader.)
Public method Skip (Inherited from XmlTextReader.)
Public method SkipAsync (Inherited from XmlReader.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Dispose (Inherited from XmlReader.)
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Explicit Interface Implementations

See Also

Advanced