Return-Path: X-Original-To: apmail-xerces-j-dev-archive@www.apache.org Delivered-To: apmail-xerces-j-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8CC37898D for ; Sat, 20 Aug 2011 18:35:53 +0000 (UTC) Received: (qmail 57080 invoked by uid 500); 20 Aug 2011 18:35:53 -0000 Delivered-To: apmail-xerces-j-dev-archive@xerces.apache.org Received: (qmail 56947 invoked by uid 500); 20 Aug 2011 18:35:51 -0000 Mailing-List: contact j-dev-help@xerces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: j-dev@xerces.apache.org Delivered-To: mailing list j-dev@xerces.apache.org Received: (qmail 56940 invoked by uid 99); 20 Aug 2011 18:35:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Aug 2011 18:35:50 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Aug 2011 18:35:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 27AEDC662C for ; Sat, 20 Aug 2011 18:35:27 +0000 (UTC) Date: Sat, 20 Aug 2011 18:35:27 +0000 (UTC) From: "Thiwanka Somasiri (JIRA)" To: j-dev@xerces.apache.org Message-ID: <2091776428.55969.1313865327143.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (XERCESJ-1429) [GSoC]: Asynchronous LSParser and parseWithContext MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/XERCESJ-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiwanka Somasiri updated XERCESJ-1429: --------------------------------------- Attachment: CoreDOMImplementationImpl_PATCH.java Added patch for CoreDOMImplementationImpl.java > [GSoC]: Asynchronous LSParser and parseWithContext > -------------------------------------------------- > > Key: XERCESJ-1429 > URL: https://issues.apache.org/jira/browse/XERCESJ-1429 > Project: Xerces2-J > Issue Type: New Feature > Components: DOM (Level 3 Load & Save) > Affects Versions: 2.9.1 > Reporter: Michael Glavassevich > Assignee: Thiwanka Somasiri > Labels: gsoc2011 > Attachments: AsynchronousDOMParserImplPatch.txt, AsynchronousDOMParserImplPatch.txt, CoreDOMImplementationImpl_PATCH.java, CustomEntityResolver.java, CustomEntityResolver.java, CustomEntityResourceResolver.java, DOMParserImpl.parseWithContext.txt, DOMParserImpl.parseWithContext.txt, DOMParserImpl_PATCH.java, ListenerCountPatch.txt, LoadEventImplPatch.txt, ProgressEventImplPatch.txt, parseWithContext.txt > > > The goal of this project is to complete the implementation of the DOM Level 3 LSParser. Though Xerces has a functional LSParser, there are a couple parts of the spec which still need to be implemented. This includes an asynchronous [1] version which returns from the parse method immediately and builds the DOM tree on another thread as well as parseWithContext [2] which allows a document fragment to be parsed and attached to an existing DOM. > Possible Mentors: Michael Glavassevich > [1] http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/load-save.html#LS-LSParser > [2] http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/load-save.html#LS-LSParser-parseWithContext -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org For additional commands, e-mail: j-dev-help@xerces.apache.org