E D R , A S I H C RSS

Document Object Model

{{| |}}

1. DOM

DOM_Inspector.png

{{|
Document Object Model (DOM) is an application programming interface to access HTML and XML documents. It is programming language and platform independent. Behind the interface the document is represented with an object-oriented model.

Different variants of DOMs were initially implemented by web browsers to manipulate elements in an HTML document. This prompted the World Wide Web Consortium (W3C) to come up with a series of standard specifications for DOM (hence called W3CDOM).

DOM puts no restrictions on the document's underlying data structure. A well-structured document can take the tree form using DOM.

Most XML parsers (e.g., Xerces) and XSL processors (e.g., Xalan) have been developed to make use of the tree structure. Such an implementation requires that the entire content of a document be parsed and stored in memory. Hence, DOM is best used for applications where the document elements have to be randomly accessed and manipulated. For XML-based applications which involve a one-time selective read/write per parse, DOM presents a considerable overhead on memory. The SAX model is advantageous in such a case in terms of speed and memory consumption.
|}}

DOM HTML, XML문를 다루는 API다. 로그래밍 다. 는 객 모델로 다루다.
브라가 HTML 를 다루기 각기 다른 DOM 만들다. 러던 것 W3C가 DOM (W3CDOM)를 게되다.
DOM 그 문 는다. 만들는 DOM 리 구 다.
대부 XML들 그리고 XSL 리기들 리구 록 개발되다. 그러물들 메모리 되고 되는 것 다. 따라 DOM 고 다루 는 document 를 가로그래 다. XML기반 로그램들 나, 기 때문 DOM 메모리 를 가다. SAX 모델 , 메모리 모델다.

2. 바깥고리

XML_DOM 기.(tutorial)

3. Thread

XML 보고 는데... DOM, DOM길래.. ㅡ.ㅡ 먼가 각보다 난 개념 . - eternalbleu

XML 는 API 방 기. DOM 모델냐 SAX 모델는것. 로는 DOM . SAX 는 더 low-level 다고 까. (SAX DOM 모델 만들내는 경가 많) SAX 는 Tokenizer 가 당 XML 문 들링 드를 는 것므로. 그대 모든 노드 데 , SAX API 로 XML 개발 DOM 객를 구나, XPath는게 .

DOM API SAX API 드는 XML 드를 . XPathPyKug:HowToUseXPath. --1002
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:23:09
Processing time 0.0145 sec