public static IndicatorAttribute fromString(String text) {
   return fromNode(Node.fromString(text));
 }
Exemplo n.º 2
0
 public static Sequence fromString(String text) {
   return fromNode(Node.fromString(text));
 }