Javascript [Electronic resources] : The Definitive Guide (4th Edition) نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Javascript [Electronic resources] : The Definitive Guide (4th Edition) - نسخه متنی

David Flanagan

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


Availability


DOM Level 1 Core


Synopsis


ProcessingInstruction createProcessingInstruction(String target,
String data)
throws DOMException;

Arguments


target

The target of the processing instruction.

data

The content text of the processing instruction.


Returns


A newly created ProcessingInstruction node.


Throws


This method may throw a DOMException with one of the following
code values in the following circumstances:

INVALID_CHARACTER_ERR

The specified target contains an illegal
character.

NOT_SUPPORTED_ERR

This is an HTML document and does not support processing
instructions.

/ 844