Class TextFilter

  • All Implemented Interfaces:
    NodeFilter

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

      Constructors 
      Constructor Description
      TextFilter()  
    • 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

      • TextFilter

        public TextFilter()
    • Method Detail

      • accept

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