XmlInterpretter Members

Include Protected Members
Include Inherited Members

The XmlInterpretter type exposes the following members.

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 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[Int32] (Inherited from XmlReader.)
Public property Item[String] (Inherited from XmlReader.)
Public property Item[String, String] (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 (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 XmlTextReader.)
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.)

Top

Methods

  Name Description
Public method Close (Inherited from XmlTextReader.)
Protected method Dispose (Inherited from XmlReader.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAttribute(String) (Inherited from XmlTextReader.)
Public method GetAttribute(Int32) (Inherited from XmlTextReader.)
Public method GetAttribute(String, String) (Inherited from XmlTextReader.)
Public method GetHashCode (Inherited from Object.)
Public method GetNamespacesInScope (Inherited from XmlTextReader.)
Public method GetRemainder (Inherited from XmlTextReader.)
Public method GetType (Inherited from Object.)
Public method HasLineInfo (Inherited from XmlTextReader.)
Public method IsStartElement() (Inherited from XmlReader.)
Public method IsStartElement(String) (Inherited from XmlReader.)
Public method IsStartElement(String, String) (Inherited from XmlReader.)
Public method LookupNamespace (Inherited from XmlTextReader.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MoveToAttribute(String) (Inherited from XmlTextReader.)
Public method MoveToAttribute(Int32) (Inherited from XmlTextReader.)
Public method MoveToAttribute(String, String) (Inherited from XmlTextReader.)
Public method MoveToContent (Inherited from XmlReader.)
Public method MoveToElement (Inherited from XmlTextReader.)
Public method MoveToFirstAttribute (Inherited from XmlTextReader.)
Public method MoveToNextAttribute (Inherited from XmlTextReader.)
Protected method ParseXmlLoop
Public method Read (Inherited from XmlTextReader.)
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 ReadContentAsBase64 (Inherited from XmlTextReader.)
Public method ReadContentAsBinHex (Inherited from XmlTextReader.)
Public method ReadContentAsBoolean (Inherited from XmlReader.)
Public method ReadContentAsDateTime (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 ReadContentAsString (Inherited from XmlReader.)
Public method ReadElementContentAs(Type, IXmlNamespaceResolver) (Inherited from XmlReader.)
Public method ReadElementContentAs(Type, IXmlNamespaceResolver, String, String) (Inherited from XmlReader.)
Public method ReadElementContentAsBase64 (Inherited from XmlTextReader.)
Public method ReadElementContentAsBinHex (Inherited from XmlTextReader.)
Public method ReadElementContentAsBoolean() (Inherited from XmlReader.)
Public method ReadElementContentAsBoolean(String, String) (Inherited from XmlReader.)
Public method ReadElementContentAsDateTime() (Inherited from XmlReader.)
Public method ReadElementContentAsDateTime(String, String) (Inherited from XmlReader.)
Public method ReadElementContentAsDecimal() (Inherited from XmlReader.)
Public method ReadElementContentAsDecimal(String, String) (Inherited from XmlReader.)
Public method ReadElementContentAsDouble() (Inherited from XmlReader.)
Public method ReadElementContentAsDouble(String, String) (Inherited from XmlReader.)
Public method ReadElementContentAsFloat() (Inherited from XmlReader.)
Public method ReadElementContentAsFloat(String, String) (Inherited from XmlReader.)
Public method ReadElementContentAsInt() (Inherited from XmlReader.)
Public method ReadElementContentAsInt(String, String) (Inherited from XmlReader.)
Public method ReadElementContentAsLong() (Inherited from XmlReader.)
Public method ReadElementContentAsLong(String, String) (Inherited from XmlReader.)
Public method ReadElementContentAsObject() (Inherited from XmlReader.)
Public method ReadElementContentAsObject(String, String) (Inherited from XmlReader.)
Public method ReadElementContentAsString() (Inherited from XmlReader.)
Public method ReadElementContentAsString(String, String) (Inherited from XmlReader.)
Public method ReadElementString() (Inherited from XmlReader.)
Public method ReadElementString(String) (Inherited from XmlReader.)
Public method ReadElementString(String, String) (Inherited from XmlReader.)
Public method ReadEndElement (Inherited from XmlReader.)
Public method ReadInnerXml (Inherited from XmlReader.)
Public method ReadOuterXml (Inherited from XmlReader.)
Public method ReadStartElement() (Inherited from XmlReader.)
Public method ReadStartElement(String) (Inherited from XmlReader.)
Public method ReadStartElement(String, String) (Inherited from XmlReader.)
Public method ReadString (Inherited from XmlTextReader.)
Public method ReadSubtree (Inherited from XmlReader.)
Public method ReadToDescendant(String) (Inherited from XmlReader.)
Public method ReadToDescendant(String, String) (Inherited from XmlReader.)
Public method ReadToFollowing(String) (Inherited from XmlReader.)
Public method ReadToFollowing(String, String) (Inherited from XmlReader.)
Public method ReadToNextSibling(String) (Inherited from XmlReader.)
Public method ReadToNextSibling(String, String) (Inherited from XmlReader.)
Public method ReadValueChunk (Inherited from XmlReader.)
Public method ResetState (Inherited from XmlTextReader.)
Public method ResolveEntity (Inherited from XmlTextReader.)
Public method Skip (Inherited from XmlTextReader.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDisposable.Dispose (Inherited from XmlReader.)
Explicit interface implemetationPrivate method IXmlNamespaceResolver.GetNamespacesInScope (Inherited from XmlTextReader.)
Explicit interface implemetationPrivate method IXmlNamespaceResolver.LookupNamespace (Inherited from XmlTextReader.)
Explicit interface implemetationPrivate method IXmlNamespaceResolver.LookupPrefix (Inherited from XmlTextReader.)

Top

See Also

Reference

XmlInterpretter Class

Microsoft.Web.Design.Utility Namespace