org.n52.security.common.xml
Class XMLBuilder.XMLElement

java.lang.Object
  extended by org.n52.security.common.xml.XMLBuilder.XMLElement
Enclosing class:
XMLBuilder

public static class XMLBuilder.XMLElement
extends java.lang.Object


Method Summary
 XMLBuilder.XMLElement add(org.w3c.dom.Comment comment)
           
 XMLBuilder.XMLElement add(org.w3c.dom.Element elem)
           
 XMLBuilder.XMLElement add(org.w3c.dom.Text text)
           
 XMLBuilder.XMLElement add(XMLBuilder.XMLElement elem)
           
 XMLBuilder.XMLElement attribute(org.w3c.dom.Attr attribute)
           
 XMLBuilder.XMLElement attributes(org.w3c.dom.Attr... attributes)
           
 XMLBuilder.XMLElement childs(org.w3c.dom.Element... elems)
           
 XMLBuilder.XMLElement childs(XMLBuilder.XMLElement... elems)
           
 XMLBuilder.XMLElement comment(org.w3c.dom.Comment comment)
           
 XMLBuilder.XMLElement text(org.w3c.dom.Text text)
           
 org.w3c.dom.Element toW3C()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.