Package | Description |
---|---|
com.sun.xml.txw2 |
TXW runtime.
|
Modifier and Type | Field and Description |
---|---|
private ContainerElement |
ContainerElement.lastOpenChild |
private ContainerElement |
ContainerElement.nextOpen |
private ContainerElement |
StartTag.owner
If this
StartTag has the parent ContainerElement ,
that value. |
private ContainerElement |
ContainerElement.parent |
private ContainerElement |
ContainerElement.prevOpen
Uncommitted
ContainerElement s form a doubly-linked list,
so that the parent can close them recursively. |
Constructor and Description |
---|
ContainerElement(Document document,
ContainerElement parent,
java.lang.String nsUri,
java.lang.String localName) |
StartTag(ContainerElement owner,
java.lang.String uri,
java.lang.String localName) |