|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.columbia.cs.ref.tool.preprocessor.impl.HTMLContentKeeper
public class HTMLContentKeeper
This class is an implementation of the Preprocessor interface. This Preprocessor is able to extract the content of HTML files.
Constructor Summary | |
---|---|
HTMLContentKeeper()
|
Method Summary | |
---|---|
java.lang.String |
process(java.lang.String content)
This method is responsible for processing the content of a document and returns a transformed String that corresponds to a transformed version of the input content. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTMLContentKeeper()
Method Detail |
---|
public java.lang.String process(java.lang.String content)
process
in interface Preprocessor
content
- the content of document represented as a String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |