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

The type exposes the following members.

Public Methods

  Name Description
Public method Close (Overrides XmlReader..::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
Public method IsStartElement (Inherited from XmlReader.)
Public method IsStartElement (Inherited from XmlReader.)
Public method IsStartElement (Inherited from XmlReader.)
Public method LookupNamespace (Overrides XmlReader..::LookupNamespace(String).)
Public method MoveToAttribute Overloaded.
Public method MoveToContent (Inherited from XmlReader.)
Public method MoveToContentAsync (Inherited from XmlReader.)
Public method MoveToElement (Overrides XmlReader..::MoveToElement()()()().)
Public method MoveToFirstAttribute (Overrides XmlReader..::MoveToFirstAttribute()()()().)
Public method MoveToNextAttribute (Overrides XmlReader..::MoveToNextAttribute()()()().)
Public method Read (Overrides XmlReader..::Read()()()().)
Public method ReadAsync (Inherited from XmlReader.)
Public method ReadAttributeValue (Overrides XmlReader..::ReadAttributeValue()()()().)
Public method ReadContentAs (Inherited from XmlReader.)
Public method ReadContentAsAsync (Inherited from XmlReader.)
Public method ReadContentAsBase64 (Inherited from XmlReader.)
Public method ReadContentAsBase64Async (Inherited from XmlReader.)
Public method ReadContentAsBinHex (Inherited from XmlReader.)
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 XmlReader.)
Public method ReadElementContentAsBase64Async (Inherited from XmlReader.)
Public method ReadElementContentAsBinHex (Inherited from XmlReader.)
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 (Inherited from XmlReader.)
Public method ReadValueChunkAsync (Inherited from XmlReader.)
Public method ResolveEntity (Overrides XmlReader..::ResolveEntity()()()().)
Public method Skip (Overrides XmlReader..::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.)

Protected Fields

  Name Description
Protected field reader
Protected field readerAsIXmlLineInfo

Public Properties

  Name Description
Public property AttributeCount (Overrides XmlReader..::AttributeCount.)
Public property BaseURI (Overrides XmlReader..::BaseURI.)
Public property CanReadBinaryContent (Inherited from XmlReader.)
Public property CanReadValueChunk (Inherited from XmlReader.)
Public property CanResolveEntity (Overrides XmlReader..::CanResolveEntity.)
Public property Depth (Overrides XmlReader..::Depth.)
Public property EOF (Overrides XmlReader..::EOF.)
Public property HasAttributes (Overrides XmlReader..::HasAttributes.)
Public property HasValue (Overrides XmlReader..::HasValue.)
Public property IsDefault (Overrides XmlReader..::IsDefault.)
Public property IsEmptyElement (Overrides XmlReader..::IsEmptyElement.)
Public property Item (Inherited from XmlReader.)
Public property Item (Inherited from XmlReader.)
Public property Item (Inherited from XmlReader.)
Public property LineNumber
Public property LinePosition
Public property LocalName (Overrides XmlReader..::LocalName.)
Public property Name (Overrides XmlReader..::Name.)
Public property NamespaceURI (Overrides XmlReader..::NamespaceURI.)
Public property NameTable (Overrides XmlReader..::NameTable.)
Public property NodeType (Overrides XmlReader..::NodeType.)
Public property Prefix (Overrides XmlReader..::Prefix.)
Public property QuoteChar (Overrides XmlReader..::QuoteChar.)
Public property ReadState (Overrides XmlReader..::ReadState.)
Public property SchemaInfo (Overrides XmlReader..::SchemaInfo.)
Public property Settings (Overrides XmlReader..::Settings.)
Public property Value (Overrides XmlReader..::Value.)
Public property ValueType (Overrides XmlReader..::ValueType.)
Public property XmlLang (Overrides XmlReader..::XmlLang.)
Public property XmlSpace (Overrides XmlReader..::XmlSpace.)

Protected Properties

  Name Description
Protected property Reader

See Also

Advanced