Java 操纵XML之读取XML文件 一.JAVA DOM PARSER DOM interfaces The DOM defines several Java interfaces. Here are the most common interfaces: Node - The base datatype of the DOM. Element - The vast majority of the objects you'll deal with are Elements. Attr Repr