카테고리 없음
Java와 DOM 개념
윤보람
2007. 3. 1. 00:58
SAX를 다룰 때는 한가지 정확하게 인식하면 된다.
Node 는 Super Interface이다.
모든 DOM객체(document, element, textelement..) 는 node로 표현할 수 있다.
Node 는 Super Interface이다.
모든 DOM객체(document, element, textelement..) 는 node로 표현할 수 있다.