You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "hua lei (JIRA)" <xe...@xml.apache.org> on 2006/06/28 04:29:30 UTC

[jira] Updated: (XERCESJ-1170) Initial contribution for the DOM XMLStreamReader

     [ http://issues.apache.org/jira/browse/XERCESJ-1170?page=all ]

hua lei updated XERCESJ-1170:
-----------------------------

    Attachment: DOMStreamReader_6.28.zip

This is an improved version of DOMStreamReader, many bugs are fixed. And it is tested by Crimson, and the testing result is compared with StAXI implementation of CodeHaus The following work includes:

1) Entity Referrence
2) getLocation() method. 
3) getAttributeType() method for DOM level 2
4) XML declration features. I planned to parse the XML declration features from input bytestream. However, the input parameter of DOMStreamreader is DOMSource, it seemed that I can't get bytestream from DOMSource. Would you give me some tips?  
   

> Initial contribution for the DOM XMLStreamReader
> ------------------------------------------------
>
>          Key: XERCESJ-1170
>          URL: http://issues.apache.org/jira/browse/XERCESJ-1170
>      Project: Xerces2-J
>         Type: New Feature

>   Components: StAX
>     Versions: 2.8.0
>  Environment: Windows XP Pro, sp2; Eclipse 3.1
>     Reporter: hua lei
>  Attachments: DOMStreamReader_6.28.zip
>
>         StAX feature is one project of google's summer of code. "By  the Using an  XMLInputFactory an  XMLStreamReader can be constructed from a  SAXSource or  DOMSource. The goal here is to provide support for both of these sources, making it possible for applications to process the results of a SAX pipeline in a pull fashion and to incrementally walk a DOM tree through the  XMLStreamReader interface."  
>         This issue is the initial contribution for DOMStreamReader. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
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