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


Constructor Summary
JourneySat.XMLParser ()
           
 
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.

Constructor Detail

JourneySat.XMLParser

JourneySat.XMLParser()

Method Detail

getNode

{Element} getNode(<String> tag, <Element> parent)

getValueOfNode

{any} getValueOfNode(<String> tag, <Element> parent)


Documentation generated by JSDoc on Thu Oct 20 14:28:29 2005