xmldom::DomNotation Class Reference

#include <DomNotation.h>

Inherits xmldom::DomNode.

Inheritance diagram for xmldom::DomNotation:

Inheritance graph
[legend]
List of all members.

Detailed Description

This interface represents a notation declared in the DTD.

A notation either declares, by name, the format of an unparsed entity, or is used for formal declaration of processing instruction targets. The getNodeName() attribute inherited from DomNode is set to the declared name of the notation.

The DOM Core does not support editing Notation nodes; they are therefore readonly.

A Notation node does not have any parent.

See also:
More Informations About the DOM 3 standard.


Public Member Functions

 DomNotation ()
 ctor
 DomNotation (const DomNotation &copy)
 copy ctor
virtual ~DomNotation ()
 dtor
const DomNotationoperator= (const DomNotation &assign)
 assign
DOM Level 1
DomString getPublicId () const
 The public identifier of this notation.
DomString getSystemId () const
 The system identifier of this notation.


Constructor & Destructor Documentation

xmldom::DomNotation::DomNotation (  ) 

ctor

xmldom::DomNotation::DomNotation ( const DomNotation copy  ) 

copy ctor

xmldom::DomNotation::~DomNotation (  )  [virtual]

dtor


Member Function Documentation

const DomNotation & xmldom::DomNotation::operator= ( const DomNotation assign  ) 

assign

DomString xmldom::DomNotation::getPublicId (  )  const

The public identifier of this notation.

If the public identifier was not specified, this is null.

DomString xmldom::DomNotation::getSystemId (  )  const

The system identifier of this notation.

If the system identifier was not specified, this is null. This may be an absolute URI or not.


The documentation for this class was generated from the following files:
Generated on Fri May 30 11:15:13 2008 for XMLDOM by  doxygen 1.5.2