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