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

The type exposes the following members.

Public Constructors

  Name Description
Public method SimpleXmlReader
Initializes a new instance of the SimpleXmlReader class.

Public Methods

  Name Description
Public method Close (Inherited from XmlTextReader.)
Public method Static member Create
Creates a new XhtmlReader.
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 (Inherited from XmlTextReader.)
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.)

Public Properties

  Name Description
Public property AttributeCount (Inherited from XmlTextReader.)
Public property BaseURI (Inherited from XmlTextReader.)
Public property CanReadBinaryContent (Inherited from XmlTextReader.)
Public property CanReadValueChunk (Inherited from XmlTextReader.)
Public property CanResolveEntity (Inherited from XmlTextReader.)
Public property Depth (Inherited from XmlTextReader.)
Public property DtdProcessing (Inherited from XmlTextReader.)
Public property Encoding (Inherited from XmlTextReader.)
Public property EntityHandling (Inherited from XmlTextReader.)
Public property EOF (Inherited from XmlTextReader.)
Public property HasAttributes (Inherited from XmlReader.)
Public property HasValue (Inherited from XmlTextReader.)
Public property IsDefault (Inherited from XmlTextReader.)
Public property IsEmptyElement (Inherited from XmlTextReader.)
Public property Item (Inherited from XmlReader.)
Public property Item (Inherited from XmlReader.)
Public property Item (Inherited from XmlReader.)
Public property LineNumber (Inherited from XmlTextReader.)
Public property LinePosition (Inherited from XmlTextReader.)
Public property LocalName (Inherited from XmlTextReader.)
Public property Name (Inherited from XmlTextReader.)
Public property Namespaces (Inherited from XmlTextReader.)
Public property NamespaceURI (Inherited from XmlTextReader.)
Public property NameTable (Inherited from XmlTextReader.)
Public property NodeType (Inherited from XmlTextReader.)
Public property Normalization (Inherited from XmlTextReader.)
Public property Prefix (Inherited from XmlTextReader.)
Public property ProhibitDtd Obsolete. (Inherited from XmlTextReader.)
Public property QuoteChar (Inherited from XmlTextReader.)
Public property ReadState (Inherited from XmlTextReader.)
Public property SchemaInfo (Inherited from XmlReader.)
Public property Settings (Inherited from XmlReader.)
Public property Value (Inherited from XmlTextReader.)
Public property ValueType (Inherited from XmlReader.)
Public property WhitespaceHandling (Inherited from XmlTextReader.)
Public property XmlLang (Inherited from XmlTextReader.)
Public property XmlResolver (Inherited from XmlTextReader.)
Public property XmlSpace (Inherited from XmlTextReader.)

Explicit Interface Implementations

See Also

Advanced