C# Class Mono.Xml.XmlFilterReader

Inheritance: System.Xml.XmlReader, IXmlLineInfo
ファイルを表示 Open project: runefs/Marvin

Public Methods

Method Description
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
ReadInnerXml ( ) : string
ReadOuterXml ( ) : string
ReadString ( ) : string
ResolveEntity ( ) : void
XmlFilterReader ( XmlReader reader, XmlReaderSettings settings ) : System
this ( int i ) : string
this ( string name ) : string
this ( string localName, string namespaceURI ) : string

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

HasLineInfo() public method

public HasLineInfo ( ) : bool
return bool

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

XmlFilterReader() public method

public XmlFilterReader ( XmlReader reader, XmlReaderSettings settings ) : System
reader System.Xml.XmlReader
settings System.Xml.XmlReaderSettings
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