Home | All Classes | Grouped Classes | Index | Search

CL_DomProcessingInstruction::CL_DomProcessingInstruction

Constructs a DOM Processing Instruction handle.

	CL_DomProcessingInstruction();

	CL_DomProcessingInstruction(
		CL_DomDocument& doc, const std::string& target, const std::string& data);

	CL_DomProcessingInstruction(
		const CL_SharedPtr<CL_DomNode_Generic>& impl);

See also:

CL_DomDocument | CL_DomNode | CL_DomProcessingInstruction



Questions or comments, write to the ClanLib mailing list.