public static class XMLBuilder.XMLElement extends Object
Modifier and Type | Method and Description |
---|---|
XMLBuilder.XMLElement |
add(Comment comment) |
XMLBuilder.XMLElement |
add(Element elem) |
XMLBuilder.XMLElement |
add(Text text) |
XMLBuilder.XMLElement |
add(XMLBuilder.XMLElement elem) |
XMLBuilder.XMLElement |
attribute(Attr attribute) |
XMLBuilder.XMLElement |
attributes(Attr... attributes) |
XMLBuilder.XMLElement |
children(Element... elems) |
XMLBuilder.XMLElement |
children(XMLBuilder.XMLElement... elems) |
XMLBuilder.XMLElement |
childs(Element... elems) |
XMLBuilder.XMLElement |
childs(XMLBuilder.XMLElement... elems) |
XMLBuilder.XMLElement |
comment(Comment comment) |
XMLBuilder.XMLElement |
text(Text text) |
Element |
toW3C() |
public XMLBuilder.XMLElement attribute(Attr attribute)
public XMLBuilder.XMLElement attributes(Attr... attributes)
public XMLBuilder.XMLElement childs(XMLBuilder.XMLElement... elems)
public XMLBuilder.XMLElement childs(Element... elems)
public XMLBuilder.XMLElement children(XMLBuilder.XMLElement... elems)
public XMLBuilder.XMLElement children(Element... elems)
public XMLBuilder.XMLElement add(XMLBuilder.XMLElement elem)
public XMLBuilder.XMLElement add(Element elem)
public XMLBuilder.XMLElement add(Text text)
public XMLBuilder.XMLElement text(Text text)
public XMLBuilder.XMLElement add(Comment comment)
public XMLBuilder.XMLElement comment(Comment comment)
public Element toW3C()
Copyright © 2004–2016 52north.org. All rights reserved.