uk.org.jcam.reader
Class DocumentFactory
java.lang.Object
uk.org.jcam.reader.DocumentFactory
public class DocumentFactory
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentFactory
public DocumentFactory()
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)