Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.opensymphony.module.sitemesh.parser.rules.* (9)

com.opensymphony.module.sitemesh.parser: Javadoc index of package com.opensymphony.module.sitemesh.parser.


Package Samples:

com.opensymphony.module.sitemesh.parser.rules

Classes:

AbstractPage: Abstract implementation of com.opensymphony.module.sitemesh.Page . Contains base methods for storing and accessing page properties. Also stores pageData 55 as byte[] and implements write???() methods. Concrete implementations need only set the pageData 55 and call addProperty(java.lang.String,java.lang.String) 55 to add all the required information.
AbstractHTMLPage: Abstract implementation of com.opensymphony.module.sitemesh.HTMLPage . Adds to AbstractPage some HTML methods. To implement, follow guidelines of super-class, and implement the 2 abstract methods states below.
HTMLPageParser: WARNING - This is experimental - use at own risk! Builds an HTMLPage object from an HTML document. This behaves similarly to the FastPageParser, however it's a complete rewrite that is simpler to add custom features to such as extraction and transformation of elements.
MSOfficeDocumentPropertiesRule: Extracts the extra properties saved in HTML from MS Office applications (Word and Excel), such as Author, Company, Version, etc.
TokenizedHTMLPage: HTMLPage implementation that builds itself based on the incoming 'tag' and 'text' tokens fed to it from the HTMLTagTokenizer.
FastPageParser: Very fast PageParser implementation for parsing HTML. Produces FastPage.
HTMLPageParserTest: Test case for HTMLPageParser implementations. See parser-tests/readme.txt.
FastPage: HTMLPage implementation produced by FastPageParser.
PageRequest
BodyTagRule
ContentBlockExtractingRule
FramesetRule
HeadExtractingRule
HtmlAttributesRule
MetaTagRule
ParameterExtractingRule
TitleExtractingRule

Home | Contact Us | Privacy Policy | Terms of Service