Search these areas:
Help
Support Forums
Product Info



Introduction
DataWeb: What's New
Creating an Application
The DataWeb Designer
Application Management
Data Tables
Data Tables
Views
Templates
Components
Data Analysis
Members
Security
Importing
Exporting
FTP
JavaScript
Object Model
JavaScript Objects
General Scripting Objects
Data Access Objects
File Access Objects
Http Client Objects
Security and Membership Objects
Document Object Model (DOM)
-DOMAttribute Object
-DOMCDataSection
-DOMCharacterData
-DOMComment
-DOMDocument
-DOMDocumentType
-DOMElement
-DOMEntity
-DOMEntityReference
-DOMException
-DOMImplementation
-DOMNamedNodeMap
-DOMNode
-DOMNodeList
-DOMNotation
-DOMProcessingInstruction
-DOMText
Error Descriptions
Object Model Extensions
Full-Text Search
Domain and Email Hosting
HotBlock Modules
Account Management
Glossary
New Responsive UI Module





DataWeb Help
Support Forums
Tutorial
Script Library
Knowledge Base

Home > Support

DataWeb User's Guide

DOMDocumentType
The DOMDocumentType object represents the document type definition (DTD) portion of an XML document.

The DOMDocumentType object inherits the properties and methods of the DOMNode object.

Document's <!DOCTYPE> element is reflected in Document.doctype attribute. Value of this attribute is either null or DocumentType object.

Instance Properties

name A string denoting the name of the DTD that immediately follows the DOCTYPE keyword. In XML, the name of the DTD must match that of the document element.
entities A DOMNamedNodeMap object containing the general entities both external and internal. Each node in the node map is a DOMEntity object.
notations A DOMNamedNodeMap containing the notations declared in the DTD. Each node in the node map is a DOMNotation object.
publicID The public identifier of the external subset.
systemID The system identifier of the external subset.
internalSubset A string denoting the internal subset.

Affiliate | Partner | Terms of Use | Privacy Policy | Contact Us | Pricing | Bring DataWeb In-House    
Email Us