|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.vex.dom.DocumentFactory
Class for creating documents given a URL.
Constructor Summary | |
DocumentFactory()
|
Method Summary | |
static Document |
create(java.net.URL url,
org.xml.sax.EntityResolver resolver)
Creates a document given a URL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentFactory()
Method Detail |
public static Document create(java.net.URL url, org.xml.sax.EntityResolver resolver) throws java.io.IOException, javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException
url
- URL from which to load the document.resolver
- EntityResolver that returns local versions of
the given entities. May be null, in which case the default is
used.
java.io.IOException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |