Project

General

Profile

« Previous | Next » 

Revision 136

rearranged API for incrementing the node index within the parent node

View differences:

DBSAXHandler.java
62 62
      System.out.println("start Document");
63 63
    }
64 64
    // Create the document node represantation as root
65
    //DBSAXElement documentNode = new DBSAXElement(conn, docname, 0, 0);
66 65
    DBSAXElement documentNode = new DBSAXElement(conn, docname);
67 66
    // Add the element to the stack, so that any text data can be 
68 67
    // added as it is encountered
......
116 115
      String nsName;
117 116
      String expName;
118 117
      DBSAXElement parentElement = null;
119
      DBSAXElement currentElement;
118
      DBSAXElement currentElement = null;
120 119

  
121 120
      qName = name.getQualifiedName();
122 121
      localName = name.getLocalName();

Also available in: Unified diff