Class JourneySat.XMLParser
Object
|
+--JourneySat.XMLParser
-
Direct Known Subclasses:
-
JourneySat.XMLTravelParser, JourneySat.XMLEditorParser
- class
JourneySat.XMLParser
Provides methods to parse a XML file
Defined in xmlparser.js
|
Method Summary |
{Element}
|
getNode(<String> tag, <Element> parent)
Scans the child nodes of a parent and returns the one corresponding
to a tag.
|
{any}
|
getValueOfNode(<String> tag, <Element> parent)
Scans the child nodes of a parent and returns the value of the
one corresponding to a tag.
|
JourneySat.XMLParser
JourneySat.XMLParser()
getNode
{Element} getNode(<String> tag, <Element> parent)
Scans the child nodes of a parent and returns the one corresponding
to a tag.
Parameters:
parent - The XML DOM node
Returns:
The XML DOM node for the tag
getValueOfNode
{any} getValueOfNode(<String> tag, <Element> parent)
Scans the child nodes of a parent and returns the value of the
one corresponding to a tag.
Parameters:
parent - The XML DOM node
Returns:
The XML DOM node for the tag
Documentation generated by
JSDoc on Thu Oct 20 14:28:29 2005