java.lang.Object | |||
↳ | com.thoughtworks.xstream.io.xml.AbstractXmlWriter | ||
↳ | com.thoughtworks.xstream.io.xml.AbstractDocumentWriter | ||
↳ | com.thoughtworks.xstream.io.xml.DomWriter |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a node.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Create a node. The provided node name is not yet XML friendly. If getCurrent()
returns null
the node is a top level node.
name | the node name |
---|