Changeset 177:f64108d735b4
- Timestamp:
- 09/24/08 13:39:16 (5 years ago)
- Branch:
- default
- convert_revision:
- svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@178
- Files:
-
- 1 modified
-
org/w3c/unicorn/response/parser/DefaultParser.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
org/w3c/unicorn/response/parser/DefaultParser.java
r176 r177 303 303 304 304 if (cursor.isStart()) { 305 System.out.println("start");306 305 count++; 307 306 XmlObject current = cursor.getObject();
