All Classes |Grouped Classes |Index

Function CL_DomAttr

Constructs a DomAttr.

	CL_DomAttr::CL_DomAttr();

	CL_DomAttr::CL_DomAttr(
		CL_DomDocument  doc,
		const CL_DomString & name,
		const CL_DomString & namespace_uri = CL_DomString ());

	CL_DomAttr::CL_DomAttr(
		const CL_SharedPtr < CL_DomNode_Generic > & impl);