|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TagAttributes | |
| 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 TagAttributes in net.windward.datasource |
| Fields in net.windward.datasource declared as TagAttributes | |
static TagAttributes[] |
DataSourceTags.tagAttrs
|
| Methods in net.windward.datasource that return TagAttributes | |
static TagAttributes |
DataSourceTags.getTagAttr(TagAttributes[] tagAttrs,
int tagType)
|
TagAttributes[] |
DataSourceProvider.getTagAttributes()
Returns the allowed attributes for all tags. |
| Methods in net.windward.datasource with parameters of type TagAttributes | |
static TagAttributes |
DataSourceTags.getTagAttr(TagAttributes[] tagAttrs,
int tagType)
|
| Uses of TagAttributes in net.windward.datasource.dom4j |
| Methods in net.windward.datasource.dom4j that return TagAttributes | |
TagAttributes[] |
Dom4jDataSource.getTagAttributes()
Returns the allowed attributes for all tags. |
| Uses of TagAttributes in net.windward.datasource.jdbc |
| Methods in net.windward.datasource.jdbc that return TagAttributes | |
TagAttributes[] |
JdbcDataSource.getTagAttributes()
Returns the allowed attributes for all tags. |
| Uses of TagAttributes in net.windward.tags |
| Methods in net.windward.tags with parameters of type TagAttributes | |
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 | |||||||||