RefEntryTransformer

Name

RefEntryTransformer -- transform RefEntry documents to XHTML

Synopsis

 class RefEntryTransformer {
RefEntryTransformer(String path);
String transform(HashSet refentries, String search);
String transform(RefEntry source, String search);
String transform(String search);
}

Description

RefEntryTransformer transforms zero or more RefEntry sources into XHTML using its transform methods.

Parameters

The RefEntryTransformer constructor takes as its only parameter the URL to the base of the servlet as a String.

Methods

The RefEntryTransformer transform methods take various parameters. When in doubt, include RefEntry objects in a HashSet and pass them to the method that takes a HashSet as a parameter. The search parameter is just the original search as a String as it would appear in the browser. That parameter may be null.