DOM4

Plansza interaktywna marzec 2014

URL:
http://www.plotkarka.eu/PI/js/dom4.html
Autor:
Radosław Kowaluk

Metoda getElementById
Funkcja Opis
node.getElementById(elementId) Element o określonym identyfikatorze

Uwaga, było: element = document.getElementById(elementId)

Interfejs Document

Właściwości obiektu document
Własność Opis
document = new Document() nowy dokument
document.implementation obiekt implementacji DOM
document.URL URL dokumentu
document.documentURI URI dokumentu
document.origin ?
document.compatMode trybie zgodności wstecznej lub standardów
document.characterSet Kodowanie znaków dokumentu
document.contentType Typ MIME

Metadane dokumentu

Interfejs Document
Właściwość
document.doctype
Typ dokumentu
document.documentElement

Metoda getElementsByTagName

Interfejs Document
Funkcja
collection = document.getElementsByTagName(localName)
Lista elementów o podanej nazwie znacznika localName
collection = document.getElementsByTagNameNS(namespace, localName)
lista elementów o danej nazwie znacznika w danej przestrzeni nazw
collection = document.getElementsByClassName(classes)
lista elementów o danej nazwie klasy classes
collection = element.getElementsByClassName(classes)
lista elementów o danej nazwie klasy classes

Metoda getElementsByClassName

Interfejs Document
Funkcja/Opis
element = document.createElement(localName)
Tworzy nowy element o podanej nazwie
element = document.createElementNS(namespace,qualifiedName)
Tworzy nowy element o podanej nazwie w danej przestrzeni nazw
documentFragment = document.createDocumentFragment()
Tworzy nowy fragment dokumentu

Dostęp do drzewa DOM

Interfejs Document
Funkcja/Opis
text = document.createTextNode(data)
Tworzy nowy wezel tekstowy
comment = document.createComment(data)
Tworzy nowy węzeł komentarza
processingInstruction=document.createProcessingInstruction(target,data)
Tworzy nowy węzeł instrukcji przetwarzania

Interfejs Document

Interfejs Document
Funkcja Opis
clone = document.importNode(node [, deep]) Tworzy kopię węzła z zewnętrznego dokumentu
node = document.adoptNode(node) Przyjmuje węzeł z zewnętrznego dokumentu
Event
Funkcja/Opis
event = document.createEvent(eventInterfaceName)
Tworzy obiekt obsługi zdarzenia o określonym typie
event = document.createRange()
Zwraca nowy objekt Range

implementation
Funkcja/Opis
hasSupport = document.implementation.hasFeature( feature, version )
doctype = document.implementation.createDocumentType(qualifiedName, publicId, systemId )
doc = document.implementation.createDocument( namespace, qualifiedName, doctype )
doc = document.implementation . createHTMLDocument( title )


[DOM4]
DOM4 W3C Last Call Working Draft 04 February 2014; URL: http://www.w3.org/TR/dom/

Wykaz skrótów

Dodatki pracy 2013/2014

Adres:
http://plotkarka.eu/b/abbr.html
Autor opracowania:
Radosław Kowaluk

AAC
advanced audio coding
AI
Artificial Intelligence
AIML
Artificial Intelligence Markup Language
API
Application Programming Interface
ASCII
American Standard Code for Information Interchange
BMP
? (file format)
BTS
Base Transceiver Station
CDR
? (file format Corel Corporation)
CMD
Cross Document Messaging
CMS
Content Management System
CMY
cyan, magenta, yellow
CMYK
cyan, magenta, yellow and key (black)
CSS
Cascading Style Sheets
DHTML
Dynamic HyperText Markup Language
DOM
Document Object Model
DTD
Document Type Definition
ECMA
European Computer Manufacturers Association
EOT
Embedded Open Type
FLAC
Free Lossless Audio Codec (format pliku dźwiękowego)
FTP
File Transfer Protocol
GIF
Graphics Interchange Format
GNU
GNU’s not Unix
GPL
General Public License
GPS
Global Positioning System
HSL
Hue Saturation Lightness
HSLA
Hue Saturation Lightness Alpha
HSV
Hue Saturation Value (brightness)
HTML
HyperText Markup Language
HTTP
Hypertext Transfer Protocol
HTTPS
Hypertext Transfer Protocol Secure
IE
Internet Explorer
IP
Internet Protocol
IT
Information Technology
JNG
JPEG network graphics
JPEG
(file format), Joint Photographic Experts Group
JPG
JPEG
ISO
International Organization for Standardization
i18n
internationalization
MDN
Mozilla Developer Network
MIME
Multipurpose Internet Mail Extensions
MP3
MPEG-1/MPEG-2 Audio Layer 3
NEF
Nikon Electronic File
PCX
? PiCture eXchange
PCM
Pulse Code Modulation (format dźwięku)
PHP
PHP/FI - Personal Home Page/Forms Interpreter
PNG
Portable Network Graphics
PSD
? (file format Photoshop Document)
RAW
? (format graficzny)
RGB
Red Green Blue
RGBA
Red Green Blue Alpha
SGML
Standard Generalized Markup Language
SMIL
Synchronized Multimedia Integration Language
SWF
small web format
sRGB
standarised RGB (Red, Green, Blue)
SQL
Structured Query Language
SVG
Scalable Vector Graphics
TCP/IP
Transmission Control Protocol / Internet Protocol
TIFF
Tagged Image File Format
TXT
text file
URI
Uniform Resource Identifier
URL
Uniform Resource Locator
UTF
Unicode Transformation Format
XDM
Cross-Document Messaging
XML
Extensible Markup Language
XHTML
Extensible HyperText Markup Language
W3C
World Wide Web Consortium
WAI
Web Accessibility Initiative
WaSP
Web Standards Project
WAV
WAVE (format pliku dźwiekowego)
WCAG
Web Content Accessibility Guidelines
WMA
Windows Media Audio
WWW
World Wide Web