public static IndicatorAttribute fromString(String text) {
   return fromNode(Node.fromString(text));
 }
Example #2
0
 public static Sequence fromString(String text) {
   return fromNode(Node.fromString(text));
 }