* if there is an error while making the StAX reader.
*/
public javax.xml.stream.XMLStreamReader getReader() throws javax.xml.stream.XMLStreamException {
//input factory for "Badgerfish"
BadgerFishXMLInputFactory inputFactory = new BadgerFishXMLInputFactory();
return inputFactory.createXMLStreamReader(
new JSONTokener("{" + localName + ":" + this.getJSONString()));
}