Package net.sf.statcvs.pages.xml
Class MarkupXML
java.lang.Object
net.sf.statcvs.pages.xml.MarkupXML
- All Implemented Interfaces:
MarkupSyntax
- Version:
- $Id: MarkupXML.java,v 1.3 2008/06/25 20:46:43 benoitx Exp $
- Author:
- Nilendra Weerasinghe (nilendraw@gmail.com)
-
Method Summary
Modifier and TypeMethodDescriptionExtension for report pages, e.g.static MarkupSyntax
startSection1
(String title) startSection2
(String title) startSection2
(String title, String id)
-
Method Details
-
getInstance
-
endSection1
- Specified by:
endSection1
in interfaceMarkupSyntax
-
endSection2
- Specified by:
endSection2
in interfaceMarkupSyntax
-
getEndOfPage
- Specified by:
getEndOfPage
in interfaceMarkupSyntax
-
getExtension
Description copied from interface:MarkupSyntax
Extension for report pages, e.g. html- Specified by:
getExtension
in interfaceMarkupSyntax
-
getHeader
- Specified by:
getHeader
in interfaceMarkupSyntax
-
getTableFormat
- Specified by:
getTableFormat
in interfaceMarkupSyntax
-
startSection1
- Specified by:
startSection1
in interfaceMarkupSyntax
-
startSection2
- Specified by:
startSection2
in interfaceMarkupSyntax
-
startSection2
- Specified by:
startSection2
in interfaceMarkupSyntax
-