public AttributeValue getInstance(String value) throws Exception {
   return Base64BinaryAttribute.getInstance(value);
 }
 public AttributeValue getInstance(Node root) throws Exception {
   return Base64BinaryAttribute.getInstance(root);
 }