• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/24

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

24 Cards in this Set

  • Front
  • Back

Standsrd for accessing and manipulating documents

DOM

Standard way for accessing html documents

Html DOM

Standard way for accessing xml documents

XML

All html elements can be access through

Html dom

Entire document is

Document node

Every xml element is

Element node

Text in xml is an

Text node

Every attribute is a

Attribute node

Comments is a

Comment node

Views an xml document as a tree structure

Xml dom node tree

Used to describe relationships

Parent, child, sibiling

Returns all element w/ a specified tag name

getElementeByTagName()

An array of nodes

Dom Node list

Length property defines the length of a node

Dom node list length

Node types

DocumentElement


NodeName


NodeType

Name of the node

NodeName

Value of node

NodeValue

Type of node

NodeType

Use to provide information about a document

Xml

Xml declaration

<?xml version = 1.0>

Everything from start tag to end tag

Xml element

An element without a content

Xml empty element

Allows xml information to organize logically

Xml attributes

Entity reference

< <


> >


& &


' '


" "