You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/01/10 05:16:05 UTC

cvs commit: xml-xerces/java/samples/dom/traversal NameNodeFilter.java

mrglavas    2005/01/09 20:16:05

  Modified:    java/samples/dom/traversal NameNodeFilter.java
  Log:
  Clean-up unused imports.
  
  Revision  Changes    Path
  1.5       +1 -2      xml-xerces/java/samples/dom/traversal/NameNodeFilter.java
  
  Index: NameNodeFilter.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/dom/traversal/NameNodeFilter.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NameNodeFilter.java	24 Feb 2004 23:41:06 -0000	1.4
  +++ NameNodeFilter.java	10 Jan 2005 04:16:05 -0000	1.5
  @@ -16,9 +16,8 @@
   package dom.traversal;
   
   
  -import org.w3c.dom.traversal.*;
   import org.w3c.dom.Node;
  -import org.w3c.dom.Element;
  +import org.w3c.dom.traversal.NodeFilter;
   
    /** An example filter which enables the client to set a <b>name</b> value 
     *  accept those node names which <b>match</b> (or explicitly <b>not match</b>) 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org