|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.objectModel.dom.TDOMReader
public class TDOMReader
Constructor Summary | |
---|---|
TDOMReader()
Constructor. |
Method Summary | |
---|---|
protected org.w3c.dom.Document |
read(org.xml.sax.InputSource inputSource,
java.lang.String systemId)
Read the DOM tree specified from the given InputSource. |
org.w3c.dom.Document |
read(java.io.InputStream input)
Read the DOM tree specified with a Node object from a given InputStream. |
org.w3c.dom.Document |
read(java.io.InputStream input,
java.lang.String systemId)
Read the DOM tree specified with a Node object from a given InputStream. |
org.w3c.dom.Document |
read(java.io.Reader input)
Read the DOM tree specified with a Node object from a given Reader. |
org.w3c.dom.Document |
read(java.io.Reader input,
java.lang.String systemId)
Read the DOM tree specified with a Node object from a given Reader. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TDOMReader()
Method Detail |
---|
public org.w3c.dom.Document read(java.io.Reader input) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
input
- the XML document is read from.
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
public org.w3c.dom.Document read(java.io.Reader input, java.lang.String systemId) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
input
- the XML document is read from.systemId
- for resolving relative references
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
public org.w3c.dom.Document read(java.io.InputStream input) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
input
- the XML document is read from.
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
public org.w3c.dom.Document read(java.io.InputStream input, java.lang.String systemId) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
input
- the XML document is read from.systemId
- for resolving relative references
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
protected org.w3c.dom.Document read(org.xml.sax.InputSource inputSource, java.lang.String systemId) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
inputSource
- the XML document is read from.systemId
- for resolving relative references
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |