|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Filter
A generic interface for things that can convert a String into OSIS data.
for license details.
The copyright to this program is held by it's authors.
Method Summary | |
---|---|
Object |
clone()
This needs to be declared here so that it is visible as a method on a derived Key. |
List |
toOSIS(Book book,
Key key,
String plain)
Converter from plain (encoded) text to OSIS data |
Method Detail |
---|
List toOSIS(Book book, Key key, String plain) throws FilterException
key
- The key for the textplain
- The encoded text
FilterException
Object clone()
|
Copyright ยจ 2003-2006 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |