http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Release Info

Installation
Download
Build

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
PDF Document

CVS Repository
Mail Archive

API Docs for SAX and DOM
 

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XMLNotationDecl Class Reference

This class represents the core information about a notation declaration that all validators must at least support. More...

List of all members.

Public Methods

unsigned int getId () const
const XMLCh * getName () const
const XMLCh * getPublicId () const
const XMLCh * getSystemId () const
const XMLCh * getBaseURI () const
void setId (const unsigned int newId)
void setName (const XMLCh *const notName)
void setPublicId (const XMLCh *const newId)
void setSystemId (const XMLCh *const newId)
void setBaseURI (const XMLCh *const newId)
const XMLCh * getKey () const
Constructors
 XMLNotationDecl ()
 XMLNotationDecl (const XMLCh *const notName, const XMLCh *const pubId, const XMLCh *const sysId, const XMLCh *const baseURI=0)
Destructor
 ~XMLNotationDecl ()


Detailed Description

This class represents the core information about a notation declaration that all validators must at least support.

Each validator will create a derivative of this class which adds any information it requires for its own extra needs.

At this common level, the information supported is the notation name and the public and sysetm ids indicated in the notation declaration.


Constructor & Destructor Documentation

XMLNotationDecl::XMLNotationDecl  
 

XMLNotationDecl::XMLNotationDecl const XMLCh *const    notName,
const XMLCh *const    pubId,
const XMLCh *const    sysId,
const XMLCh *const    baseURI = 0
 

XMLNotationDecl::~XMLNotationDecl  
 


Member Function Documentation

const XMLCh * XMLNotationDecl::getBaseURI  
 

unsigned int XMLNotationDecl::getId  
 

const XMLCh * XMLNotationDecl::getKey  
 

const XMLCh * XMLNotationDecl::getName  
 

const XMLCh * XMLNotationDecl::getPublicId  
 

const XMLCh * XMLNotationDecl::getSystemId  
 

void XMLNotationDecl::setBaseURI const XMLCh *const    newId
 

void XMLNotationDecl::setId const unsigned int    newId
 

void XMLNotationDecl::setName const XMLCh *const    notName
 

void XMLNotationDecl::setPublicId const XMLCh *const    newId
 

void XMLNotationDecl::setSystemId const XMLCh *const    newId
 


The documentation for this class was generated from the following file:


Copyright © 2000 The Apache Software Foundation. All Rights Reserved.