C# 클래스 System.Xml.XmlValidatingReader

상속: XmlReader, IXmlLineInfo, IXmlNamespaceResolver
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IXmlNamespaceResolver string>.IDictionary
IXmlNamespaceResolver string

공개 메소드들

메소드 설명
Close ( ) : void
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string localName, string namespaceURI ) : string
HasLineInfo ( ) : bool
LookupNamespace ( String prefix ) : String
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string localName, string namespaceURI ) : bool
MoveToAttribute ( int i ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadContentAsBase64 ( byte buffer, int index, int count ) : int
ReadContentAsBinHex ( byte buffer, int index, int count ) : int
ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int
ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int
ReadString ( ) : string
ReadTypedValue ( ) : object
ResolveEntity ( ) : void
XmlValidatingReader ( Stream xmlFragment, System.Xml.XmlNodeType fragType, XmlParserContext context ) : System
XmlValidatingReader ( XmlReader reader ) : System
XmlValidatingReader ( string xmlFragment, System.Xml.XmlNodeType fragType, XmlParserContext context ) : System

비공개 메소드들

메소드 설명
IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary
IXmlNamespaceResolver ( string prefix ) : string

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetAttribute() 공개 메소드

public GetAttribute ( int i ) : string
i int
리턴 string

GetAttribute() 공개 메소드

public GetAttribute ( string name ) : string
name string
리턴 string

GetAttribute() 공개 메소드

public GetAttribute ( string localName, string namespaceURI ) : string
localName string
namespaceURI string
리턴 string

HasLineInfo() 공개 메소드

public HasLineInfo ( ) : bool
리턴 bool

LookupNamespace() 공개 메소드

public LookupNamespace ( String prefix ) : String
prefix String
리턴 String

MoveToAttribute() 공개 메소드

public MoveToAttribute ( string name ) : bool
name string
리턴 bool

MoveToAttribute() 공개 메소드

public MoveToAttribute ( string localName, string namespaceURI ) : bool
localName string
namespaceURI string
리턴 bool

MoveToAttribute() 공개 메소드

public MoveToAttribute ( int i ) : void
i int
리턴 void

MoveToElement() 공개 메소드

public MoveToElement ( ) : bool
리턴 bool

MoveToFirstAttribute() 공개 메소드

public MoveToFirstAttribute ( ) : bool
리턴 bool

MoveToNextAttribute() 공개 메소드

public MoveToNextAttribute ( ) : bool
리턴 bool

Read() 공개 메소드

public Read ( ) : bool
리턴 bool

ReadAttributeValue() 공개 메소드

public ReadAttributeValue ( ) : bool
리턴 bool

ReadContentAsBase64() 공개 메소드

public ReadContentAsBase64 ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
리턴 int

ReadContentAsBinHex() 공개 메소드

public ReadContentAsBinHex ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
리턴 int

ReadElementContentAsBase64() 공개 메소드

public ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
리턴 int

ReadElementContentAsBinHex() 공개 메소드

public ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
리턴 int

ReadString() 공개 메소드

public ReadString ( ) : string
리턴 string

ReadTypedValue() 공개 메소드

public ReadTypedValue ( ) : object
리턴 object

ResolveEntity() 공개 메소드

public ResolveEntity ( ) : void
리턴 void

XmlValidatingReader() 공개 메소드

public XmlValidatingReader ( Stream xmlFragment, System.Xml.XmlNodeType fragType, XmlParserContext context ) : System
xmlFragment Stream
fragType System.Xml.XmlNodeType
context XmlParserContext
리턴 System

XmlValidatingReader() 공개 메소드

public XmlValidatingReader ( XmlReader reader ) : System
reader XmlReader
리턴 System

XmlValidatingReader() 공개 메소드

public XmlValidatingReader ( string xmlFragment, System.Xml.XmlNodeType fragType, XmlParserContext context ) : System
xmlFragment string
fragType System.Xml.XmlNodeType
context XmlParserContext
리턴 System