public static final class XmlElement.Builder extends Object
XmlElement.| Modifier and Type | Method and Description | 
|---|---|
| XmlElement.Builder | addChildElement(XmlElement childElement) | 
| XmlElement.Builder | attributes(Map<String,String> attributes) | 
| XmlElement | build() | 
| XmlElement.Builder | elementName(String elementName) | 
| XmlElement.Builder | textContent(String textContent) | 
public XmlElement.Builder elementName(String elementName)
public XmlElement.Builder addChildElement(XmlElement childElement)
public XmlElement.Builder textContent(String textContent)
public XmlElement.Builder attributes(Map<String,String> attributes)
public XmlElement build()
Copyright © 2021. All rights reserved.