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 java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attribute
public XMLBuilder.XMLElement attribute(org.w3c.dom.Attr attribute)
attributes
public XMLBuilder.XMLElement attributes(org.w3c.dom.Attr... attributes)
childs
public XMLBuilder.XMLElement childs(XMLBuilder.XMLElement... elems)
childs
public XMLBuilder.XMLElement childs(org.w3c.dom.Element... elems)
add
public XMLBuilder.XMLElement add(XMLBuilder.XMLElement elem)
add
public XMLBuilder.XMLElement add(org.w3c.dom.Element elem)
add
public XMLBuilder.XMLElement add(org.w3c.dom.Text text)
text
public XMLBuilder.XMLElement text(org.w3c.dom.Text text)
add
public XMLBuilder.XMLElement add(org.w3c.dom.Comment comment)
comment
public XMLBuilder.XMLElement comment(org.w3c.dom.Comment comment)
toW3C
public org.w3c.dom.Element toW3C()
Copyright © 2004-2009 52north.org. All Rights Reserved.