org.apache.cxf.tools.common.dom
Class ExtendedDocumentBuilder

java.lang.Object
  extended by org.apache.cxf.tools.common.dom.ExtendedDocumentBuilder

public class ExtendedDocumentBuilder
extends java.lang.Object

(not thread safe)


Constructor Summary
ExtendedDocumentBuilder()
           
 
Method Summary
 org.w3c.dom.Document parse(java.io.InputStream in)
           
 void setValidating(boolean validate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedDocumentBuilder

public ExtendedDocumentBuilder()
Method Detail

setValidating

public void setValidating(boolean validate)

parse

public org.w3c.dom.Document parse(java.io.InputStream in)
                           throws org.xml.sax.SAXException,
                                  java.io.IOException
Throws:
org.xml.sax.SAXException
java.io.IOException


Apache CXF