import com.sun.xml.ws.transport.tcp.encoding.WSTCPFastInfosetStreamReaderRecyclable;
public class DefaultDocumentParserFactory implements DocumentParserFactory {
public StAXDocumentParser newInstance() {
return new WSTCPFastInfosetStreamReaderRecyclable();
}