org.n52.security.common.xml
Class XMLBuilder.XMLElement
java.lang.Object
org.n52.security.common.xml.XMLBuilder.XMLElement
- Enclosing class:
- XMLBuilder
public static class XMLBuilder.XMLElement
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attribute
public XMLBuilder.XMLElement attribute(Attr attribute)
attributes
public XMLBuilder.XMLElement attributes(Attr... attributes)
childs
public XMLBuilder.XMLElement childs(XMLBuilder.XMLElement... elems)
childs
public XMLBuilder.XMLElement childs(Element... elems)
children
public XMLBuilder.XMLElement children(XMLBuilder.XMLElement... elems)
children
public XMLBuilder.XMLElement children(Element... elems)
add
public XMLBuilder.XMLElement add(XMLBuilder.XMLElement elem)
add
public XMLBuilder.XMLElement add(Element elem)
add
public XMLBuilder.XMLElement add(Text text)
text
public XMLBuilder.XMLElement text(Text text)
add
public XMLBuilder.XMLElement add(Comment comment)
comment
public XMLBuilder.XMLElement comment(Comment comment)
toW3C
public Element toW3C()
Copyright © 2004–2013 52north.org. All rights reserved.