C# 클래스 System.Xml.XmlNodeReaderImpl.XmlNodeReaderImpl

상속: XmlReader, IHasXmlParserContext
파일 보기 프로젝트 열기: runefs/Marvin

Private Properties

프로퍼티 타입 설명
GetCurrentElement XmlElement
GetDocumentTypeAttribute string
GetXmlDeclarationAttribute string
ReadContent bool
XmlNodeReaderImpl System

공개 메소드들

메소드 설명
Close ( ) : void
GetAttribute ( int attributeIndex ) : string
GetAttribute ( string name ) : string
GetAttribute ( string name, string namespaceURI ) : string
GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary
LookupNamespace ( string prefix ) : string
LookupPrefix ( string ns ) : string
LookupPrefix ( string ns, bool atomizedNames ) : string
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string name, string namespaceURI ) : bool
MoveToAttribute ( int attributeIndex ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadString ( ) : string
ResolveEntity ( ) : void
Skip ( ) : void
XmlNodeReaderImpl ( XmlNode node ) : System
this ( int i ) : string
this ( string name ) : string
this ( string name, string namespaceURI ) : string

비공개 메소드들

메소드 설명
GetCurrentElement ( ) : XmlElement
GetDocumentTypeAttribute ( string name ) : string
GetXmlDeclarationAttribute ( string name ) : string
ReadContent ( ) : bool
XmlNodeReaderImpl ( XmlNodeReaderImpl entityContainer ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetAttribute() 공개 메소드

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

GetAttribute() 공개 메소드

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

GetAttribute() 공개 메소드

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

GetNamespacesInScope() 공개 메소드

public GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary
scope XmlNamespaceScope
리턴 string>.IDictionary

LookupNamespace() 공개 메소드

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

LookupPrefix() 공개 메소드

public LookupPrefix ( string ns ) : string
ns string
리턴 string

LookupPrefix() 공개 메소드

public LookupPrefix ( string ns, bool atomizedNames ) : string
ns string
atomizedNames bool
리턴 string

MoveToAttribute() 공개 메소드

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

MoveToAttribute() 공개 메소드

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

MoveToAttribute() 공개 메소드

public MoveToAttribute ( int attributeIndex ) : void
attributeIndex 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

ReadString() 공개 메소드

public ReadString ( ) : string
리턴 string

ResolveEntity() 공개 메소드

public ResolveEntity ( ) : void
리턴 void

Skip() 공개 메소드

public Skip ( ) : void
리턴 void

XmlNodeReaderImpl() 공개 메소드

public XmlNodeReaderImpl ( XmlNode node ) : System
node XmlNode
리턴 System

this() 공개 메소드

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

this() 공개 메소드

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

this() 공개 메소드

public this ( string name, string namespaceURI ) : string
name string
namespaceURI string
리턴 string