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 XmlSubtreeReader
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class XmlSubtreeReader

The type exposes the following methods.

Public Methods

  Name Description
Public method Close (Overrides XmlWrappingReader..::Close()()()().)
Public method Dispose Overloaded.
Public method Equals (Inherited from Object.)
Public method GetAttribute Overloaded.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValueAsync (Inherited from XmlReader.)
Public method HasLineInfo (Inherited from XmlWrappingReader.)
Public method IsStartElement (Inherited from XmlReader.)
Public method IsStartElement (Inherited from XmlReader.)
Public method IsStartElement (Inherited from XmlReader.)
Public method LookupNamespace
Public method MoveToAttribute Overloaded.
Public method MoveToContent (Inherited from XmlReader.)
Public method MoveToContentAsync (Inherited from XmlReader.)
Public method MoveToElement (Overrides XmlWrappingReader..::MoveToElement()()()().)
Public method MoveToFirstAttribute (Overrides XmlWrappingReader..::MoveToFirstAttribute()()()().)
Public method MoveToNextAttribute (Overrides XmlWrappingReader..::MoveToNextAttribute()()()().)
Public method Read (Overrides XmlWrappingReader..::Read()()()().)
Public method ReadAsync (Inherited from XmlReader.)
Public method ReadAttributeValue (Overrides XmlWrappingReader..::ReadAttributeValue()()()().)
Public method ReadContentAs (Overrides XmlReader..::ReadContentAs(Type, IXmlNamespaceResolver).)
Public method ReadContentAsAsync (Inherited from XmlReader.)
Public method ReadContentAsBase64 (Overrides XmlReader..::ReadContentAsBase64(array<Byte>[]()[][], Int32, Int32).)
Public method ReadContentAsBase64Async (Inherited from XmlReader.)
Public method ReadContentAsBinHex (Overrides XmlReader..::ReadContentAsBinHex(array<Byte>[]()[][], Int32, Int32).)
Public method ReadContentAsBinHexAsync (Inherited from XmlReader.)
Public method ReadContentAsBoolean (Overrides XmlReader..::ReadContentAsBoolean()()()().)
Public method ReadContentAsDateTime (Overrides XmlReader..::ReadContentAsDateTime()()()().)
Public method ReadContentAsDateTimeOffset (Inherited from XmlReader.)
Public method ReadContentAsDecimal (Overrides XmlReader..::ReadContentAsDecimal()()()().)
Public method ReadContentAsDouble (Overrides XmlReader..::ReadContentAsDouble()()()().)
Public method ReadContentAsFloat (Overrides XmlReader..::ReadContentAsFloat()()()().)
Public method ReadContentAsInt (Overrides XmlReader..::ReadContentAsInt()()()().)
Public method ReadContentAsLong (Overrides XmlReader..::ReadContentAsLong()()()().)
Public method ReadContentAsObject (Overrides XmlReader..::ReadContentAsObject()()()().)
Public method ReadContentAsObjectAsync (Inherited from XmlReader.)
Public method ReadContentAsString (Overrides XmlReader..::ReadContentAsString()()()().)
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 (Overrides XmlReader..::ReadElementContentAsBase64(array<Byte>[]()[][], Int32, Int32).)
Public method ReadElementContentAsBase64Async (Inherited from XmlReader.)
Public method ReadElementContentAsBinHex (Overrides XmlReader..::ReadElementContentAsBinHex(array<Byte>[]()[][], Int32, Int32).)
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 XmlReader.)
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 (Overrides XmlReader..::ReadValueChunk(array<Char>[]()[][], Int32, Int32).)
Public method ReadValueChunkAsync (Inherited from XmlReader.)
Public method ResolveEntity (Overrides XmlWrappingReader..::ResolveEntity()()()().)
Public method Skip (Overrides XmlWrappingReader..::Skip()()()().)
Public method SkipAsync (Inherited from XmlReader.)
Public method ToString (Inherited from Object.)

Protected Methods

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

Explicit Interface Implementations

See Also

Advanced