DOMTypeInfo
interface represent a type used by DOMElement
or DOMAttr
nodes, specified in the schemas associated with the document.
More...
#include <DOMTypeInfo.hpp>
Public Member Functions | |
Destructor | |
virtual | ~DOMTypeInfo () |
Destructor. | |
virtual const XMLCh * | getName () const =0 |
Returns The name of a type declared for the associated DOMElement or DOMAttr , or null if undeclared. | |
virtual const XMLCh * | getNamespace () const =0 |
The namespace of the type declared for the associated DOMElement or DOMAttr or null if the DOMElement does not have declaration or if no namespace information is available. | |
Protected Member Functions | |
Hidden constructors | |
DOMTypeInfo () |
DOMTypeInfo
interface represent a type used by DOMElement
or DOMAttr
nodes, specified in the schemas associated with the document.
The type is a pair of a namespace URI and name properties, and depends on the document's schema.
xercesc::DOMTypeInfo::DOMTypeInfo | ( | ) | [inline, protected] |
virtual xercesc::DOMTypeInfo::~DOMTypeInfo | ( | ) | [inline, virtual] |
Destructor.
virtual const XMLCh* xercesc::DOMTypeInfo::getName | ( | ) | const [pure virtual] |
Returns The name of a type declared for the associated DOMElement
or DOMAttr
, or null if undeclared.
"Experimental - subject to change"
DOMElement
or DOMAttribute
, or null if undeclared. virtual const XMLCh* xercesc::DOMTypeInfo::getNamespace | ( | ) | const [pure virtual] |
The namespace of the type declared for the associated DOMElement
or DOMAttr
or null if the DOMElement
does not have declaration or if no namespace information is available.
"Experimental - subject to change"
DOMElement
or DOMAttr
or null if the DOMElement
does not have declaration or if no namespace information is available.