All Classes |Grouped Classes |Index

Function create_attribute

Creates an Attr of the given name.

	CL_DomAttr CL_DomDocument::create_attribute(
		const CL_DomString & name);

Detailed description:

Note that the Attr instance can then be set on an Element using the setAttribute method.