Node value = createLiteral(node);
avp.put(attribute, value);
}
private void createAttributeValuePair(NodeType type, Node anyNode, String variableName) {
AttributeName attributeName = new VariableName(variableName);
Attribute att = new AttributeImpl(attributeName, type);
avp.put(att, anyNode);
}