DzDomAttr Class Reference
[DOM and XML Objects]

DAZ Script DOM attribute node. More...

Inheritance diagram for DzDomAttr:

DzDomNode List of all members.

Properties

String name
String value

Constructors

 DzDomAttr ()

Methods

DzDomNode ownerElement ()
Boolean specified ()

Detailed Description

DAZ Script DOM attribute node.

Represents an attribute node in a DOM document.


Constructor & Destructor Documentation

DzDomAttr::DzDomAttr (  ) 

Default constructor. Typically, you will not construct these directly, but will call DzDomElement::setAttribute() or DzDomDocument::createAttribute() to create a new attribute node as a member of an existing element or document.


Member Function Documentation

DzDomNode DzDomAttr::ownerElement (  ) 

Returns:
The element that this attribute belongs to.

Boolean DzDomAttr::specified (  ) 

Returns:
true if the attribute has a value, false if no value was sepcified for the attribute.


Member Data Documentation

String DzDomAttr::name

[Read Only] The name of the attribute.

QString DzDomAttr::value

The value of the attribute.


Generated on Thu Sep 24 12:21:11 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.