public class XMLParser
extends java.lang.Object
| Constructor and Description |
|---|
XMLParser(java.lang.String filename)
Takes a filename as a string and attempts to parse the specified file
|
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Document |
getDocument()
return document
|