SIMPOL Documentation

DOMDocumentType

Description

Type Tags

DOMNode

Object Value

Objects of type DOMDocumentType have no value, and it is an error to try to get or set this value.

DOMDocumentType.new()

Description

Prototype

DOMDocumentType.new ()

Parameters

None

Properties

PropertyTypeDescription
_nodeDOMNode
getEntitiesfunction
getInternalSubsetfunction
getNamefunction
getNotationsfunction
getPublicIdfunction
getSystemIdfunction
typetype

Methods

getEntities()

Description

Prototype

DOMDocumentTypevar.getEntities ( DOMDocumentType me )

Parameters
ParameterDefault valueType nameDescription
meNoneDOMDocumentType

getInternalSubset()

Description

Prototype

DOMDocumentTypevar.getInternalSubset ( DOMDocumentType me )

Parameters
ParameterDefault valueType nameDescription
meNoneDOMDocumentType

getName()

Description

Prototype

DOMDocumentTypevar.getName ( DOMDocumentType me )

Parameters
ParameterDefault valueType nameDescription
meNoneDOMDocumentType

getNotations()

Description

Prototype

DOMDocumentTypevar.getNotations ( DOMDocumentType me )

Parameters
ParameterDefault valueType nameDescription
meNoneDOMDocumentType

getPublicId()

Description

Prototype

DOMDocumentTypevar.getPublicId ( DOMDocumentType me )

Parameters
ParameterDefault valueType nameDescription
meNoneDOMDocumentType

getSystemId()

Description

Prototype

DOMDocumentTypevar.getSystemId ( DOMDocumentType me )

Parameters
ParameterDefault valueType nameDescription
meNoneDOMDocumentType