|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgnu.kawa.util.FixupHtmlToc
public class FixupHtmlToc
A utility class for updating web pages. This is used for the Kawa/Qexo web pages. It assumes an input html file which looks like:
... copied as is ... <!--start-generated-navbar--> ... ignored ... <!--start-children-toc--> <ul [parent="parent-link.html"]> <li><a href="...">...</a></li> </ul> <!--end-children-toc--> ... ignored ... <!--end-generated-navbar--> ... copied as is ...The file is updated to have the same format, but merging in navigation bar links from the
"parent-link.html".
| Constructor Summary | |
|---|---|
FixupHtmlToc()
|
|
| Method Summary | |
|---|---|
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 FixupHtmlToc()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||