예제 #1
0
 public AttributeValue getInstance(String value) throws Exception {
   return DateTimeAttribute.getInstance(value);
 }
예제 #2
0
 public AttributeValue getInstance(Node root) throws Exception {
   return DateTimeAttribute.getInstance(root);
 }