setBypassTagProcessing(String resumeOnTag) Indicates that all subsequent tag processing
should be bypassed until the HTML end tag specified
by resumeOnTag is encountered.
Returns a new Element build using the contained output Document. Required
by tag processors.
Parameters: name - The tag name for the element. The required Element.
public void setBypassTagProcessing(String resumeOnTag)(Code)
Indicates that all subsequent tag processing
should be bypassed until the HTML end tag specified
by resumeOnTag is encountered. This is typically
the endTag for the tag processor that invokes
this method.
setCurrentOutputTag
public void setCurrentOutputTag(Element nextOutputTag)(Code)
Sets the current output element.
Note that this must be called *only* if a corresponding
HTML end tag will cause a rollback to occur i.e., if an output
tag is being created independent of the HTML tag stream,
it must not be set using this method.
setOutputContainerTag
public void setOutputContainerTag(Element tag)(Code)
Switches the output container tag context to the specified element.
Parameters: tag -