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 ji...@apache.org on 2004/04/30 23:24:58 UTC

[jira] Resolved: (XERCESJ-951) Cannot get attribute prefix from Schema

Message:

   The following issue has been resolved as WON'T FIX.

   Resolver: Michael Glavassevich
       Date: Fri, 30 Apr 2004 2:24 PM

This is as designed. The interfaces of the XML Schema API [1] are isomorphic to the schema components described in the XML Schema recommendation [2]. While the prefix is a property of element and attribute information items in the XML infoset, it isn't a property of schema components.

[1] http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040309/xml-schema-api.html#Interface-XSAttributeDeclaration
[2] http://www.w3.org/TR/xmlschema-1/#cAttribute_Declarations
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCESJ-951

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCESJ-951
    Summary: Cannot get attribute prefix from Schema
       Type: Bug

     Status: Resolved
   Priority: Critical
 Resolution: WON'T FIX

    Project: Xerces2-J
 Components: 
             XML Schema datatypes
   Versions:
             2.6.2

   Assignee: 
   Reporter: Martin Chillev

    Created: Mon, 26 Apr 2004 8:36 AM
    Updated: Fri, 30 Apr 2004 2:24 PM
Environment: Windows 2000, JRE 1.4_2

Description:
  I want to get an attribute prefix from a Schema declaration. I use the XSAttributeDeclaration class. If I have attribute like xml:lang, with the XSAttributeDeclaration I cannot get the "xml" prefix. I digged in the source code to check out if it is possible, but I haven't found a sign from attribute prefix.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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