185186187188189190191192193194
} } protected XMLEventParserContext createParserContext(XMLEventReader reader) { this.parserContext = new BasicXMLEventParserContext(reader); this.parserContext.setDefaultNamespaceURI(this.getDefaultNamespaceURI()); return this.parserContext; }