You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by "Ferguson, Neil D" <Ne...@yuma.army.mil> on 2006/09/12 02:07:21 UTC

Any element schema info other than getTypeInfo

Hi, all,
 
I used XercesDOMParser:: setCreateSchemaInfo to include schema metadata in
the DOM tree.  Calling DOMElement::getTypeInfo works ok.  I'd like to get
other metadata, e.g. "default" attribute, as well.  DOMElement::hasAttribute
returns false.  Is there a simple way to do what I need to do?
 
Thanks,
 
Neil