|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sauronsoftware.feed4j.html.HTMLOptimizer
public class HTMLOptimizer
HTML code optimizer. It analyzes a HTML fragment fixing common mistakes and removing those attributes and tags usually useless for a feed reader.
Constructor Summary | |
---|---|
HTMLOptimizer()
|
Method Summary | |
---|---|
static java.lang.String |
optimize(java.lang.String html)
This method analyzes a HTML fragment fixing common mistakes and removing those attributes and tags usually useless for a feed reader. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTMLOptimizer()
Method Detail |
---|
public static java.lang.String optimize(java.lang.String html)
html
- The HTML fragment.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |