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 "Michael Glavassevich (JIRA)" <xe...@xml.apache.org> on 2007/01/22 01:27:30 UTC

[jira] Created: (XERCESJ-1223) Deferred DOM: TypeInfo incorrect when an element's type is a union.

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
            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@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


[jira] Resolved: (XERCESJ-1223) Deferred DOM: TypeInfo incorrect when an element's type is a union.

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ 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@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


[jira] Assigned: (XERCESJ-1223) Deferred DOM: TypeInfo incorrect when an element's type is a union.

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESJ-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Glavassevich reassigned XERCESJ-1223:
---------------------------------------------

    Assignee: Michael Glavassevich

> 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@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


[jira] Updated: (XERCESJ-1223) Deferred DOM: TypeInfo incorrect when an element's type is a union.

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ 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.


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