add "getReaderProperty" method to get feature/property of underlying 
XMLStreamReader implementation
---------------------------------------------------------------------------------------------------

                 Key: WSCOMMONS-155
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-155
             Project: WS-Commons
          Issue Type: Wish
          Components: AXIOM
         Environment: windowsXP
            Reporter: Takahide Nogayama
            Priority: Critical


XMLStreamReader has method "Object getProperty(String name)". It returns 
feature/property of underlying XMLStreamReader implementation.

But once StAXBuilder wraps XMLStreamReader, there is no way to get 
feature/property. (If we use StAXBuilder.getParser(), then we can get parser 
instnace and get feature/property. But StAXBuilder.parseraccessed has been 
changed and we can not continue building any more.)

This method enables us to get feature/property without changing 
"parseraccessed".

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to