다음을 통해 공유


DelegatingXmlDictionaryReader 멤버

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

다음 표에서는 DelegatingXmlDictionaryReader 유형에서 제공하는 멤버를 나열합니다.

보호 생성자

  이름 설명
  DelegatingXmlDictionaryReader Initializes a new instance of T:Microsoft.IdentityModel.Protocols.XmlSignature.DelegatingXmlDictionaryWriter

공용 속성

(보호 속성 참조)

  이름 설명
public property AttributeCount 재정의되었습니다. Get the number of Attributes at the current reader position.
public property BaseURI 재정의되었습니다. Get the base Uri of the current node.
public property CanCanonicalize  (XmlDictionaryReader에서 상속)
public property CanReadBinaryContent  (XmlReader에서 상속)
public property CanReadValueChunk  (XmlReader에서 상속)
public property CanResolveEntity  (XmlReader에서 상속)
public property Depth 재정의되었습니다. Get the Depth of the current node.
public property EOF 재정의되었습니다. Gets a value indicating if reader is positioned at the end of the stream.
public property HasAttributes  (XmlReader에서 상속)
public property HasValue 재정의되었습니다. Gets a value indicating if the current node can have a Value.
public property IsDefault 재정의되었습니다. 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 재정의되었습니다. Gets a value indicating if the current node is an empty element.
public property Item 오버로드되었습니다. 재정의되었습니다.  
public property LocalName 재정의되었습니다. Gets the local name of the current node.
public property Name 재정의되었습니다. Gets the qualified name of the current node.
public property NamespaceURI 재정의되었습니다. Get the namespace URI of the current node.
public property NameTable 재정의되었습니다. Gets the XmlNameTable associated with this instance.
public property NodeType 재정의되었습니다. Gets the type of the current node.
public property Prefix 재정의되었습니다. Gets the prefix of the current node.
public property Quotas  (XmlDictionaryReader에서 상속)
public property QuoteChar 재정의되었습니다. Get the quotation mark character used to enclose the attribute node. (" or ').
public property ReadState 재정의되었습니다. Gets the ReadState of the reader.
public property SchemaInfo  (XmlReader에서 상속)
public property Settings  (XmlReader에서 상속)
public property Value 재정의되었습니다. Gets the text value of the current node.
public property ValueType 재정의되었습니다. Gets the Common Language Runtime (CLR) type of the current node.
public property XmlLang 재정의되었습니다. Gets the xml:lang scope.
public property XmlSpace 재정의되었습니다. Gets the current xml:space scope. If no xml:space scope exists, this property defaults to XmlSpace.None.

보호 속성

  이름 설명
protected property InnerReader Get the wrapped inner reader.

공용 메서드

(보호 메서드 참조)

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

보호 메서드

  이름 설명
protected method Dispose  (XmlReader에서 상속)
protected method Finalize  (Object에서 상속)
protected method InitializeInnerReader Initializes the Inner reader that this instance wraps.
protected method IsTextNode  (XmlDictionaryReader에서 상속)
protected method MemberwiseClone  (Object에서 상속)
protected method ReadContentAsBinHex  오버로드되었습니다. (XmlDictionaryReader에서 상속)
protected method ReadContentAsString  오버로드되었습니다. (XmlDictionaryReader에서 상속)
protected method ReadString  오버로드되었습니다. (XmlDictionaryReader에서 상속)

명시적 인터페이스 구현

  이름 설명
  System.IDisposable.Dispose  (XmlReader에서 상속)

참고 항목

참조

DelegatingXmlDictionaryReader 클래스
Microsoft.IdentityModel.Protocols.XmlSignature 네임스페이스

Copyright © 2008 by Microsoft Corporation.모든 권리 보유.