2.339 .specified

This attribute returns whether an attribute of a DOM node was explicitly given or inherited from a standard value. The value of .specified is only meaningful when the node type is nodetype_attribute. For all other node types .specified always returns true.

Definition

  • Data type

    boolean

  • Access

    get

The attribute is available for the XML Cursor. Please note that an XML Cursor, whose attribute .mapped possesses the value false, will automatically be positioned to the root of the DOM Document.

See also

Attribute .nodetype