DOMPSVITypeInfo interface represent the PSVI info used by DOMElement or DOMAttr nodes, specified in the schemas associated with the document.
More...
#include <DOMPSVITypeInfo.hpp>
DOMPSVITypeInfo interface represent the PSVI info used by DOMElement or DOMAttr nodes, specified in the schemas associated with the document.
| xercesc::DOMPSVITypeInfo::DOMPSVITypeInfo | ( | ) | [inline, protected] |
| virtual xercesc::DOMPSVITypeInfo::~DOMPSVITypeInfo | ( | ) | [inline, virtual] |
Destructor.
| virtual int xercesc::DOMPSVITypeInfo::getNumericProperty | ( | PSVIProperty | prop | ) | const [pure virtual] |
Returns the numeric value of the specified PSVI property associated to a DOMElement or DOMAttr, or null if not available.
"Experimental - subject to change"
DOMElement or DOMAttr, or null if not available. | virtual const XMLCh* xercesc::DOMPSVITypeInfo::getStringProperty | ( | PSVIProperty | prop | ) | const [pure virtual] |
Returns the string value of the specified PSVI property associated to a DOMElement or DOMAttr, or null if not available.
"Experimental - subject to change"
DOMElement or DOMAttr, or null if not available.
1.4.7