[
https://issues.apache.org/jira/browse/XERCESJ-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Glavassevich updated XERCESJ-1223:
------------------------------------------
Fix Version/s: 2.9.1
> 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
> Assignee: Michael Glavassevich
> Priority: Minor
> Fix For: 2.9.1
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.
|