|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.pow2.resources.PropertyContainerImpl com.pow2.structures.tree.StringBufferNodeVisitor
StringBufferNodeVisitor class.
A NodeVisitor class with a StringBuffer.
Field Summary | |
protected StringBuffer |
buffer
the StringBuffer object where to store the node data collected by visit method. |
protected long |
counter
traverse counter |
Fields inherited from class com.pow2.resources.PropertyContainerImpl |
cat, properties |
Constructor Summary | |
StringBufferNodeVisitor()
|
Method Summary | |
StringBuffer |
getBuffer()
Gets the buffer attribute of the StringBufferNodeVisitor object |
long |
getCounter()
Gets the counter attribute of the MenuNodeVisitor object |
void |
setBuffer(StringBuffer buffer)
Sets the buffer attribute of the StringBufferNodeVisitor object |
void |
setCounter(long counter)
Sets the counter attribute of the MenuNodeVisitor object |
Methods inherited from class com.pow2.resources.PropertyContainerImpl |
addProperty, getObject, getProperty, getPropertyKeys, removeProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.pow2.structures.tree.NodeVisitorInterface |
visit |
Methods inherited from interface com.pow2.resources.PropertyContainer |
addProperty, getObject, getProperty, getPropertyKeys, removeProperty |
Field Detail |
protected StringBuffer buffer
visit
method.
protected long counter
Constructor Detail |
public StringBufferNodeVisitor()
Method Detail |
public StringBuffer getBuffer()
public void setBuffer(StringBuffer buffer)
buffer
- The new buffer valuepublic void setCounter(long counter)
counter
- The new counter valuepublic long getCounter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |