Property | Type | Description | |
---|---|---|---|
Document | System.Xml.Linq.XDocument |
Property | Type | Description | |
---|---|---|---|
BaseParser | System | ||
Parse | void |
Method | Description | |
---|---|---|
GetInstance ( |
Gets an instance of the BaseParser type to use and parse response - implementation of CoR pattern
|
Method | Description | |
---|---|---|
GetSchema ( ) : System.Xml.Linq.XNamespace |
Overriden in derived classes with the schema value of the operation and response
|
Method | Description | |
---|---|---|
BaseParser ( System.Xml.Linq.XDocument response ) : System |
To construct the BaseParser
|
|
Parse ( ) : void |
Must implement in a derived class since this needs Xml specific parse code
|
public static GetInstance ( |
||
response | ||
rootVerb | string | |
parser | ||
return |
protected abstract GetSchema ( ) : System.Xml.Linq.XNamespace | ||
return | System.Xml.Linq.XNamespace |