com.livis.flabes.xml
Class SunDOMParser

java.lang.Object
  |
  +--com.livis.flabes.xml.SunDOMParser

public class SunDOMParser
extends java.lang.Object
implements DOMParserInterface


Constructor Summary
SunDOMParser()
           
 
Method Summary
 org.w3c.dom.Document parse(org.xml.sax.InputSource in, boolean doValidate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunDOMParser

public SunDOMParser()
Method Detail

parse

public org.w3c.dom.Document parse(org.xml.sax.InputSource in,
                                  boolean doValidate)
                           throws org.xml.sax.SAXException
Specified by:
parse in interface DOMParserInterface