final class EndTag extends Content
Constructor and Description |
---|
EndTag() |
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
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