C# Class Mono.Xml.XPath.XPathNavigatorReader

Inheritance: System.Xml.XmlReader
ファイルを表示 Open project: kumpera/mono

Public Methods

Method Description
Close ( ) : void
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string localName, string namespaceURI ) : string
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
ReadInnerXml ( ) : string
ReadOuterXml ( ) : string
ReadString ( ) : string
ResolveEntity ( ) : void
XPathNavigatorReader ( XPathNavigator nav ) : System
this ( int i ) : string
this ( string name ) : string
this ( string localName, string namespaceURI ) : string

Private Methods

Method Description
CheckAttributeMove ( bool b ) : bool
GetAttributeCount ( ) : int
GetCurrentTagMarkup ( ) : string
MoveToAttributeNavigator ( int i ) : bool
SplitName ( string name, string &localName, string &ns ) : void

Method Details

Close() public method

public Close ( ) : void
return void

GetAttribute() public method

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

GetAttribute() public method

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

GetAttribute() public method

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

LookupNamespace() public method

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

MoveToAttribute() public method

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

MoveToAttribute() public method

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

MoveToAttribute() public method

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

ReadInnerXml() public method

public ReadInnerXml ( ) : string
return string

ReadOuterXml() public method

public ReadOuterXml ( ) : string
return string

ReadString() public method

public ReadString ( ) : string
return string

ResolveEntity() public method

public ResolveEntity ( ) : void
return void

XPathNavigatorReader() public method

public XPathNavigatorReader ( XPathNavigator nav ) : System
nav System.Xml.XPath.XPathNavigator
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 localName, string namespaceURI ) : string
localName string
namespaceURI string
return string