Class XMLParser

java.lang.Object
  extended byXMLParser

public class XMLParser
extends Object

The XMLParser class is used to parse XML documents and create W3C DOM objects

Author:
Raymond McBride

Constructor Summary
XMLParser(String location)
          This constructor for the XMLParserbuilds a new Document from an XML file
 
Method Summary
 Document getDocument()
          Gets the Document
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLParser

public XMLParser(String location)
This constructor for the XMLParserbuilds a new Document from an XML file

Parameters:
location - The location of the XML file
Method Detail

getDocument

public Document getDocument()
Gets the Document

Returns:
a Document


Copyright © 2004 Raymond McBride. All Rights Reserved.