xmlBlaster 1.6.2 client API

org.xmlBlaster.util
Interface I_AttributeUser


public interface I_AttributeUser

Author:
michele@laghi.eu

Method Summary
 void addAttribute(java.lang.String key, java.lang.String value)
           
 void unwrapAttributeFromCDATA(java.lang.String attributeKey)
          When the attribute is written to a string in the toXml methods it is wrapped inside a CDATA.
 void wrapAttributeInCDATA(java.lang.String attributeKey)
          When the attribute is written to a string in the toXml methods it is wrapped inside a CDATA in case you pass 'true' here.
 

Method Detail

addAttribute

public void addAttribute(java.lang.String key,
                         java.lang.String value)

wrapAttributeInCDATA

public void wrapAttributeInCDATA(java.lang.String attributeKey)
When the attribute is written to a string in the toXml methods it is wrapped inside a CDATA in case you pass 'true' here.


unwrapAttributeFromCDATA

public void unwrapAttributeFromCDATA(java.lang.String attributeKey)
When the attribute is written to a string in the toXml methods it is wrapped inside a CDATA. This can be undone if you pass 'true' here.


xmlBlaster 1.6.2 client API

Copyright © 1999-2007 The xmlBlaster.org contributers.