[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xerces-cvs
Subject:    cvs commit: xml-xerces/java/src/org/apache/xerces/dom DeepNodeListImpl.java
From:       arkin () locus ! apache ! org
Date:       2000-04-29 3:21:08
[Download RAW message or body]

arkin       00/04/28 20:21:07

  Modified:    java/src/org/apache/xerces/dom DeepNodeListImpl.java
  Log:
  Changed nextMatchingElementAfter to protected to override in HTML DOM
  
  Revision  Changes    Path
  1.4       +2 -2      xml-xerces/java/src/org/apache/xerces/dom/DeepNodeListImpl.java
  
  Index: DeepNodeListImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeepNodeListImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DeepNodeListImpl.java	2000/04/10 22:08:09	1.3
  +++ DeepNodeListImpl.java	2000/04/29 03:21:06	1.4
  @@ -189,7 +189,7 @@
       } // item(int):Node
   
       //
  -    // Private methods
  +    // Protected methods (might be overridden by an extending DOM)
       //
   
       /** 
  @@ -197,7 +197,7 @@
        * need to resort to recursion. NOTE THAT only Element nodes are matched
        * since we're specifically supporting getElementsByTagName().
        */
  -    private Node nextMatchingElementAfter(Node current) {
  +    protected Node nextMatchingElementAfter(Node current) {
   
   	    Node next;
   	    while (current != null) {
  
  
  

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic