Title: Re: how to retrieve psvi information from a parser
Oh, great! thank you!!
 
But in the second choice, there is no way to directly get an object of PSVIElement(PSVIAttribute) ?
I remember that "XML Schema API" specifies interfaces for accessing PSVI through ItemPSVI, ElementPSVI and AttributePSVI.
 
Lin
 
-------------------------------------------------------------------
In Xerces 2.6 you have two choices:
1) plug in your PSVIHandler object using setPSVIHandler(), and process the
handleElementPSVI/handleAttributesPSVI callbacks
2) call setFeature(XMLUni::fgXercesDOMHasPSVIInfo) on the parser; in the
generated DOM tree you can do


Reply via email to