|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSourceNode | |
| net.windward.datasource | This supplies a data source to Windward Reports. |
| net.windward.datasource.dom4j | This supplies an xml data source to Windward Reports. |
| net.windward.datasource.jdbc | This supplies a sql data source to Windward Reports. |
| Uses of DataSourceNode in net.windward.datasource |
| Methods in net.windward.datasource that return DataSourceNode | |
DataSourceNode |
DataSourceIterator.getNode(int index)
Returns the requested node from the set of nodes presently on. |
DataSourceNode |
DataSourceProvider.getRootNode()
Returns the root node for this data set. |
| Methods in net.windward.datasource with parameters of type DataSourceNode | |
MetaDataElement[] |
DataSourceNode.getMetaData(BaseTag tag,
int index,
DataSourceNode[] stack)
This method is only called by AutoTag. |
java.lang.Object |
DataSourceNode.getForEach(ForEachTag tag,
DataSourceNode[] stack)
This method is only called by AutoTag. |
java.lang.String |
DataSourceNode.adjustSelect(java.lang.String select,
DataSourceNode[] stack)
This method is only called by AutoTag. |
java.lang.Object |
DataSourceNode.getQuery(QueryTag tag,
DataSourceNode[] stack)
This method is only called by AutoTag. |
java.lang.String |
DataSourceNode.getSet(SetTag tag,
DataSourceNode[] stack)
This method is only called by AutoTag. |
void |
DataSourceNode.addQuery(QueryTag tag,
DataSourceNode[] stack)
Called for a query tag. |
void |
DataSourceNode.addSet(SetTag tag,
DataSourceNode[] stack)
Called for a set tag. |
java.io.InputStream |
DataSourceNode.getBitmap(OutTag tag,
DataSourceNode[] stack)
Called when tag is of type BITMAP. |
java.lang.String |
DataSourceNode.getEscape(EscapeTag tag,
DataSourceNode[] stack)
Called for an escape tag. |
java.lang.String[] |
DataSourceNode.getFunction(FunctionTag tag,
DataSourceNode[] stack)
Called for a function tag. |
java.lang.String |
DataSourceNode.getHtml(HtmlTag tag,
DataSourceNode[] stack)
Called for an html tag. |
java.lang.String |
DataSourceNode.getImport(ImportTag tag,
DataSourceNode[] stack)
Called for an import tag. |
java.lang.String |
DataSourceNode.getLink(LinkTag tag,
DataSourceNode[] stack)
Called for a link tag. |
java.lang.String |
DataSourceNode.getOut(OutTag tag,
DataSourceNode[] stack,
java.util.Locale locale)
Called for an out tag. |
java.io.InputStream |
DataSourceNode.getOutStream(OutTag tag,
DataSourceNode[] stack)
Called for an out tag. |
boolean |
DataSourceNode.isExistingNode(BaseTag tag,
DataSourceNode[] stack)
Return true if the passed in node exists. |
boolean |
DataSourceNode.evaluate(java.lang.String text,
DataSourceNode[] stack)
Evaluate an expression for the boolean result. |
boolean |
DataSourceNode.isIf(IfTag tag,
DataSourceNode[] stack)
Called for an if tag. |
DataSourceIterator |
DataSourceNode.iterator(ForEachTag tag,
DataSourceNode[] stack)
Called for a forEach tag. |
net.windward.chart.ChartDataSet |
DataSourceNode.getData(ChartTag tag,
DataSourceNode[] stack,
java.util.Locale locale)
Returns a set of data used to create a chart. |
| Constructors in net.windward.datasource with parameters of type DataSourceNode | |
ChartDataImpl(DataSourceNode node,
ChartTag tag,
DataSourceNode[] stack,
java.util.Locale locale)
Returns a set of data used to create a chart. |
|
| Uses of DataSourceNode in net.windward.datasource.dom4j |
| Methods in net.windward.datasource.dom4j that return DataSourceNode | |
DataSourceNode |
Dom4jDataSource.getRootNode()
Returns the root node for this data set. |
| Uses of DataSourceNode in net.windward.datasource.jdbc |
| Methods in net.windward.datasource.jdbc that return DataSourceNode | |
DataSourceNode |
JdbcDataSource.getRootNode()
Returns the root node for this data set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||