Uses of Interface
org.biojava.utils.xml.XMLWriter
Packages that use XMLWriter
Package
Description
Event-driven parsing system for the Extensible Feature Format (XFF).
Tools for reading and writing an XML representation of BioJava's FeatureFilter language.
Utility classes for handling and generating XML documents.
-
Uses of XMLWriter in org.biojava.bio.program.xff
Methods in org.biojava.bio.program.xff with parameters of type XMLWriterModifier and TypeMethodDescriptionvoidBasicXFFHelper.writeDetails(XMLWriter xw, Feature f) voidPropertyWriter.writeDetails(XMLWriter xw, Feature f) voidXFFHelper.writeDetails(XMLWriter xw, Feature f) voidXFFWriter.writeFeatureSet(FeatureHolder fh, XMLWriter xw) -
Uses of XMLWriter in org.biojava.bio.seq.io.filterxml
Methods in org.biojava.bio.seq.io.filterxml with parameters of type XMLWriterModifier and TypeMethodDescriptionvoidXMLAnnotationTypeWriter.writeAnnotationType(AnnotationType at, XMLWriter xw) Write anAnnotationTypeto the specified XMLWriter.voidXMLAnnotationTypeWriter.XMLCollectionConstraintWriter.writeCollectionConstraint(CollectionConstraint pc, XMLWriter xw, XMLAnnotationTypeWriter config) voidXMLFilterWriter.FilterWriter.writeFilter(FeatureFilter ff, XMLWriter xw, XMLFilterWriter config) voidXMLFilterWriter.writeFilter(FeatureFilter ff, XMLWriter xw) Write a FeatureFilter to the supplied XMLWritervoidXMLAnnotationTypeWriter.XMLPropertyConstraintWriter.writePropertyConstraint(PropertyConstraint pc, XMLWriter xw, XMLAnnotationTypeWriter config) -
Uses of XMLWriter in org.biojava.utils.xml
Classes in org.biojava.utils.xml that implement XMLWriterModifier and TypeClassDescriptionclassImplementation of XMLWriter which emits nicely formatted documents to a PrintWriter.Methods in org.biojava.utils.xml with parameters of type XMLWriter