wt.part
Class HtmlNumberedHierarchyVisitor
java.lang.Object
wt.visitor.VisitorAdapter
wt.visitor.TextOutputVisitor
wt.part.BOMHierarchyVisitor
wt.part.HtmlPreformattedHierarchyVisitor
wt.part.HtmlNumberedHierarchyVisitor
- All Implemented Interfaces:
- Serializable, Visitor
- public class HtmlNumberedHierarchyVisitor
- extends HtmlPreformattedHierarchyVisitor
- implements Serializable
This class uses a preformatted output and indicates the hierrarchy level
by displaying the level number. The item identity is also indented with
the period (".") character.
Supported API: true
Extendable: true
- See Also:
- Serialized Form
Method Summary |
protected void |
preVisitWrite(int a_level)
This method is called from the visit() method before the node text
is written. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
HtmlNumberedHierarchyVisitor
public HtmlNumberedHierarchyVisitor()
preVisitWrite
protected void preVisitWrite(int a_level)
- This method is called from the visit() method before the node text
is written.
Supported API: true
- Overrides:
preVisitWrite
in class HtmlPreformattedHierarchyVisitor
- Parameters:
a_level
-