/[classpath]/classpath/gnu/xml/xpath/Selector.java
ViewVC logotype

Diff of /classpath/gnu/xml/xpath/Selector.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mark, Thu Dec 23 22:38:44 2004 UTC revision 1.2 by gnu_andrew, Sat Feb 12 14:26:02 2005 UTC
# Line 39  package gnu.xml.xpath; Line 39  package gnu.xml.xpath;
39    
40  import java.util.ArrayList;  import java.util.ArrayList;
41  import java.util.Collection;  import java.util.Collection;
 import java.util.Collections;  
42  import java.util.Iterator;  import java.util.Iterator;
43  import java.util.LinkedHashSet;  import java.util.LinkedHashSet;
44  import java.util.List;  import java.util.List;
# Line 48  import javax.xml.XMLConstants; Line 47  import javax.xml.XMLConstants;
47  import org.w3c.dom.Attr;  import org.w3c.dom.Attr;
48  import org.w3c.dom.NamedNodeMap;  import org.w3c.dom.NamedNodeMap;
49  import org.w3c.dom.Node;  import org.w3c.dom.Node;
 import org.w3c.dom.NodeList;  
50    
51  /**  /**
52   * A single component of a location path.   * A single component of a location path.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26