Ejemplo n.º 1
0
 public String toString() {
   String matcherAttribute = matcher != null ? matcher.getMatcherSymbol() : "";
   return "[" + attribut.toLowerCase() + matcherAttribute + "=\"" + matcher.getValue() + "\"]";
 }