Package org.brerp.sped.nfe.util
Class CustomizedDomDriver
java.lang.Object
com.thoughtworks.xstream.io.AbstractDriver
com.thoughtworks.xstream.io.xml.AbstractXmlDriver
com.thoughtworks.xstream.io.xml.DomDriver
org.brerp.sped.nfe.util.CustomizedDomDriver
- All Implemented Interfaces:
com.thoughtworks.xstream.io.HierarchicalStreamDriver
public class CustomizedDomDriver
extends com.thoughtworks.xstream.io.xml.DomDriver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.thoughtworks.xstream.io.HierarchicalStreamWriter
createWriter
(Writer out) Methods inherited from class com.thoughtworks.xstream.io.xml.DomDriver
createDocumentBuilderFactory, createReader, createReader, createReader, createReader, createWriter
Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlDriver
xmlFriendlyReplacer
Methods inherited from class com.thoughtworks.xstream.io.AbstractDriver
getNameCoder
-
Constructor Details
-
CustomizedDomDriver
public CustomizedDomDriver()
-
-
Method Details
-
createWriter
- Specified by:
createWriter
in interfacecom.thoughtworks.xstream.io.HierarchicalStreamDriver
- Overrides:
createWriter
in classcom.thoughtworks.xstream.io.xml.DomDriver
-