|
||||||||||
| 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(DocumentFactory documentFactory,
OutputFormat outputFormat)
|
|
Dom4JDriver(DocumentFactory documentFactory,
OutputFormat outputFormat,
NameCoder nameCoder)
|
|
Dom4JDriver(DocumentFactory documentFactory,
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. |
DocumentFactory |
getDocumentFactory()
|
OutputFormat |
getOutputFormat()
|
void |
setDocumentFactory(DocumentFactory documentFactory)
|
void |
setOutputFormat(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(DocumentFactory documentFactory,
OutputFormat outputFormat)
public Dom4JDriver(DocumentFactory documentFactory,
OutputFormat outputFormat,
NameCoder nameCoder)
public Dom4JDriver(DocumentFactory documentFactory,
OutputFormat outputFormat,
XmlFriendlyReplacer replacer)
Dom4JDriver(DocumentFactory, OutputFormat, NameCoder) instead.
| Method Detail |
|---|
public DocumentFactory getDocumentFactory()
public void setDocumentFactory(DocumentFactory documentFactory)
public OutputFormat getOutputFormat()
public void setOutputFormat(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 HierarchicalStreamDrivercreateReader in class AbstractDriverin - the URL defining the location with the data to parse
public HierarchicalStreamReader createReader(File in)
AbstractDriver
createReader in interface HierarchicalStreamDrivercreateReader in class AbstractDriverin - 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 | |||||||||