Platforms to show: All Mac Windows Linux Cross-Platform

Back to XMLDocumentTypeMBS class.

XMLDocumentTypeMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The private constructor.

XMLDocumentTypeMBS.Entities as XMLEntityMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
A array containing the general entities, both external and internal, declared in the DTD. Parameter entities are not contained.

Duplicates are discarded. For example in: <!DOCTYPE<br> ex SYSTEM "ex.dtd" [ <!ENTITY foo "foo"> <!ENTITY bar<br> "bar"> <!ENTITY bar "bar2"> <!ENTITY % baz "baz"><br> ]> <ex/>

the interface provides access to foo and the first declaration of bar but not the second declaration of bar or baz. Every node in this map also implements the XMLEntityMBS interface.

The DOM Level 2 does not support editing entities, therefore entities cannot be altered in any way.

XMLDocumentTypeMBS.Notations as XMLNotationMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries array of notations.

A named node map containing the notations declared in the DTD. Duplicates are discarded. Every node in this map also implements the XMLNotationMBS interface.

The DOM Level 2 does not support editing notations, therefore notations cannot be altered in any way.

The items on this page are in the following plugins: MBS XML Plugin.


The biggest plugin in space...