Sep 22, 2006 #1 NMDUC Programmer Mar 4, 2006 61 VN Hi, Can you tell me what order SAX parser traverses a tree, please? It might look like post-order but I am not sure. Thank in advance. Duc
Hi, Can you tell me what order SAX parser traverses a tree, please? It might look like post-order but I am not sure. Thank in advance. Duc
Sep 22, 2006 #2 sedj Programmer Aug 6, 2002 5,610 Its on a "line by line" basis - from the top of the file, to the bottom. -------------------------------------------------- Free Java/J2EE Database Connection Pooling Software http://www.primrose.org.uk Upvote 0 Downvote
Its on a "line by line" basis - from the top of the file, to the bottom. -------------------------------------------------- Free Java/J2EE Database Connection Pooling Software http://www.primrose.org.uk