XMLParserItf Interface CATIDOMDocumentType

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIDOMDocumentType

Interface providing access to the list of entities and notations that are defined in the document.
Each has a doctype whose value is either NULL_var or a object.

The DOM Level 1 doesn't support editing nodes.

See also:
,


Method Index


o GetEntities(CATIDOMNamedNodeMap_var&)
Retrieves a CATIDOMNamedNodeMap containing the general entities, both external and internal, declared in the DTD.
o GetInternalSubset(CATUnicodeString&)
Get the internal subset as a string.
o GetName(CATUnicodeString&)
Retrieves the name of DTD.
o GetNotations(CATIDOMNamedNodeMap_var&)
Retrieves a CATIDOMNamedNodeMap containing an entry for each notation declared in a document's DTD.
o GetPublicId(CATUnicodeString&)
Retrieves the public identifier of the external subset.
o GetSystemId(CATUnicodeString&)
Get the system identifier of the external subset.

Methods


o GetEntities
public virtual GetEntities( oEntities)
Retrieves a CATIDOMNamedNodeMap containing the general entities, both external and internal, declared in the DTD. Duplicate entities are discarded.
Parameters:
oEntities
The retrieved
containing the general entities declared in the DTD.
See also:
o GetInternalSubset
public virtual GetInternalSubset( oInternalSubset)
Get the internal subset as a string.
Parameters:
oInternalSubset
The internal subset as a string.
o GetName
public virtual GetName( oName)
Retrieves the name of DTD. This name is immediately following the DOCTYPE keyword in an XML source document.
Parameters:
oName
The retrieved name of DTD.
o GetNotations
public virtual GetNotations( oNotations)
Retrieves a CATIDOMNamedNodeMap containing an entry for each notation declared in a document's DTD. Duplicate notations are discarded.
Parameters:
oNotations
The retrieved
containing an entry for each notation declared in a document's DTD.
See also:
o GetPublicId
public virtual GetPublicId( oPublicId)
Retrieves the public identifier of the external subset.
Parameters:
oPublicId
The public identifier of the external subset.
o GetSystemId
public virtual GetSystemId( oSystemId)
Get the system identifier of the external subset.
Parameters:
oSystemId
The system identifier of the external subset.

This object is included in the file: CATIDOMDocumentType.h
If needed, your Imakefile.mk should include the module: CatXmlItfExt

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.