| HTMLPage-class {annotate} | R Documentation |
Class HTMLPage and FramedHTMLPage are a pair
of experimental classes used to explore concepts of representing HTML
pages using S4 objects.
fileName:"character" The
filename of the HTML pagepageText:"character" The text
of the HTML pagepageTitle:"character" The
title of the HTML pagetopPage:"HTMLPage" The header
page for a FramedHTMLPagesidePage:"HTMLPage" The side
index page for a FramedHTMLPagemainPage:"HTMLPage" The
primary page for a FramedHTMLPagesignature(object = "HTMLPage"): Describes
information about the pagesignature(object = "HTMLPage"): Gets the
fileName slotsignature(object = "HTMLPage"): Gets the
pageText slotsignature(object = "HTMLPage"): Gets the
pageTitle slotsignature(object = "HTMLPage"): Writes the page
out to the file designated by the fileName slotThese classes are currently experimental.
FramedHTMLPage is modeled after the framing layout of the Bioconductor website (www.bioconductor.org).
Jeff Gentry
##---- Should be DIRECTLY executable !! ----