Package net.sf.statcvs.pages
Class MarkupHTML
java.lang.Object
net.sf.statcvs.pages.AbstractMarkup
net.sf.statcvs.pages.MarkupHTML
- All Implemented Interfaces:
MarkupSyntax
- Version:
- $Id: MarkupHTML.java,v 1.7 2009/08/19 22:11:15 benoitx Exp $
- Author:
- Richard Cyganiak (richard@cyganiak.de)
-
Method Summary
Modifier and TypeMethodDescriptionExtension for report pages, e.g.static MarkupSyntax
startSection1
(String title) startSection2
(String title) startSection2
(String title, String id) toString()
Methods inherited from class net.sf.statcvs.pages.AbstractMarkup
addTwitterScript
-
Method Details
-
getInstance
-
getExtension
Description copied from interface:MarkupSyntax
Extension for report pages, e.g. html- Specified by:
getExtension
in interfaceMarkupSyntax
-
getHeader
- Specified by:
getHeader
in interfaceMarkupSyntax
-
getEndOfPage
- Specified by:
getEndOfPage
in interfaceMarkupSyntax
-
startSection1
- Specified by:
startSection1
in interfaceMarkupSyntax
-
endSection1
- Specified by:
endSection1
in interfaceMarkupSyntax
-
startSection2
- Specified by:
startSection2
in interfaceMarkupSyntax
-
startSection2
- Specified by:
startSection2
in interfaceMarkupSyntax
-
endSection2
- Specified by:
endSection2
in interfaceMarkupSyntax
-
getTableFormat
- Specified by:
getTableFormat
in interfaceMarkupSyntax
-
toString
-