DOMTypeInfo Class Reference

#include <DOMTypeInfo.hpp>

List of all members.

Public Member Functions

Destructor
virtual ~DOMTypeInfo ()
virtual const XMLChgetName () const =0
virtual const XMLChgetNamespace () const =0

Protected Member Functions

Hidden constructors
 DOMTypeInfo ()

Private Member Functions

Unimplemented constructors and operators
 DOMTypeInfo (const DOMTypeInfo &)
DOMTypeInfooperator= (const DOMTypeInfo &)


Detailed Description

The 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.

Definition at line 74 of file DOMTypeInfo.hpp.


Constructor & Destructor Documentation

DOMTypeInfo::DOMTypeInfo (  )  [inline, protected]

Definition at line 82 of file DOMTypeInfo.hpp.

DOMTypeInfo::DOMTypeInfo ( const DOMTypeInfo  )  [private]

virtual DOMTypeInfo::~DOMTypeInfo (  )  [inline, virtual]

Destructor

Definition at line 106 of file DOMTypeInfo.hpp.


Member Function Documentation

virtual const XMLCh* 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"

Returns:
The name of a type declared for the associated DOMElement or DOMAttribute, or null if undeclared.
Since:
DOM level 3

virtual const XMLCh* 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"

Returns:
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.
Since:
DOM level 3

DOMTypeInfo& DOMTypeInfo::operator= ( const DOMTypeInfo  )  [private]


The documentation for this class was generated from the following file:
Generated on Thu Dec 7 01:29:55 2006 for DT2005.panorama by  doxygen 1.4.7