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 MarkupSyntaxstartSection1(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:MarkupSyntaxExtension for report pages, e.g. html- Specified by:
getExtensionin interfaceMarkupSyntax
-
getHeader
- Specified by:
getHeaderin interfaceMarkupSyntax
-
getEndOfPage
- Specified by:
getEndOfPagein interfaceMarkupSyntax
-
startSection1
- Specified by:
startSection1in interfaceMarkupSyntax
-
endSection1
- Specified by:
endSection1in interfaceMarkupSyntax
-
startSection2
- Specified by:
startSection2in interfaceMarkupSyntax
-
startSection2
- Specified by:
startSection2in interfaceMarkupSyntax
-
endSection2
- Specified by:
endSection2in interfaceMarkupSyntax
-
getTableFormat
- Specified by:
getTableFormatin interfaceMarkupSyntax
-
toString
-