Class NodeFilters


  • public final class NodeFilters
    extends java.lang.Object
    Common NodeFilter implementations.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Predicate<org.w3c.dom.Node> AcceptAll
      Accepts all nodes.
      static Predicate<org.w3c.dom.Node> Default
      Suppresses document-type and XML declaration nodes.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NodeFilters()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • AcceptAll

        public static final Predicate<org.w3c.dom.Node> AcceptAll
        Accepts all nodes.
        Since:
        XMLUnit 2.6.0
    • Constructor Detail

      • NodeFilters

        private NodeFilters()