ㅇ고급자바_xml

wstudee·2020년 10월 20일
0

JAVA_고급

목록 보기
16/19

XML

EXtensible Markup Language

DOM

document object model

"The W3C Document Object Model (DOM) is a platform and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of a document."

돔객체가 메모리에 올라가 (= 장점: 빨라 올라가있으니까 단점 : 메모리 많이 잡아머거 )

파일에 잇는 문서를 돔객체로 끌어올렷어
뭐가 필요해 ....?

https://docs.oracle.com/javase/8/docs/api/index.html

interface node
-> Interface Attr, element, comment
arrt, element, comment 모두 node다

자바에서 모든 객체가 object인 것처럼
모두 node임

예제 T01, book.xml

돔방식으로 파싱해서
메모리에 올려놓고
겟태그네임
겟차일드

등으로 데이터에 접근 ... 롸 ㅇ<-<

예제 복습하고 url에
http어쩌구 자시구를 넣어서

참고

https://docs.oracle.com/javase/8/docs/api/index.html

0개의 댓글