|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwxtpages.indexTable
An object of type indexTable holds a set of indexEntries during build. The indexTable is placed in a second phase of the build process.
Constructor Summary | |
indexTable()
Creates a new instance of indexTable with a deafult name: _main |
|
indexTable(java.lang.String n)
Creates a new instance of indexTable |
Method Summary | |
void |
addEntry(java.lang.String w,
unitPage p,
java.lang.String f)
Add a new entry to this indextable, sorted on entry |
java.lang.String |
getName()
Get the name of this indexTable |
org.w3c.dom.DocumentFragment |
makeTable(int cols,
unitPage p)
Make a complete index table with a number of columns |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public indexTable(java.lang.String n)
n
- The name of this tablepublic indexTable()
Method Detail |
public java.lang.String getName()
public void addEntry(java.lang.String w, unitPage p, java.lang.String f)
w
- The wordp
- The referenced pagef
- The fragmentpublic org.w3c.dom.DocumentFragment makeTable(int cols, unitPage p) throws org.w3c.dom.DOMException
cols
- Number of columnsp
- The page that will hold the table
org.w3c.dom.DOMException
- when something goes wrong
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |