Help Center

Local Navigation

Object: DocumentType

Availability

BlackBerry® Device Software version 4.6 or later

Extends

Node

The DocumentType object represents the doctype for a document. If a document has a doctype, it will be a reference to this object.

DocumentType properties

Property name

Type

Description

Status

Availability

entities

NamedNodeMap

Returns a list of all the general entities defined within the DTD.

read only

4.6 or later

internalSubset

String

Returns the contents of the DTD subset. Contains the string between the “[“ and “]” characters.

read only

4.6 or later

name

String

Returns the name of the DTD.

read only

4.6 or later

notations

NamedNodeMap

Returns a list of all the notations defined within the DTD.

read only

4.6 or later

publicId

String

Returns the public identifier of the external subset.

read only

4.6 or later

systemId

String

Returns the system identifier of the external subset.

read only

4.6 or later


Was this information helpful? Send us your comments.