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, writtenpublic Comment(Document document, NamespaceResolver nsResolver, java.lang.Object obj)
boolean concludesPendingStartTag()
ContentContent can guarantee that
no more new namespace decls is necessary for the currently
pending start tag.concludesPendingStartTag in class Contentvoid accept(ContentVisitor visitor)
Content