public final class Element
extends Object
implements DTDConstants, SerializableAn element as described in a DTD using the ELEMENT construct. This is essentiall the description of a tag. It describes the type, content model, attributes, attribute types etc. It is used to correctly parse a document by the Parser.

解决方案 »

  1.   

    public interface DocumentThe Document is a container for text that serves as the model for swing text components. The goal for this interface is to scale from very simple needs (plain text textfield) to complex needs (HTML or XML documents for example). 
      

  2.   

    一个Document对象应该包含Element,Node,Attrubute等。
    他是一个完整文档对象,最后所有的操作都还要归结的Document对象上。
      

  3.   

    一个Document对象应该包含Element,Node,Attrubute等。
    他是一个完整文档对象,最后所有的操作都还要归结的Document对象上。说句实话却是比较难说,只能在用的过程中慢慢体会。你到底想问那方面的,说具体一点,别人才好回答。