Uses of Interface
org.biojava.nbio.core.util.XMLWriter
- 
Packages that use XMLWriter Package Description org.biojava.nbio.core.util org.biojava.nbio.structure.align.util org.biojava.nbio.structure.io Input and Output of Structures - 
- 
Uses of XMLWriter in org.biojava.nbio.core.util
Classes in org.biojava.nbio.core.util that implement XMLWriter Modifier and Type Class Description classPrettyXMLWriterImplementation of XMLWriter which emits nicely formatted documents to a PrintWriter. - 
Uses of XMLWriter in org.biojava.nbio.structure.align.util
Methods in org.biojava.nbio.structure.align.util that return XMLWriter Modifier and Type Method Description XMLWriterUserConfiguration. toXML(PrintWriter pw)convert Configuration to an XML file so it can be serializedXMLWriterUserConfiguration. toXML(XMLWriter xw)convert Configuration to an XML file so it can be serialized add to an already existing xml file.Methods in org.biojava.nbio.structure.align.util with parameters of type XMLWriter Modifier and Type Method Description XMLWriterUserConfiguration. toXML(XMLWriter xw)convert Configuration to an XML file so it can be serialized add to an already existing xml file. - 
Uses of XMLWriter in org.biojava.nbio.structure.io
Methods in org.biojava.nbio.structure.io with parameters of type XMLWriter Modifier and Type Method Description voidFileConvert. toDASStructure(XMLWriter xw)Convert a protein Structure to a DAS Structure XML response . 
 -