/**
* <br/><br/><b>This is an experimental implementation of the HTML5 draft and subject to change</b>
*
*/
public IEventDataSource openEventDataSource(String uriString, boolean isIgnoreCommentMessage, IEventHandler webEventHandler, String... headerlines) throws IOException {
return new EventDataSource(this, uriString, isIgnoreCommentMessage, webEventHandler, headerlines);
}