All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface vnet.markup.MarkupObject

public interface MarkupObject
A MarkupObject is an object that may be a markup document or an object that can be added to a markup document.

Note: vnet.markup classes are not thread safe. Locking must be performed by the application.


Method Index

 o toString(MarkupReader, int)
Produces a string representation of the node.

Methods

 o toString
 public abstract boolean toString(MarkupReader reader,
                                  int depth)
Produces a string representation of the node. Used by instances of MarkupReader.

Parameters:
reader - MarkupReader calling this method
depth - this method's execution stack depth
Returns:
True if the method has more to process but met the minimum buffer length, else false.

All Packages  Class Hierarchy  This Package  Previous  Next  Index