Class XMLParser
java.lang.Object
XMLParser
- 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 XMLParser builds a new Document from
an XML file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLParser
public XMLParser(String location)
- This constructor for the
XMLParser
builds a new Document
from
an XML file
- Parameters:
location
- The location of the XML file
getDocument
public Document getDocument()
- Gets the Document
- Returns:
- a Document
Copyright © 2004 Raymond McBride. All Rights Reserved.