Свойство | Тип | Описание | |
---|---|---|---|
AddPrefix | void | ||
ExtensionDataReader | System.Xml | ||
ExtensionDataReader | System.Xml | ||
GetCurrentNode | IDataNode | ||
GetNextElement | System.Runtime.Serialization.ElementData | ||
GetPrefix | string | ||
GrowElementsIfNeeded | void | ||
IsElementNode | bool | ||
MoveNext | void | ||
PopElement | void | ||
PushElement | void | ||
Reset | void | ||
SetDataNode | void | ||
SetDeserializedValue | void | ||
SetElement | void | ||
SetNextElement | void |
Метод | Описание | |
---|---|---|
GetAttribute ( int i ) : string | ||
GetAttribute ( string name ) : string | ||
GetAttribute ( string name, string namespaceURI ) : string | ||
LookupNamespace ( string prefix ) : string | ||
MoveToAttribute ( string name ) : bool | ||
MoveToAttribute ( string name, string namespaceURI ) : bool | ||
MoveToAttribute ( int index ) : void | ||
MoveToElement ( ) : bool | ||
MoveToFirstAttribute ( ) : bool | ||
MoveToNextAttribute ( ) : bool | ||
Read ( ) : bool | ||
ReadAttributeValue ( ) : bool | ||
ResolveEntity ( ) : void | ||
Skip ( ) : void | ||
this ( int i ) : string | ||
this ( string name ) : string | ||
this ( string name, string namespaceURI ) : string |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
AddPrefix ( string prefix, string ns ) : void | ||
ExtensionDataReader ( ) : System.Xml | ||
ExtensionDataReader ( XmlObjectSerializerReadContext context ) : System.Xml | ||
GetCurrentNode ( ) : IDataNode | ||
GetNextElement ( ) : System.Runtime.Serialization.ElementData | ||
GetPrefix ( string ns ) : string | ||
GrowElementsIfNeeded ( ) : void | ||
IsElementNode ( ExtensionDataNodeType nodeType ) : bool | ||
MoveNext ( IDataNode dataNode ) : void | ||
PopElement ( ) : void | ||
PushElement ( ) : void | ||
Reset ( ) : void | ||
SetDataNode ( IDataNode dataNode, string name, string ns ) : void | ||
SetDeserializedValue ( object obj ) : void | ||
SetElement ( ) : void | ||
SetNextElement ( IDataNode node, string name, string ns, string prefix ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetAttribute ( string name ) : string | ||
name | string | |
Результат | string |
public GetAttribute ( string name, string namespaceURI ) : string | ||
name | string | |
namespaceURI | string | |
Результат | string |
public LookupNamespace ( string prefix ) : string | ||
prefix | string | |
Результат | string |
public MoveToAttribute ( string name ) : bool | ||
name | string | |
Результат | bool |
public MoveToAttribute ( string name, string namespaceURI ) : bool | ||
name | string | |
namespaceURI | string | |
Результат | bool |
public MoveToAttribute ( int index ) : void | ||
index | int | |
Результат | void |
public this ( string name, string namespaceURI ) : string | ||
name | string | |
namespaceURI | string | |
Результат | string |