com.cometway.xml
Class XMLFileParser

java.lang.Object
  extended by com.cometway.xml.XMLParser
      extended by com.cometway.xml.XMLFileParser

public class XMLFileParser
extends XMLParser

This class extends the XMLParser and allows files to be parsed.


Field Summary
 
Fields inherited from class com.cometway.xml.XMLParser
dataSource, decodeEscapeCodes, ignoreWhitespace
 
Constructor Summary
XMLFileParser(java.io.File f)
          Creates an XMLParser that reads from a file
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class com.cometway.xml.XMLParser
close, nextElementContent, nextEmptyElementTag, nextEndTag, nextStartTag, nextToken, nextToken, setDecodeEscapeCodes, setIgnoreWhitespace, setLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLFileParser

public XMLFileParser(java.io.File f)
              throws java.io.IOException
Creates an XMLParser that reads from a file

Throws:
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)