com.lamatek.tags.google.beans
Class XMLParser

java.lang.Object
  extended by com.lamatek.tags.google.beans.XMLParser

public class XMLParser
extends java.lang.Object

XMLParser This class parses XML files and validates against the googlemaps.dtd. Developers should not extend this class or override it's methods.

Version:
0.80
Author:
Tom Cole

Constructor Summary
XMLParser()
           
 
Method Summary
static boolean parseXML(java.lang.String url, GoogleMapTag mapTag)
          Parses the supplied XML file and adds discovered elements to the given GoogleMapTag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLParser

public XMLParser()
Method Detail

parseXML

public static boolean parseXML(java.lang.String url,
                               GoogleMapTag mapTag)
Parses the supplied XML file and adds discovered elements to the given GoogleMapTag. Developers should not override this method.

Returns:
True or false denoting whether or not the XML file was sucessfully parsed.