|
|
1-6 of 6 XML XML-DOM > Extended Interfaces sites are shown.
|
|
The CDATASection object is used to escape text that contains characters that would otherwise be considered as markup.
|
|
|
|
|
|
|
The Entity object represents the actual entity (parsed or unparsed), and not the entity declaration.
|
|
|
|
|
|
|
The EntityReference object represents an entity reference node. If entity references are expanded by the XML processor while building the structure model, no entity reference objects will appear in the document tree.
|
|
|
|
|
|
|
The Notation object identifies by name the format of unparsed entities, the format of elements with a notation attribute, or the application to which a processing instruction is addressed.
|
|
|
|
|
|
|
The DocumentType object provides an interface to any entities and notations declared for a document. A DocumentType object is returned by the document`s doctype property.
|
|
|
|
|
|
|
The ProcessingInstruction object represents a processing instruction, which is used in XML as a way to include processor-specific information in the text of the document.
|
|
|
|
|
|