|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseTag | |
| 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. |
| net.windward.tags | These are the classes that represent Windward Reports tags in the template. |
| Uses of BaseTag in net.windward.datasource |
| Methods in net.windward.datasource with parameters of type BaseTag | |
void |
DataSourceProvider.validateTag(BaseTag xmlTag)
Verifys that a tag has all required attributes and no unknown attributes. |
MetaDataElement[] |
DataSourceNode.getMetaData(BaseTag tag,
int index,
DataSourceNode[] stack)
This method is only called by AutoTag. |
boolean |
DataSourceNode.isExistingNode(BaseTag tag,
DataSourceNode[] stack)
Return true if the passed in node exists. |
| Uses of BaseTag in net.windward.datasource.dom4j |
| Methods in net.windward.datasource.dom4j with parameters of type BaseTag | |
void |
Dom4jDataSource.validateTag(BaseTag xmlTag)
Verifys that a tag has all required attributes and no unknown attributes. |
| Uses of BaseTag in net.windward.datasource.jdbc |
| Methods in net.windward.datasource.jdbc with parameters of type BaseTag | |
void |
JdbcDataSource.validateTag(BaseTag xmlTag)
Verifys that a tag has all required attributes and no unknown attributes. |
| Uses of BaseTag in net.windward.tags |
| Subclasses of BaseTag in net.windward.tags | |
class |
ChartTag
Place a chart in the final report. |
class |
ColumnTag
The start of a column in a matrix. |
class |
ElseTag
The else in an if. |
class |
EndForEachTag
The end of a forEach. |
class |
EndIfTag
The end of an if. |
class |
EndLinkTag
The end of a link. |
class |
EndMatrixTag
The end of a matrix. |
class |
EscapeTag
Output anything in the final report. |
class |
ForEachTag
Iterate through a set of nodes. |
class |
FunctionTag
Performs a function on a collection of nodes. |
class |
HtmlTag
Output formatting based on a node. |
class |
IfTag
Conditionally include part of a report. |
class |
ImportTag
Import an external file. |
class |
LinkTag
Create a hyperlink from a node. |
class |
MatrixTag
The marker for a matrix. |
class |
OutTag
Display the contents of a node. |
class |
QueryTag
Set a variable that is a node for later use. |
class |
RowTag
The start of a row in a matrix. |
class |
SetTag
Set a variable for later use. |
| Methods in net.windward.tags that return BaseTag | |
static BaseTag |
BaseTag.factory(java.lang.String text,
int nestLevel,
boolean ignoreErrors)
Generate a tag for the passed in command. |
static BaseTag |
BaseTag.factory(int typ,
java.util.Map map,
int nestLevel,
boolean ignoreErrors)
Generate a tag for the passed in command. |
| Methods in net.windward.tags with parameters of type BaseTag | |
static void |
TagAttributes.validateTag(BaseTag xmlTag,
TagAttributes[] tagAttrs,
boolean strict)
Verifys that a tag has all required attributes and no unknown attributes. |
static void |
TagAttributes.validateTag(BaseTag xmlTag,
TagAttributes ta,
boolean strict)
Verifys that a tag has all required attributes and no unknown attributes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||