It is necessary to invoke this method before reusing the Namespace support object for a new session.
666667668669670671672673674675676
if( ( child.getNodeType() == Node.COMMENT_NODE ) || ( child.getNodeType() == Node.PROCESSING_INSTRUCTION_NODE ) ) { break; } } nsSupport.reset(); } } catch( final IOException e ) { e.printStackTrace(); }