Package com.sitemesh.parser

Class Summary
AbstractHTMLPage Abstract implementation of HTMLPage.
AbstractPage Abstract implementation of Page .
AbstractPageParser Abstract implementation of PageParser.
DOMPage Implementation of HTMLPage that populates itself from a parsed DOM document.
DOMPageParser Implementation of PageParser that builds up a HTMLPage using DOM.
UnParsedPage A page that is of unrecognised content-type, or cannot be parsed into a specific type of Page.