net.sourceforge.ajaxtags.xml
Interface AjaxXmlBuilder.PropertyReader

All Known Implementing Classes:
Car
Enclosing class:
AjaxXmlBuilder

public static interface AjaxXmlBuilder.PropertyReader

Interface for objects with name/value/cData properties.


Method Summary
 String getName()
           
 String getValue()
           
 boolean isCData()
           
 

Method Detail

getName

String getName()
Returns:
the name of the item

getValue

String getValue()
Returns:
the value of the item

isCData

boolean isCData()
Returns:
true if item should be added as CData


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