public class XmlElement extends XmlPart
| Constructor and Description |
|---|
XmlElement(String n,
int l) |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(XmlElement xe) |
void |
addText(XmlText xt) |
void |
attributes(String attributeInfo) |
String |
body() |
boolean |
isEmpty() |
String |
name() |
void |
setEmpty() |
int |
subElementCount() |
String |
toString() |
String |
toString(String indent) |
public XmlElement(String n, int l)
public int subElementCount()
public String name()
public void addText(XmlText xt)
public String body()
public void setEmpty()
public boolean isEmpty()
public void attributes(String attributeInfo)
public void addElement(XmlElement xe)
Copyright © 2023. All rights reserved.