|
MapQuest Advantage TileMap Toolkit 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
| 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. |
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. |
| 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
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 TileMap Toolkit Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||