util.gen
Class XML

java.lang.Object
  extended byutil.gen.XML

public class XML
extends java.lang.Object

Utilities for XML parsing.


Constructor Summary
XML()
           
 
Method Summary
static org.xml.sax.XMLReader makeXMLReader()
          create a new XML reader, returns null if a problem is encountered.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XML

public XML()
Method Detail

makeXMLReader

public static org.xml.sax.XMLReader makeXMLReader()
create a new XML reader, returns null if a problem is encountered.