| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.lucene.parser.PreParser
public class PreParser
The Java HTML parser cannot handle self-closing text. This class converts all "/>" strings to ">" to avoid this problem.
| Constructor Summary | |
|---|---|
PreParser()
Creates a new instance of PreParser  | 
|
| Method Summary | |
|---|---|
 java.io.Reader | 
parse(java.io.Reader reader)
Parses HTML from a reader.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PreParser()
| Method Detail | 
|---|
public java.io.Reader parse(java.io.Reader reader)
                     throws java.io.IOException
java.io.IOException
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||