|  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 | | |  |  |  | 
 DOMTypeInfo Class ReferenceTheDOMTypeInfointerface represent a type used byDOMElementorDOMAttrnodes, specified in the schemas associated with the document.  
More...
List of all members. 
|  |  | 
 Public Member Functions |  |  |  | virtual | ~DOMTypeInfo () |  |  | Destructor. 
 |  |  |  | virtual const XMLCh * | getName () const =0 |  |  | Returns The name of a type declared for the associated DOMElementorDOMAttr, or null if undeclared.
 |  | virtual const XMLCh * | getNamespace () const =0 |  |  | The namespace of the type declared for the associated DOMElementorDOMAttror null if theDOMElementdoes not have declaration or if no namespace information is available.
 |  | 
 Protected Member Functions |  |  |  |  | DOMTypeInfo () |  
 Detailed DescriptionTheDOMTypeInfointerface represent a type used byDOMElementorDOMAttrnodes, 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. 
 
 
 Constructor & Destructor Documentation
 
  
    | 
        
          | DOMTypeInfo::DOMTypeInfo | ( |  | ) |  [protected] |  |  
 
 Member Function Documentation
 
  
    | 
        
          | virtual const XMLCh* DOMTypeInfo::getName | ( |  | ) | const  [pure virtual] |  |  
  
    |  | 
Returns The name of a type declared for the associated DOMElementorDOMAttr, or null if undeclared. 
"Experimental - subject to change" 
 Returns:The name of a type declared for the associated DOMElementorDOMAttribute, 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 DOMElementorDOMAttror null if theDOMElementdoes not have declaration or if no namespace information is available. 
"Experimental - subject to change" 
 Returns:The namespace of the type declared for the associated DOMElementorDOMAttror null if theDOMElementdoes not have declaration or if no namespace information is available.
 Since:DOM level 3 
 |  The documentation for this class was generated from the following file:
 | 
 
 | 
 |