|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.visitor.VisitorAdapter
wt.visitor.TextOutputVisitor
wt.part.BOMHierarchyVisitor
wt.part.HtmlPreformattedHierarchyVisitor
public class HtmlPreformattedHierarchyVisitor
This class is used to generate pre-formatted HTML. The preNavigateWrite()
and postNavigateWrite() methods are used to output the appropriate HTML
"PRE" tags. The level in the hierarchy is indicated by using indentation
(spaces).
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
void |
postNavigateWrite()
This method should be called after navigating the structure. |
protected void |
postVisitWrite(int a_level)
This method is called from the visit() method after the node text is written. |
void |
preNavigateWrite()
This method should be called prior to navigating the structure. |
protected void |
preVisitWrite(int a_level)
This method is called from the visit() method before the node text is written. |
| Methods inherited from class wt.part.BOMHierarchyVisitor |
|---|
getMessageKey, midVisitParams, visit |
| Methods inherited from class wt.visitor.TextOutputVisitor |
|---|
getPrintWriter, getResourceBundle, printLocalizedMessage, printLocalizedMessage, printLocalizedMessage, setPrintWriter, setPrintWriter, setResourceBundle |
| Methods inherited from class wt.visitor.VisitorAdapter |
|---|
visitLevel, visitLevel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void preNavigateWrite()
preNavigateWrite in class BOMHierarchyVisitorpublic void postNavigateWrite()
postNavigateWrite in class BOMHierarchyVisitorprotected void preVisitWrite(int a_level)
preVisitWrite in class BOMHierarchyVisitora_level - protected void postVisitWrite(int a_level)
postVisitWrite in class BOMHierarchyVisitora_level -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||