com.generationjava.io.xml
Class XMLParser

java.lang.Object
  |
  +--com.generationjava.io.xml.XMLParser

public class XMLParser
extends java.lang.Object

A tiny parser of xml text. It is intended to deal with simple config files.


Constructor Summary
XMLParser()
           
 
Method Summary
 XMLNode parseXML(java.io.Reader reader)
          Parse an XML text read in from a Reader.
 
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 XMLNode parseXML(java.io.Reader reader)
                 throws java.io.IOException
Parse an XML text read in from a Reader. Returns the root node of the xml text.

java.io.IOException


Copyright © 2000-2003 GenerationJava. All Rights Reserved.