C# Class System.Xml.XmlNodeReaderImpl.XmlNodeReaderImpl

Inheritance: XmlReader, IHasXmlParserContext
显示文件 Open project: runefs/Marvin

Private Properties

Property Type Description
GetCurrentElement XmlElement
GetDocumentTypeAttribute string
GetXmlDeclarationAttribute string
ReadContent bool
XmlNodeReaderImpl System

Public Methods

Method Description
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

Private Methods

Method Description
GetCurrentElement ( ) : XmlElement
GetDocumentTypeAttribute ( string name ) : string
GetXmlDeclarationAttribute ( string name ) : string
ReadContent ( ) : bool
XmlNodeReaderImpl ( XmlNodeReaderImpl entityContainer ) : System

Method Details

Close() public method

public Close ( ) : void
return void

GetAttribute() public method

public GetAttribute ( int attributeIndex ) : string
attributeIndex int
return string

GetAttribute() public method

public GetAttribute ( string name ) : string
name string
return string

GetAttribute() public method

public GetAttribute ( string name, string namespaceURI ) : string
name string
namespaceURI string
return string

GetNamespacesInScope() public method

public GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary
scope XmlNamespaceScope
return string>.IDictionary

LookupNamespace() public method

public LookupNamespace ( string prefix ) : string
prefix string
return string

LookupPrefix() public method

public LookupPrefix ( string ns ) : string
ns string
return string

LookupPrefix() public method

public LookupPrefix ( string ns, bool atomizedNames ) : string
ns string
atomizedNames bool
return string

MoveToAttribute() public method

public MoveToAttribute ( string name ) : bool
name string
return bool

MoveToAttribute() public method

public MoveToAttribute ( string name, string namespaceURI ) : bool
name string
namespaceURI string
return bool

MoveToAttribute() public method

public MoveToAttribute ( int attributeIndex ) : void
attributeIndex int
return void

MoveToElement() public method

public MoveToElement ( ) : bool
return bool

MoveToFirstAttribute() public method

public MoveToFirstAttribute ( ) : bool
return bool

MoveToNextAttribute() public method

public MoveToNextAttribute ( ) : bool
return bool

Read() public method

public Read ( ) : bool
return bool

ReadAttributeValue() public method

public ReadAttributeValue ( ) : bool
return bool

ReadString() public method

public ReadString ( ) : string
return string

ResolveEntity() public method

public ResolveEntity ( ) : void
return void

Skip() public method

public Skip ( ) : void
return void

XmlNodeReaderImpl() public method

public XmlNodeReaderImpl ( XmlNode node ) : System
node XmlNode
return System

this() public method

public this ( int i ) : string
i int
return string

this() public method

public this ( string name ) : string
name string
return string

this() public method

public this ( string name, string namespaceURI ) : string
name string
namespaceURI string
return string