Default constructor.
Constructor that inverts the meaning of its argument.paramother the selector to invertsinceAnt 1.7 this(); appendSelector(other);
this(); appendSelector(other);
returna string representation of the selector StringBuffer buf = new StringBuffer(); if (hasSelectors()) { buf.append("{notselect: "); buf.append(super.toString()); buf.append("}"); } return buf.toString();
StringBuffer buf = new StringBuffer(); if (hasSelectors()) { buf.append("{notselect: "); buf.append(super.toString()); buf.append("}"); } return buf.toString();
Makes sure that there is only one entry, sets an error message if not. if (selectorCount() != 1) { setError("One and only one selector is allowed within the " + "<not> tag"); }
if (selectorCount() != 1) { setError("One and only one selector is allowed within the " + "<not> tag"); }