You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/11/13 20:16:32 UTC

DO NOT REPLY [Bug 9325] - Please add accessors to sax2 parser and xml scanner classes

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9325>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9325

Please add accessors to sax2 parser and xml scanner classes

tng@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From tng@ca.ibm.com  2002-11-13 19:16 -------
The XMLScanner was designed as an internal class, where its API may be
changed quite OFTEN.   So it is not recommended to use it directly.   May be
there are some other interfaces that you can call to retrieve the same
information.   For example the parser has getRootGrammar(),
getGrammar(XMLCh* namespace), getURIText(unsigned int uriId) ... etc. which
I believe will definitely help and shouldn't need the access to the scanner nor 
the GrammarResolver.

Tinny

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