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

Home

Readme
Download
Installation
Build

API Docs
Samples
Schema

FAQs
Programming
Migration

Releases
Bug-Reporting
Feedback

Y2K Compliance
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  

IDOM_EntityReference Class Reference

EntityReference nodes will appear in the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference. More...

#include <IDOM_EntityReference.hpp>

Inheritance diagram for IDOM_EntityReference

Inheritance graph
[legend]
Collaboration diagram for IDOM_EntityReference:

Collaboration graph
[legend]
List of all members.

Constructors and assignment operator

virtual ~IDOM_EntityReference ()
 IDOM_EntityReference ()
 IDOM_EntityReference (const IDOM_EntityReference &other)
IDOM_EntityReference& operator= (const IDOM_EntityReference &other)

Detailed Description

EntityReference nodes will appear in the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference.

The expansion of the entity will appear as child nodes of the entity reference node. The expansion may be just simple text, or it may be more complex, containing additional entity refs.


Constructor & Destructor Documentation

IDOM_EntityReference::IDOM_EntityReference ( ) [protected]
 

IDOM_EntityReference::IDOM_EntityReference ( const IDOM_EntityReference & other ) [protected]
 

IDOM_EntityReference::~IDOM_EntityReference ( ) [virtual]
 


Member Function Documentation

IDOM_EntityReference & IDOM_EntityReference::operator= ( const IDOM_EntityReference & other ) [protected]
 


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


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