uk.org.jcam.reader
Class DocumentFactory

java.lang.Object
  extended by uk.org.jcam.reader.DocumentFactory

public class DocumentFactory
extends java.lang.Object


Constructor Summary
DocumentFactory()
           
 
Method Summary
 org.jdom.Document createDocument(org.w3c.dom.Document fileDOM)
           
 org.jdom.Document createDocument(java.lang.String fileNameString)
           
 org.jdom.Document createDocument(java.net.URL fileNameURL)
           
 org.jdom.Document includeDocument(org.w3c.dom.Document fileDOM)
           
 org.jdom.Document includeDocument(java.lang.String fileNameString)
           
 org.jdom.Document includeDocument(java.net.URL fileNameURL)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentFactory

public DocumentFactory()
Method Detail

createDocument

public org.jdom.Document createDocument(org.w3c.dom.Document fileDOM)

createDocument

public org.jdom.Document createDocument(java.lang.String fileNameString)
                                 throws org.jdom.JDOMException,
                                        java.io.IOException
Throws:
org.jdom.JDOMException
java.io.IOException

createDocument

public org.jdom.Document createDocument(java.net.URL fileNameURL)
                                 throws org.jdom.JDOMException,
                                        java.io.IOException
Throws:
org.jdom.JDOMException
java.io.IOException

includeDocument

public org.jdom.Document includeDocument(java.lang.String fileNameString)
                                  throws org.jdom.JDOMException,
                                         java.io.IOException
Throws:
org.jdom.JDOMException
java.io.IOException

includeDocument

public org.jdom.Document includeDocument(java.net.URL fileNameURL)
                                  throws org.jdom.JDOMException,
                                         java.io.IOException
Throws:
org.jdom.JDOMException
java.io.IOException

includeDocument

public org.jdom.Document includeDocument(org.w3c.dom.Document fileDOM)