Uses of Class
net.sourceforge.ajaxtags.xml.BaseXmlBuilder

Packages that use BaseXmlBuilder
net.sourceforge.ajaxtags.xml   
 

Uses of BaseXmlBuilder in net.sourceforge.ajaxtags.xml
 

Subclasses of BaseXmlBuilder in net.sourceforge.ajaxtags.xml
 class AjaxTreeXmlBuilder
          Helper class to build valid XML, for the AjaxTreeTag, typically returned in a response to the client.
 class AjaxValueListXmlBuilder
          Helper class to build valid XML for ajax with more than one value.
 class AjaxXmlBuilder
          Helper class to build valid XML typically returned in a response to the client.
 

Methods in net.sourceforge.ajaxtags.xml that return BaseXmlBuilder
 BaseXmlBuilder<V> BaseXmlBuilder.add(V item)
          Add item to list.
 



Copyright © 2005-2010 The Ajaxtags Team. All Rights Reserved.