[Previous] [Contents] [Next]

XMLDOMEntity Object


The XMLDOMEntity object represents a parsed or unparsed entity declared in a DTD. The XMLDOMEntity object is not the entity declaration. This object implements the IXMLDOMEntity interface. The properties of this interface are read-only. Like most of the other DOM interfaces, this interface inherits the IXMLDOMNode interface too. In addition to the IXMLDOMNode properties and methods, the IXMLDOMEntity object extends the IXMLDOMNNode object with the following properties:

Extended IXMLDOMEntity Properties

Name Description
publicID Returns the value of the PUBLIC identifier for the entity node
systemID Returns the value of the SYSTEM identifier for the entity node
notationName Returns the notation name

[Previous] [Contents] [Next]