xmlBlaster 2.1.0 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

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

wrapAttributeInCDATA

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

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 2.1.0 client API

Copyright © 1999-2011 The xmlBlaster.org contributers.