Lines Matching defs:not

18  * 2 along with this work; if not, write to the Free Software Foundation,
92 * Element deepFreeze() // not side-effecting
262 * XMLKit.not(Filter) // inverts sense of Filter
293 // Note: Does not implement List, because it has more
462 * Throw an IllegalArgumentException if any sub-element is not already frozen.
511 /** Return number of elements. (Does not include attributes.) */
516 /** True if no elements. (Does not consider attributes.) */
521 /** True if this element does not allow modification. */
533 /** Remove specified elements. (Does not affect attributes.) */
834 /** Remove all elements not matching the given filter.
939 * not report the full state of the element.
1057 * Every token not merged into a previous CharSequence is added
1315 // Return number of added (not merely changed) attrs.
1354 * not collected. If there is no sink given, the matching
1445 // retainAllInTree(f) == removeAllInTree(not(f))
1487 return removeAllInTree(not(f), sink);
2040 // Found the key in this but not that.
2269 * (The list view does not provide access to the element's
2347 * of the Element. The user must not directly modify this
2425 * (The map view does not provide access to the element's
2632 //assert(hasNulls(len)); <- not yet true, since size != nsize
2684 throw new Error(ee); // should not happen
2695 throw new Error(ee); // should not happen
3006 return not(attrFilter(attrName));
3096 public static Filter not(final Filter f) {
3313 * If the filtered value does not match the receiver class
4007 w.write("null"); // Should not happen....
4186 // Could not represent it as a long.
4312 replaceInTree(and(not(elementFilter()), emptyFilter()),