|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.xstream.io.AbstractDriver
com.thoughtworks.xstream.io.xml.AbstractXmlDriver
com.thoughtworks.xstream.io.xml.Dom4JDriver
public class Dom4JDriver
Constructor Summary | |
---|---|
Dom4JDriver()
|
|
Dom4JDriver(org.dom4j.DocumentFactory documentFactory,
org.dom4j.io.OutputFormat outputFormat)
|
|
Dom4JDriver(org.dom4j.DocumentFactory documentFactory,
org.dom4j.io.OutputFormat outputFormat,
NameCoder nameCoder)
|
|
Dom4JDriver(org.dom4j.DocumentFactory documentFactory,
org.dom4j.io.OutputFormat outputFormat,
XmlFriendlyReplacer replacer)
Deprecated. As of 1.4, use Dom4JDriver(DocumentFactory, OutputFormat, NameCoder) instead. |
|
Dom4JDriver(NameCoder nameCoder)
|
Method Summary | |
---|---|
HierarchicalStreamReader |
createReader(File in)
Create the HierarchicalStreamReader with the stream parser reading from a File. |
HierarchicalStreamReader |
createReader(InputStream in)
Create the HierarchicalStreamReader with the stream parser reading from the input stream. |
HierarchicalStreamReader |
createReader(Reader text)
Create the HierarchicalStreamReader with the stream parser reading from the IO reader. |
HierarchicalStreamReader |
createReader(URL in)
Create the HierarchicalStreamReader with the stream parser reading from a URL. |
HierarchicalStreamWriter |
createWriter(OutputStream out)
Create the HierarchicalStreamWriter with the formatted writer. |
HierarchicalStreamWriter |
createWriter(Writer out)
Create the HierarchicalStreamWriter with the formatted writer. |
org.dom4j.DocumentFactory |
getDocumentFactory()
|
org.dom4j.io.OutputFormat |
getOutputFormat()
|
void |
setDocumentFactory(org.dom4j.DocumentFactory documentFactory)
|
void |
setOutputFormat(org.dom4j.io.OutputFormat outputFormat)
|
Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlDriver |
---|
xmlFriendlyReplacer |
Methods inherited from class com.thoughtworks.xstream.io.AbstractDriver |
---|
getNameCoder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Dom4JDriver()
public Dom4JDriver(NameCoder nameCoder)
public Dom4JDriver(org.dom4j.DocumentFactory documentFactory, org.dom4j.io.OutputFormat outputFormat)
public Dom4JDriver(org.dom4j.DocumentFactory documentFactory, org.dom4j.io.OutputFormat outputFormat, NameCoder nameCoder)
public Dom4JDriver(org.dom4j.DocumentFactory documentFactory, org.dom4j.io.OutputFormat outputFormat, XmlFriendlyReplacer replacer)
Dom4JDriver(DocumentFactory, OutputFormat, NameCoder)
instead.
Method Detail |
---|
public org.dom4j.DocumentFactory getDocumentFactory()
public void setDocumentFactory(org.dom4j.DocumentFactory documentFactory)
public org.dom4j.io.OutputFormat getOutputFormat()
public void setOutputFormat(org.dom4j.io.OutputFormat outputFormat)
public HierarchicalStreamReader createReader(Reader text)
HierarchicalStreamDriver
text
- the Reader
with the data to parse
public HierarchicalStreamReader createReader(InputStream in)
HierarchicalStreamDriver
in
- the InputStream
with the data to parsepublic HierarchicalStreamReader createReader(URL in)
AbstractDriver
createReader
in interface HierarchicalStreamDriver
createReader
in class AbstractDriver
in
- the URL
defining the location with the data to parse
public HierarchicalStreamReader createReader(File in)
AbstractDriver
createReader
in interface HierarchicalStreamDriver
createReader
in class AbstractDriver
in
- the URL
defining the location with the data to parse
public HierarchicalStreamWriter createWriter(Writer out)
HierarchicalStreamDriver
out
- the Writer
to receive the formatted data
public HierarchicalStreamWriter createWriter(OutputStream out)
HierarchicalStreamDriver
out
- the OutputStream
to receive the formatted data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |