Uses of Class
org.springframework.roo.support.util.XmlElementBuilder

Packages that use XmlElementBuilder
org.springframework.roo.support.util   
 

Uses of XmlElementBuilder in org.springframework.roo.support.util
 

Methods in org.springframework.roo.support.util that return XmlElementBuilder
 XmlElementBuilder XmlElementBuilder.addAttribute(String qName, String value)
          Add an attribute to the current element.
 XmlElementBuilder XmlElementBuilder.addChild(Node node)
          Add a child node to the current element.
 XmlElementBuilder XmlElementBuilder.setText(String text)
          Add text contents to the current element.
 



Copyright © 2009-2010 VMware, Inc. All Rights Reserved.