Метод |
Описание |
|
BuildArrayXml ( XmlTextWriter xtw, Array ary, int CurRank, int indices, MappingAction mappingAction, ArrayList nestedObjs ) : void |
|
|
ConfigureXmlFormat ( XmlTextWriter xtw ) : void |
|
|
CreateArrayInstance ( Type type, object args ) : object |
|
|
GetParamsPos ( ParameterInfo pis ) : int |
|
|
GetStructName ( Type ValueType, string XmlRpcName ) : string |
|
|
MemberMappingAction ( Type type, string memberName, MappingAction currentAction ) : MappingAction |
|
|
ParseArray ( XmlNode node, Type ValueType, ParseStack parseStack, MappingAction mappingAction ) : Object |
|
|
ParseBase64 ( XmlNode node, Type ValueType, ParseStack parseStack, MappingAction mappingAction ) : Object |
|
|
ParseBoolean ( XmlNode node, Type ValueType, ParseStack parseStack, MappingAction mappingAction ) : Object |
|
|
ParseDateTime ( XmlNode node, Type ValueType, ParseStack parseStack, MappingAction mappingAction ) : Object |
|
|
ParseDouble ( XmlNode node, Type ValueType, ParseStack parseStack, MappingAction mappingAction ) : Object |
|
|
ParseFault ( XmlNode faultNode, ParseStack parseStack, MappingAction mappingAction ) : XmlRpcFaultException |
|
|
ParseHashtable ( XmlNode node, Type valueType, ParseStack parseStack, MappingAction mappingAction ) : Object |
|
|
ParseInt ( XmlNode node, Type ValueType, ParseStack parseStack, MappingAction mappingAction ) : Object |
|
|
ParseMultiDimArray ( XmlNode node, Type ValueType, ParseStack parseStack, MappingAction mappingAction ) : Object |
|
|
ParseMultiDimElements ( XmlNode node, int Rank, int CurRank, Type elemType, ArrayList elements, int dimLengths, ParseStack parseStack, MappingAction mappingAction ) : void |
|
|
ParseString ( XmlNode node, Type ValueType, ParseStack parseStack, MappingAction mappingAction ) : Object |
|
|
ParseStruct ( XmlNode node, Type valueType, ParseStack parseStack, MappingAction mappingAction ) : Object |
|
|
ParseValue ( XmlNode node, Type ValueType, ParseStack parseStack, MappingAction mappingAction ) : Object |
|
|
ReportMissingMembers ( Type valueType, Hashtable names, ParseStack parseStack ) : void |
|
|
SelectNodes ( XmlNode node, string name ) : System.Xml.XmlNode[] |
|
|
SelectSingleNode ( XmlNode node, string name ) : XmlNode |
|
|
SelectTwoNodes ( XmlNode node, string name1, XmlNode &node1, bool &dup1, string name2, XmlNode &node2, bool &dup2 ) : void |
|
|
SelectValueNode ( XmlNode valueNode ) : XmlNode |
|
|
StackDump ( ParseStack parseStack ) : string |
|
|
StructMappingAction ( Type type, MappingAction currentAction ) : MappingAction |
|
|