All Classes |Grouped Classes |Index

Function create_processing_instruction

Creates a ProcessingInstruction node given the specified name and data strings.

	CL_DomProcessingInstruction CL_DomDocument::create_processing_instruction(
		const CL_DomString & target,
		const CL_DomString & data);