String tag=null; if(node1 instanceof Span ) list1.elementAt(j).setText(tag);
This compiling but not running ITs giving Nullpointer Exception
And also
tc[k].setChildren(list1);
is also not setting values
Log in to post a comment.
String tag=null;
if(node1 instanceof Span )
list1.elementAt(j).setText(tag);
This compiling but not running
ITs giving Nullpointer Exception
And also
tc[k].setChildren(list1);
is also not setting values