Javascript Reference
Categories: DocumentType

javascript DocumentType entities

@March 15, 2008, 1:22 a.m.
entitiesFirefox/Netscape/NN 6 IE n/a Chrome/Safari/DOM 1  

Read-only  

Returns an array of nested Entity nodes within the DOCTYPE element. An Entity is formatted according to the following syntax (which would appear inside the DOCTYPE element's angle brackets):

<!ENTITY [publicID "systemID>]"

Primarily applicable to XML documents.

 
Value

Array (technically, a NamedNodeMap data type) of Entity node object references.

 
Default

null


Powered by Linode.