|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLWriter | |
|---|---|
| jimm.datavision | Provides the classes and interfaces that make up a DataVision report. |
| jimm.datavision.field | Field, its subclasses, and related classes like Format and Border. |
| jimm.datavision.layout | Provides concrete layout engine implementations. |
| jimm.datavision.source | The abstract classes and interfaces that define a data source. |
| jimm.datavision.source.charsep | Provides the classes and interfaces that make up the a data source that reads character-separated file such as CSV files. |
| jimm.datavision.source.ncsql | A data source that acts like a database data source but can't run reports and gets its column descriptions from metadata described in the report XML file. |
| jimm.datavision.source.object | Provides the classes and interfaces that make up the a data source that uses an ArrayList of HashMaps representing a table of data. |
| jimm.datavision.source.sql | Provides the classes and interfaces that make up the database data source. |
| jimm.datavision.test | Provides the JUnit test classes used during DataVision development. |
| jimm.datavision.test.mock.source | |
| Uses of XMLWriter in jimm.datavision |
|---|
| Methods in jimm.datavision with parameters of type XMLWriter | |
|---|---|
protected void |
Expression.writeAdditionalAttributes(XMLWriter out)
Writes additional attributes. |
protected void |
Formula.writeAdditionalAttributes(XMLWriter out)
|
protected void |
Report.writeComment(XMLWriter out)
|
protected void |
Report.writeDescription(XMLWriter out)
|
static void |
ListWriter.writeList(XMLWriter out,
java.util.Collection list)
Writes the elements of a list of Writeable objects as XML. |
static void |
ListWriter.writeList(XMLWriter out,
java.util.Collection list,
java.lang.String name)
Writes the elements of a list of Writeable objects as XML. |
protected void |
Report.writePage(XMLWriter out)
|
protected void |
Report.writeReport(XMLWriter out)
|
protected void |
Report.writeStartFormula(XMLWriter out)
|
void |
Line.writeXML(XMLWriter out)
Writes this line as an XML tag. |
void |
UserColumn.writeXML(XMLWriter out)
|
void |
SuppressionProc.writeXML(XMLWriter out)
Writes this suppression proc as an XML tag. |
abstract void |
Expression.writeXML(XMLWriter out)
Writes this expression as an XML tag. |
void |
Report.writeXML(XMLWriter out)
Writes the contents of this report as an XML file. |
abstract void |
Element.writeXML(XMLWriter out)
Writes this element as an XML tag. |
void |
Parameter.writeXML(XMLWriter out)
Writes this parameter as an XML tag. |
void |
Scripting.writeXML(XMLWriter out)
|
void |
Writeable.writeXML(XMLWriter out)
Writes this object as an XML tag. |
void |
PaperFormat.writeXML(XMLWriter out)
|
void |
Group.writeXML(XMLWriter out)
Writes this group as an XML tag. |
void |
Point.writeXML(XMLWriter out)
Writes this point as an XML tag. |
void |
Formula.writeXML(XMLWriter out)
|
void |
Section.writeXML(XMLWriter out)
Writes this section and all it contains as an XML tag. |
void |
Subreport.writeXML(XMLWriter out)
|
void |
SectionArea.writeXML(XMLWriter out)
|
protected void |
Expression.writeXML(XMLWriter out,
java.lang.String elementName)
|
protected void |
Report.writeXMLDecl(XMLWriter out)
|
| Uses of XMLWriter in jimm.datavision.field |
|---|
| Methods in jimm.datavision.field with parameters of type XMLWriter | |
|---|---|
protected void |
Field.writeFieldGuts(XMLWriter out)
Writes objects contained within this field (bounds, border, and format). |
void |
TextField.writeXML(XMLWriter out)
|
void |
Rectangle.writeXML(XMLWriter out)
Writes this rectangle as an XML tag. |
void |
Field.writeXML(XMLWriter out)
Writes this field as an XML tag. |
void |
DefaultFormat.writeXML(XMLWriter out)
Writes this format as an XML tag. |
void |
Border.writeXML(XMLWriter out)
Writes this border as an XML tag. |
void |
Format.writeXML(XMLWriter out)
Writes this format as an XML tag. |
void |
BorderEdge.writeXML(XMLWriter out,
java.lang.String location)
Writes this edge as an XML tag. |
| Uses of XMLWriter in jimm.datavision.layout |
|---|
| Fields in jimm.datavision.layout declared as XMLWriter | |
|---|---|
protected XMLWriter |
XMLLE.iout
|
| Constructors in jimm.datavision.layout with parameters of type XMLWriter | |
|---|---|
XMLLE(XMLWriter out)
Constructor. |
|
XMLLE(XMLWriter out,
java.lang.String enc)
Constructor. |
|
| Uses of XMLWriter in jimm.datavision.source |
|---|
| Methods in jimm.datavision.source with parameters of type XMLWriter | |
|---|---|
protected abstract void |
DataSource.doWriteXML(XMLWriter out)
|
protected void |
Query.writeExtras(XMLWriter out)
This method exists so subclasses can write out extra information. |
void |
DataSource.writeXML(XMLWriter out)
Writes this data source and its query as an XML tag. |
void |
Query.writeXML(XMLWriter out)
Writes this query as an XML tag. |
void |
Join.writeXML(XMLWriter out)
Writes this join as an XML tag. |
void |
Column.writeXML(XMLWriter out)
|
| Uses of XMLWriter in jimm.datavision.source.charsep |
|---|
| Methods in jimm.datavision.source.charsep with parameters of type XMLWriter | |
|---|---|
protected void |
CharSepSource.doWriteXML(XMLWriter out)
Writes this database and all its tables as an XML tag. |
| Uses of XMLWriter in jimm.datavision.source.ncsql |
|---|
| Methods in jimm.datavision.source.ncsql with parameters of type XMLWriter | |
|---|---|
protected void |
NCDatabase.doWriteXML(XMLWriter out)
Writes this database and all its tables as an XML tag. |
| Uses of XMLWriter in jimm.datavision.source.object |
|---|
| Methods in jimm.datavision.source.object with parameters of type XMLWriter | |
|---|---|
protected void |
ObjectSource.doWriteXML(XMLWriter out)
Writes this database and all its tables as an XML tag. |
| Uses of XMLWriter in jimm.datavision.source.sql |
|---|
| Methods in jimm.datavision.source.sql with parameters of type XMLWriter | |
|---|---|
protected void |
Database.doWriteXML(XMLWriter out)
Writes this database and all its tables as an XML tag. |
protected void |
SubreportQuery.writeExtras(XMLWriter out)
|
| Uses of XMLWriter in jimm.datavision.test |
|---|
| Fields in jimm.datavision.test declared as XMLWriter | |
|---|---|
protected XMLWriter |
XMLWriterTest.out
|
| Uses of XMLWriter in jimm.datavision.test.mock.source |
|---|
| Methods in jimm.datavision.test.mock.source with parameters of type XMLWriter | |
|---|---|
protected void |
MockDataSource.doWriteXML(XMLWriter out)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||