Class ElementFilter

  • All Implemented Interfaces:
    NodeFilter

    public final class ElementFilter
    extends java.lang.Object
    implements NodeFilter
    • Constructor Summary

      Constructors 
      Constructor Description
      ElementFilter​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(org.w3c.dom.Node node)  
      • Methods inherited from class java.lang.Object

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

      • ElementFilter

        public ElementFilter​(java.lang.String name)
        Parameters:
        name -
    • Method Detail

      • accept

        public final boolean accept​(org.w3c.dom.Node node)
        Specified by:
        accept in interface NodeFilter