|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.utils.DocumentFactory
Produces an empty Document implementation
Method Summary | |
static org.w3c.dom.Document |
getDocumentFromStream(java.io.InputStream stream)
|
static org.w3c.dom.Document |
getDocumentFromStream(java.io.InputStream stream,
org.xml.sax.EntityResolver er)
|
static org.w3c.dom.Document |
getNewDocument()
Returns a new copy of a Document implementation. |
static javax.xml.parsers.DocumentBuilder |
newDocumentBuilder()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static org.w3c.dom.Document getNewDocument()
IPortalDocument
implementation.
public static org.w3c.dom.Document getDocumentFromStream(java.io.InputStream stream) throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public static org.w3c.dom.Document getDocumentFromStream(java.io.InputStream stream, org.xml.sax.EntityResolver er) throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public static javax.xml.parsers.DocumentBuilder newDocumentBuilder()
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |