String[] stanzas = session.getDataList(iNode, STANZAS);
Element eItem = new Element(ITEM,
new String[] {ORDER, ACTION},
new String[] {item, action});
if (type != null) {
eItem.addAttribute(TYPE, type);
} // end of if (type != null)
if (value != null) {
eItem.addAttribute(VALUE, value);
} // end of if (value != null)
if (stanzas != null) {