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

Packages that use AjaxXmlBuilder
net.sourceforge.ajaxtags.xml   
 

Uses of AjaxXmlBuilder in net.sourceforge.ajaxtags.xml
 

Methods in net.sourceforge.ajaxtags.xml that return AjaxXmlBuilder
 AjaxXmlBuilder AjaxXmlBuilder.addItem(AjaxXmlBuilder.PropertyReader element)
          Add item to XML.
 AjaxXmlBuilder AjaxXmlBuilder.addItem(String name, String value)
          Add item to XML.
 AjaxXmlBuilder AjaxXmlBuilder.addItem(String name, String value, boolean asCData)
          Add item to XML.
 AjaxXmlBuilder AjaxXmlBuilder.addItemAsCData(String name, String value)
          Add item wrapped with inside a CDATA element.
 AjaxXmlBuilder AjaxXmlBuilder.addItems(Collection<? extends AjaxXmlBuilder.PropertyReader> collection)
          Add collection of items to XML.
<T> AjaxXmlBuilder
AjaxXmlBuilder.addItems(Collection<? extends T> collection, AjaxXmlBuilder.PropertyProvider<T> provider)
          Add collection of items to XML.
 



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