Class DomUtil.ElementByNameListFilter

    • Constructor Summary

      Constructors 
      Constructor Description
      ElementByNameListFilter​(java.lang.String localName, java.lang.String namespaceUri)  
    • Method Summary

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

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

      • ElementByNameListFilter

        public ElementByNameListFilter​(java.lang.String localName,
                                       java.lang.String namespaceUri)
        Parameters:
        localName - the local name to filter for
        namespaceUri - the namespaceUri to filter for