|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--MQObject
Base class for almost all objects in
the api.
Defined in mqcommon.js
| Field Summary | |
<private> Document |
m_xmlDoc
Value to represent the xml |
<private> Document |
m_xpath
Value to represent the xpath of this object |
| Constructor Summary | |
MQObject
()
Constructs a new MQObject object. |
|
| Method Summary | |
MQObject
|
copy()
Create a copy of this object. |
String
|
getClassName()
Returns the text name of this class. |
Document
|
getM_XmlDoc()
Returns the m_xmlDoc object. |
String
|
getM_Xpath()
Returns the m_xpath string. |
int
|
getObjectVersion()
Returns the version of this class. |
String
|
getProperty(<String> strPropName)
Gets values from xml. |
<private> MQObject
|
internalCopy(obj)
Create a copy of this object where the outermost tag remains the same. |
void
|
setM_XmlDoc(<Document> xmlDoc)
Sets the m_xmlDoc object. |
void
|
setM_Xpath(<String> xpath)
Sets the m_xpath object. |
void
|
setProperty(<String> strPropName, <String> strPropValue)
Sets values in xml. |
| Field Detail |
<private> Document m_xmlDoc
<private> Document m_xpath
| Constructor Detail |
MQObject()
| Method Detail |
MQObject copy()
String getClassName()
Document getM_XmlDoc()
String getM_Xpath()
int getObjectVersion()
String getProperty(<String> strPropName)
strPropName - the property to get
<private> MQObject internalCopy(obj)
void setM_XmlDoc(<Document> xmlDoc)
xmlDoc - the Document to set m_xmlDoc to.
void setM_Xpath(<String> xpath)
xpath - the String m_xpath is set to.
void setProperty(<String> strPropName, <String> strPropValue)
strPropName - the property to set
strPropValue - the value to set the property to
|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||