Menu

#5 Error ArrayIndexOutOfBoundsException in empty node

open
Xparse-J (2)
5
2005-02-22
2005-02-22
Anonymous
No

Error:
java.lang.ArrayIndexOutOfBoundsException: 0 >= 0

Tested with

Node doc = new Xparse().parse("<a></a>");
Node a = doc.find("a", new int[]{1});
System.out.println("a.getCharacters() = " +
a.getCharacters());

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.