메소드 |
설명 |
|
Close ( ) : void |
|
|
GetAttribute ( int i ) : string |
|
|
GetAttribute ( string name ) : string |
|
|
GetAttribute ( string name, string namespaceURI ) : string |
|
|
IsStartElement ( ) : bool |
|
|
IsStartElement ( string name ) : bool |
|
|
IsStartElement ( string localname, string ns ) : bool |
|
|
LookupNamespace ( string prefix ) : string |
|
|
MoveToAttribute ( string name ) : bool |
|
|
MoveToAttribute ( string name, string ns ) : bool |
|
|
MoveToAttribute ( int i ) : void |
|
|
MoveToContent ( ) : System.Xml.XmlNodeType |
|
|
MoveToElement ( ) : bool |
|
|
MoveToFirstAttribute ( ) : bool |
|
|
MoveToNextAttribute ( ) : bool |
|
|
Read ( ) : bool |
|
|
ReadAttributeValue ( ) : bool |
|
|
ReadContentAs ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : object |
|
|
ReadContentAsBase64 ( byte buffer, int index, int count ) : int |
|
|
ReadContentAsBinHex ( byte buffer, int index, int count ) : int |
|
|
ReadContentAsBoolean ( ) : bool |
|
|
ReadContentAsDateTime ( ) : DateTime |
|
|
ReadContentAsDouble ( ) : double |
|
|
ReadContentAsInt ( ) : int |
|
|
ReadContentAsLong ( ) : long |
|
|
ReadContentAsObject ( ) : object |
|
|
ReadContentAsString ( ) : string |
|
|
ReadValueChunk ( char buffer, int index, int count ) : int |
|
|
ResolveEntity ( ) : void |
|
|
this ( int i ) : string |
|
|
this ( string name ) : string |
|
|
this ( string name, string namespaceURI ) : string |
|
|