|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.apache.commons.feedparser.locate.EntityDecoder
Given a string of HTML content we decode the entities it contains. NOTE: Currently this is a trivial implementation and we need to go through and make sure all HTML entities are correctly supported.
| Constructor Summary | |
|---|---|
EntityDecoder()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
decode(java.lang.String content)
Decode content. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EntityDecoder()
| Method Detail |
public static java.lang.String decode(java.lang.String content)
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||