xmlBlaster 2.2.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 addAttribute(java.lang.String key, java.lang.String value, boolean replacePlaceHolder)
           
 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)
Parameters:
key -
value - ${xy} are replaced since xmlBlaster v2.2

addAttribute

void addAttribute(java.lang.String key,
                  java.lang.String value,
                  boolean replacePlaceHolder)
Parameters:
key -
value -
replacePlaceHolder - if true ${xy} are replaced

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.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.