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 properties.

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 CollectedNamespaces
Gets the collected namespaces.
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.)

See Also

Advanced