Parses the service description of the UPnP devices
Public Methods
-
static ServiceDescription* getInstance()
- Get the instance for ServiceDescription Class
-
IXML_Document* getDescriptionFileDocumentElement(string deviceURL)
- Get the XML_document for device
-
string GetCompleteURI( IXML_Document* doc, string uri, string location )
- Get the complete URI for UPnP device
-
string getServiceURI(IXML_Document* doc, string serviceType)
- Get the service URI
-
map<string, string> * getAllowedValueRange(IXML_Document* doc, string variableName)
- Get the allowed value range for the variable
-
list<string> * getAllowedValueList(IXML_Document* doc, string variableName)
- Get the List of allowed value for the variable
-
string getIconURL(IXML_Document* doc)
- Get a String of Icon URL.
Documentation
Parses the service description of the UPnP devices
static ServiceDescription* getInstance()
-
Get the instance for ServiceDescription Class
- Returns:
- ServiceDescription Object
IXML_Document* getDescriptionFileDocumentElement(string deviceURL)
-
Get the XML_document for device
- Parameters:
- deviceURL - as String Value of device URL
- Returns:
- IXML_Document
string GetCompleteURI( IXML_Document* doc, string uri, string location )
-
Get the complete URI for UPnP device
- Parameters:
- doc - as device XML_document object
uri - as String Value of URI
location - as String Value location
- Returns:
- uri of document
string getServiceURI(IXML_Document* doc, string serviceType)
-
Get the service URI
- Parameters:
- doc - as device XML_document
serviceType - as String Value of service
- Returns:
- uri of service
map<string, string> * getAllowedValueRange(IXML_Document* doc, string variableName)
-
Get the allowed value range for the variable
- Parameters:
- doc - as device XML_document
variableName - as String Value of variable name
- Returns:
- Map<String,String> containing all allowed range of value
list<string> * getAllowedValueList(IXML_Document* doc, string variableName)
-
Get the List of allowed value for the variable
- Parameters:
- doc - as device XML_document
variableName - as String Value of variable name
- Returns:
- List<String> containing all allowed value
string getIconURL(IXML_Document* doc)
-
Get a String of Icon URL.
- Parameters:
- doc - as device XML_document
- Returns:
- a String value of Icon URL
- This class has no child classes.
- Author:
- Parikshit Thakur & Team, Trace R&D Center
- Version:
- Revision: 1.0
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.