Package | Description |
---|---|
com.sun.xml.txw2 |
TXW runtime.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
Cdata
CDATA section.
|
(package private) class |
Comment
Comment.
|
(package private) class |
EndDocument |
(package private) class |
EndTag |
(package private) class |
Pcdata
PCDATA.
|
(package private) class |
StartDocument |
(package private) class |
StartTag
Start tag.
|
(package private) class |
Text
|
Modifier and Type | Field and Description |
---|---|
private Content |
Document.current
Currently active writer.
|
private Content |
Content.next |
private Content |
ContainerElement.tail
When this element can accept more child content, this value
is non-null and holds the last child
Content . |
Modifier and Type | Method and Description |
---|---|
(package private) Content |
Content.getNext()
Returns null if the next token has not decided yet.
|
Modifier and Type | Method and Description |
---|---|
private void |
ContainerElement.addChild(Content child)
Appends this child object to the tail.
|
(package private) void |
Document.setFirstContent(Content c) |
(package private) void |
Content.setNext(Document doc,
Content next) |