• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Copying one node to another node

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends
Hi
I have around 100 xml files in which my developer by mistake inserted Some text in wrong node(element).
Now I wanna make java program in which I want to cut that text from that node and want to paste it in another node.
I have wrote some cod efor that but it is giving me exception in
specific code :
Exception is "java.lang.NullPointerException"
Code is :


Please let me where i'm going wrong .
Thanks
Preeti
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Preeti ,
Can you post the exact Exception i.e. print stack of the exception . That will help to solv this problem.
Cheers,
Paddy
 
Preeti Sikri
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The full exception is like this

java.lang.NullPointerException
at parser.grrText.swapNodes(grrText.java:112)
at parser.grrText.checkRpt(grrText.java:91)
at parser.grrText.fileToDom(grrText.java:66)
at parser.grrText.process(grrText.java:57)
at parser.grrText.<init>(grrText.java:40)
at parser.grrText.main(grrText.java:44)
Exception in thread "main"


Please help me.
Any help would be great.
Thanks.
 
I don't get it. A whale wearing overalls? How does that even work? It's like a tiny ad wearing overalls.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic