|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Contains the DOM-implementation used by the current configuration.
| Method Summary | |
org.w3c.dom.Document |
createEmptyDocument()
|
org.xml.sax.SAXParseException |
getLastParseException()
|
org.w3c.dom.Document |
openDocument(java.io.InputStream sourceStream,
boolean presentationDOM)
|
org.w3c.dom.Document |
openDocument(java.io.InputStream sourceStream,
boolean presentationDOM,
java.lang.String documentURL)
Reads a document from an InputStream into a DOM tree. |
org.w3c.dom.Document |
openDocument(java.io.Reader sourceReader,
boolean presentationDOM)
Reads an document to DOM tree |
org.w3c.dom.Document |
openDocument(java.net.URL url)
|
org.w3c.dom.Document |
openDocument(java.net.URL url,
java.lang.String documentClassname)
|
java.lang.String |
write(org.w3c.dom.Node node)
|
java.lang.String |
write(org.w3c.dom.Node node,
boolean prettyPrinting)
|
void |
write(java.io.Writer writer,
org.w3c.dom.Node node,
boolean prettyPrinting)
|
void |
writeWithoutXMLDecl(java.io.Writer writer,
org.w3c.dom.Node node)
|
| Method Detail |
public org.w3c.dom.Document openDocument(java.io.Reader sourceReader,
boolean presentationDOM)
throws java.io.IOException,
org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public org.w3c.dom.Document openDocument(java.io.InputStream sourceStream,
boolean presentationDOM,
java.lang.String documentURL)
throws java.io.IOException,
org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public org.w3c.dom.Document openDocument(java.net.URL url)
throws java.io.IOException,
org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public org.w3c.dom.Document openDocument(java.net.URL url,
java.lang.String documentClassname)
throws java.io.IOException,
org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXExceptionpublic org.w3c.dom.Document createEmptyDocument()
public java.lang.String write(org.w3c.dom.Node node)
public java.lang.String write(org.w3c.dom.Node node,
boolean prettyPrinting)
public void write(java.io.Writer writer,
org.w3c.dom.Node node,
boolean prettyPrinting)
throws java.io.IOException
java.io.IOException
public void writeWithoutXMLDecl(java.io.Writer writer,
org.w3c.dom.Node node)
throws java.io.IOException
java.io.IOExceptionpublic org.xml.sax.SAXParseException getLastParseException()
public org.w3c.dom.Document openDocument(java.io.InputStream sourceStream,
boolean presentationDOM)
throws java.io.IOException,
org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||