Class MarkupXDoc
java.lang.Object
net.sf.statcvs.pages.AbstractMarkup
net.sf.statcvs.pages.MarkupXDoc
- All Implemented Interfaces:
MarkupSyntax
- Version:
- $Id: MarkupXDoc.java,v 1.9 2009/08/05 17:22:52 benoitx Exp $
- Author:
- Benoit Xhenseval, 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 AbstractMarkup
addTwitterScript
-
Method Details
-
getInstance
-
getEndOfPage
- Specified by:
getEndOfPagein interfaceMarkupSyntax
-
getExtension
Description copied from interface:MarkupSyntaxExtension for report pages, e.g. html- Specified by:
getExtensionin interfaceMarkupSyntax
-
getHeader
-
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
-