abstract class Content
extends java.lang.Object
Constructor and Description |
---|
Content() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
accept(ContentVisitor visitor)
Accepts a visitor.
|
(package private) abstract boolean |
concludesPendingStartTag()
Returns true if this
Content can guarantee that
no more new namespace decls is necessary for the currently
pending start tag. |
(package private) Content |
getNext()
Returns null if the next token has not decided yet.
|
(package private) boolean |
isReadyToCommit()
Returns true if this content is ready to be committed.
|
(package private) void |
setNext(Document doc,
Content next) |
void |
written()
Called when this content is written to the output.
|
private Content next
final Content getNext()
boolean isReadyToCommit()
abstract boolean concludesPendingStartTag()
Content
can guarantee that
no more new namespace decls is necessary for the currently
pending start tag.abstract void accept(ContentVisitor visitor)
public void written()