Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Ketan Dave   on Oct 03 In Java Category.

  
Question Answered By: Luki Fischer   on Oct 03

Turn the String into a byte array and then into an input  stream, which
parse does that:

builder.parse(new ByteArrayInputStream(text.getBytes()));

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on How can I parse an XML from String? Or get search suggestion and latest updates.


Tagged: