919293949596979899100101
} } if ((attributes != null) && (attributes.length > 0)) { for (int i = 0; i < attributes.length; i++) { node.addAttribute(new NodeImpl(attributes[i], attValues[i])); } } return node; }