|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwxtpages.tocEntry
An instance of tocEntry holds an entry that is prepared for a table of content.
Constructor Summary | |
tocEntry(java.lang.String ref,
java.lang.String text,
int lev,
java.lang.String cls,
java.lang.String theTitle,
java.net.URI imUri,
java.lang.String target)
Creates a new instance of tocEntry |
Method Summary | |
int |
getLevel()
Get the level |
org.w3c.dom.Element |
makeAsDiv(org.w3c.dom.Document doc)
Prepare and return this tocEntry as a div-element |
org.w3c.dom.Element |
makeAsSpan(org.w3c.dom.Document doc)
Prepare and return this tocEntry as a span-element |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public tocEntry(java.lang.String ref, java.lang.String text, int lev, java.lang.String cls, java.lang.String theTitle, java.net.URI imUri, java.lang.String target)
target
- The target frameref
- The referencetext
- The textlev
- The level, to set correct style-class and help sort/splitcls
- The classname, csstheTitle
- The string for the title - attributeimUri
- The directly usable URI for an image that will represent this pageMethod Detail |
public int getLevel()
public org.w3c.dom.Element makeAsDiv(org.w3c.dom.Document doc)
doc
- The Document that will own the Elemen
public org.w3c.dom.Element makeAsSpan(org.w3c.dom.Document doc)
doc
- The Document that will own the Elemen
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |