public class XmlBuilder extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
XmlBuilder.Element |
| Constructor and Description |
|---|
XmlBuilder(String path) |
| Modifier and Type | Method and Description |
|---|---|
XmlBuilder |
append(String path) |
XmlBuilder |
append(String path,
String value) |
XmlBuilder |
append(String path,
XmlBuilder xmlBuilder) |
XmlBuilder |
append(XmlBuilder xmlBuilder) |
String |
toString() |
public XmlBuilder(String path)
public XmlBuilder append(XmlBuilder xmlBuilder)
public XmlBuilder append(String path, XmlBuilder xmlBuilder)
public XmlBuilder append(String path)
public XmlBuilder append(String path, String value)
Copyright © 2012 Harald Pehl. All Rights Reserved.