You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2006/07/16 06:20:03 UTC

svn commit: r422367 - /xerces/java/branches/stax-dev/src/org/apache/xerces/stax/

Author: mrglavas
Date: Sat Jul 15 21:20:00 2006
New Revision: 422367

URL: http://svn.apache.org/viewvc?rev=422367&view=rev
Log:
JIRA Issue #1170
http://issues.apache.org/jira/browse/XERCESJ-1170

Initial contribution of the DOM XMLStreamReader from Hua Lei with a few minor modifications:

- Renamed DOMXMLStreamReader to DOMXMLStreamReaderImpl
- Moved getStAXType() method from DOMUtility into DOMXMLStreamReaderImpl
- Use getNodeType() instead of instanceof on DOM nodes. Some DOM implementations have 
  classes which implement some or all of the DOM interfaces. The only reliable way
  to determine the node type is to check the value returned from getNodeType().
- Eliminated a static field in DOMNamespaceContext which wasn't being used
- Cleaned up source indentation so that it uses spaces instead of tabs

Added:
    xerces/java/branches/stax-dev/src/org/apache/xerces/stax/


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org