DelegatingXmlDictionaryReader Members

Class wraps a given reader and delegates all XmlDictionaryReader calls to the inner wrapped reader.

In den folgenden Tabellen sind die Mitglieder aufgeführt, die durch den Typ DelegatingXmlDictionaryReader eingeblendet werden:

Geschützt Konstruktoren

  Name Beschreibung
  DelegatingXmlDictionaryReader Initializes a new instance of T:Microsoft.IdentityModel.Protocols.XmlSignature.DelegatingXmlDictionaryWriter

Seitenanfang

Öffentlich Eigenschaften

(siehe auch Geschützt Eigenschaften)

  Name Beschreibung
public property AttributeCount Überschrieben. Get the number of Attributes at the current reader position.
public property BaseURI Überschrieben. Get the base Uri of the current node.
public property CanCanonicalize  (Geerbt von XmlDictionaryReader)
public property CanReadBinaryContent  (Geerbt von XmlReader)
public property CanReadValueChunk  (Geerbt von XmlReader)
public property CanResolveEntity  (Geerbt von XmlReader)
public property Depth Überschrieben. Get the Depth of the current node.
public property EOF Überschrieben. Gets a value indicating if reader is positioned at the end of the stream.
public property HasAttributes  (Geerbt von XmlReader)
public property HasValue Überschrieben. Gets a value indicating if the current node can have a Value.
public property IsDefault Überschrieben. Gets a value indicating if the current node is an attribute that was generated from the default value defined in the DTD or Schema.
public property IsEmptyElement Überschrieben. Gets a value indicating if the current node is an empty element.
public property Item Überladen. Überschrieben.  
public property LocalName Überschrieben. Gets the local name of the current node.
public property Name Überschrieben. Gets the qualified name of the current node.
public property NamespaceURI Überschrieben. Get the namespace URI of the current node.
public property NameTable Überschrieben. Gets the XmlNameTable associated with this instance.
public property NodeType Überschrieben. Gets the type of the current node.
public property Prefix Überschrieben. Gets the prefix of the current node.
public property Quotas  (Geerbt von XmlDictionaryReader)
public property QuoteChar Überschrieben. Get the quotation mark character used to enclose the attribute node. (" or ').
public property ReadState Überschrieben. Gets the ReadState of the reader.
public property SchemaInfo  (Geerbt von XmlReader)
public property Settings  (Geerbt von XmlReader)
public property Value Überschrieben. Gets the text value of the current node.
public property ValueType Überschrieben. Gets the Common Language Runtime (CLR) type of the current node.
public property XmlLang Überschrieben. Gets the xml:lang scope.
public property XmlSpace Überschrieben. Gets the current xml:space scope. If no xml:space scope exists, this property defaults to XmlSpace.None.

Seitenanfang

Geschützt Eigenschaften

  Name Beschreibung
protected property InnerReader Get the wrapped inner reader.

Seitenanfang

Öffentlich Methoden

(siehe auch Geschützt Methoden)

  Name Beschreibung
public method Close Überschrieben. Closes the reader and changes the System.Xml.XmlReader.ReadState to Closed.
public methodstatic Create  Überladen. (Geerbt von XmlReader)
public methodstatic CreateBinaryReader  Überladen. (Geerbt von XmlDictionaryReader)
public methodstatic CreateDictionaryReader  (Geerbt von XmlDictionaryReader)
public methodstatic CreateMtomReader  Überladen. (Geerbt von XmlDictionaryReader)
public methodstatic CreateTextReader  Überladen. (Geerbt von XmlDictionaryReader)
public method EndCanonicalization  (Geerbt von XmlDictionaryReader)
public method Equals  Überladen. (Geerbt von Object)
public method GetAttribute Überladen. Überschrieben.  
public method GetHashCode  (Geerbt von Object)
public method GetType  (Geerbt von Object)
public method IndexOfLocalName  Überladen. (Geerbt von XmlDictionaryReader)
public method IsLocalName  Überladen. (Geerbt von XmlDictionaryReader)
public methodstatic IsName  (Geerbt von XmlReader)
public method IsNamespaceUri  Überladen. (Geerbt von XmlDictionaryReader)
public methodstatic IsNameToken  (Geerbt von XmlReader)
public method IsStartArray  (Geerbt von XmlDictionaryReader)
public method IsStartElement  Überladen. (Geerbt von XmlDictionaryReader)
public method LookupNamespace Überschrieben. Resolves a namespace prefix in the current element scope.
public method MoveToAttribute Überladen. Überschrieben.  
public method MoveToContent  (Geerbt von XmlReader)
public method MoveToElement Überschrieben. Moves to a node of type Element.
public method MoveToFirstAttribute Überschrieben. Moves to the first attribute.
public method MoveToNextAttribute Überschrieben. Moves the reader to the next attribute.
public method MoveToStartElement  Überladen. (Geerbt von XmlDictionaryReader)
public method Read Überschrieben. Reads the next node from the stream.
public method ReadArray  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadAttributeValue Überschrieben. Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes.
public method ReadBooleanArray  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadContentAs  (Geerbt von XmlDictionaryReader)
public method ReadContentAsBase64 Überladen.  
public method ReadContentAsBinHex Überladen.  
public method ReadContentAsBoolean  (Geerbt von XmlReader)
public method ReadContentAsChars  (Geerbt von XmlDictionaryReader)
public method ReadContentAsDateTime  (Geerbt von XmlReader)
public method ReadContentAsDecimal  (Geerbt von XmlDictionaryReader)
public method ReadContentAsDouble  (Geerbt von XmlReader)
public method ReadContentAsFloat  (Geerbt von XmlDictionaryReader)
public method ReadContentAsGuid  (Geerbt von XmlDictionaryReader)
public method ReadContentAsInt  (Geerbt von XmlReader)
public method ReadContentAsLong  (Geerbt von XmlReader)
public method ReadContentAsObject  (Geerbt von XmlReader)
public method ReadContentAsQualifiedName  (Geerbt von XmlDictionaryReader)
public method ReadContentAsString  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadContentAsTimeSpan  (Geerbt von XmlDictionaryReader)
public method ReadContentAsUniqueId Überschrieben.  
public method ReadDateTimeArray  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadDecimalArray  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadDoubleArray  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadElementContentAs  Überladen. (Geerbt von XmlReader)
public method ReadElementContentAsBase64  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadElementContentAsBinHex  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadElementContentAsBoolean  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadElementContentAsDateTime  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadElementContentAsDecimal  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadElementContentAsDouble  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadElementContentAsFloat  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadElementContentAsGuid  (Geerbt von XmlDictionaryReader)
public method ReadElementContentAsInt  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadElementContentAsLong  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadElementContentAsObject  Überladen. (Geerbt von XmlReader)
public method ReadElementContentAsString  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadElementContentAsTimeSpan  (Geerbt von XmlDictionaryReader)
public method ReadElementContentAsUniqueId  (Geerbt von XmlDictionaryReader)
public method ReadElementString  Überladen. (Geerbt von XmlReader)
public method ReadEndElement  (Geerbt von XmlReader)
public method ReadFullStartElement  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadGuidArray  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadInnerXml  (Geerbt von XmlReader)
public method ReadInt16Array  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadInt32Array  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadInt64Array  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadOuterXml  (Geerbt von XmlReader)
public method ReadSingleArray  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadStartElement  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadString  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadSubtree  (Geerbt von XmlReader)
public method ReadTimeSpanArray  Überladen. (Geerbt von XmlDictionaryReader)
public method ReadToDescendant  Überladen. (Geerbt von XmlReader)
public method ReadToFollowing  Überladen. (Geerbt von XmlReader)
public method ReadToNextSibling  Überladen. (Geerbt von XmlReader)
public method ReadValueAsBase64  (Geerbt von XmlDictionaryReader)
public method ReadValueChunk Überschrieben. Reads large streams of text embedded in an XML document.
public methodstatic ReferenceEquals  (Geerbt von Object)
public method ResolveEntity Überschrieben. Resolves the entity reference for EntityReference nodes.
public method Skip  (Geerbt von XmlReader)
public method StartCanonicalization  (Geerbt von XmlDictionaryReader)
public method ToString  (Geerbt von Object)
public method TryGetArrayLength  (Geerbt von XmlDictionaryReader)
public method TryGetBase64ContentLength  (Geerbt von XmlDictionaryReader)
public method TryGetLocalNameAsDictionaryString  (Geerbt von XmlDictionaryReader)
public method TryGetNamespaceUriAsDictionaryString  (Geerbt von XmlDictionaryReader)
public method TryGetValueAsDictionaryString  (Geerbt von XmlDictionaryReader)

Seitenanfang

Geschützt Methoden

  Name Beschreibung
protected method Dispose  (Geerbt von XmlReader)
protected method Finalize  (Geerbt von Object)
protected method InitializeInnerReader Initializes the Inner reader that this instance wraps.
protected method IsTextNode  (Geerbt von XmlDictionaryReader)
protected method MemberwiseClone  (Geerbt von Object)
protected method ReadContentAsBinHex  Überladen. (Geerbt von XmlDictionaryReader)
protected method ReadContentAsString  Überladen. (Geerbt von XmlDictionaryReader)
protected method ReadString  Überladen. (Geerbt von XmlDictionaryReader)

Seitenanfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
  System.IDisposable.Dispose  (Geerbt von XmlReader)

Seitenanfang

Siehe auch

Referenz

DelegatingXmlDictionaryReader Class
Microsoft.IdentityModel.Protocols.XmlSignature Namespace

Copyright © 2008 by Microsoft Corporation. Alle Rechte vorbehalten.