|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindprod.entities.DeEntifyStrings
com.mindprod.entities.DeEntify
public final class DeEntify
converts HTML entities back to UTF-8 characters.
DeEntify
,
DeEntifyStrings
,
Entify
,
EntifyStrings
,
Flatten
Field Summary | |
---|---|
static java.lang.String |
EMBEDDED_COPYRIGHT
undisplayed copyright notice. |
static java.lang.String |
VERSION_STRING
embedded version string. |
Fields inherited from class com.mindprod.entities.DeEntifyStrings |
---|
LONGEST_ENTITY, SHORTEST_ENTITY, UNICODE_NBSP_160_0x0a |
Method Summary | |
---|---|
static void |
deEntifyFile(java.io.File fileBeingProcessed,
int detail)
fix entities in one file. |
static void |
main(java.lang.String[] args)
converts awkward characters to HTML entities.. |
Methods inherited from class com.mindprod.entities.DeEntifyStrings |
---|
bareHTMLEntityToChar, deEntifyHTML, deEntifyXML, flattenHTML, flattenXML, possBareHTMLEntityWithSemicolonToChar, possEntityToChar, stripHTMLTags, stripXMLTags |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String EMBEDDED_COPYRIGHT
public static final java.lang.String VERSION_STRING
Method Detail |
---|
public static void deEntifyFile(java.io.File fileBeingProcessed, int detail) throws java.io.IOException
fileBeingProcessed
- the file currently being processed.detail
- 0=out output at all, 1=just files changed, 2=all files.
java.io.IOException
- if problem reading/writing file.public static void main(java.lang.String[] args)
args
- names of files to process, dirs, files, -s, *.*, no wildcards.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |