Added new method to class Element: insertInto(Element element)
This commit is contained in:
parent
67e7035219
commit
cff2d808b0
@ -217,4 +217,8 @@ public class Element implements XmlTypeI, Buildable {
|
||||
public Elements getElements() {
|
||||
return elements;
|
||||
}
|
||||
|
||||
public void insertInto(Element element) {
|
||||
element.add(this);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user