Resolved: (XERCESJ-1223) Deferred DOM: TypeInfo incorrect when an element 2007-01-21 - By Michael Glavassevich (JIRA)
[ https://issues.apache.org/jira/browse/XERCESJ-1223?page=com.atlassian .jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Glavassevich resolved XERCESJ-1223. -------------------------------------------
Resolution: Fixed
Fixed in SVN.
> Deferred DOM: TypeInfo incorrect when an element's type is a union. > ------------------------------------------------------------------- > > Key: XERCESJ-1223 > URL: https://issues.apache.org/jira/browse/XERCESJ-1223 > Project: Xerces2-J > Issue Type: Bug > Components: DOM (Level 3 Core) > Affects Versions: 2.9.0 > Reporter: Michael Glavassevich > Assigned To: Michael Glavassevich > Priority: Minor > > When the type of an element is a union, the [member type definition] will not be available until the end of the element (the exception being if the element is empty). The DOMParser is currently setting the TypeInfo [1] in startElement . To get the member type it needs to be set in endElement. > [1] http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#TypeInfo
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https:/ /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@(protected) For additional commands, e-mail: j-dev-help@(protected)
|
|