final class Comment extends Content
Modifier and Type | Field and Description |
---|---|
private java.lang.StringBuilder |
buffer
The text to be writtten.
|
Constructor and Description |
---|
Comment(Document document,
NamespaceResolver nsResolver,
java.lang.Object obj) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
accept(ContentVisitor visitor)
Accepts a visitor.
|
(package private) boolean |
concludesPendingStartTag()
Returns true if this
Content can guarantee that
no more new namespace decls is necessary for the currently
pending start tag. |
getNext, isReadyToCommit, setNext, written
public Comment(Document document, NamespaceResolver nsResolver, java.lang.Object obj)
boolean concludesPendingStartTag()
Content
Content
can guarantee that
no more new namespace decls is necessary for the currently
pending start tag.concludesPendingStartTag
in class Content
void accept(ContentVisitor visitor)
Content