ProcessingInstruction
node given the specified name and data strings.
@param target The target part of the processing instruction.
@param data The data for the node.
@return The new ProcessingInstruction
object.
@exception DOMException INVALID_CHARACTER_ERR: Raised if the specified target contains an illegal character.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|