Project

General

Profile

« Previous | Next » 

Revision 29

Added by Matt Jones over 24 years ago

general cleanup and documentation

View differences:

BasicElement.java
16 16

  
17 17
public class BasicElement {
18 18

  
19
    protected long		element_id;
20
    protected String		tagname;
21
    protected StringBuffer	content;
22
    protected long		parent_id;
23
    protected Hashtable		attributes;
19
    private long		element_id;
20
    private String		tagname;
21
    private StringBuffer	content;
22
    private long		parent_id;
23
    private Hashtable		attributes;
24 24

  
25 25
    public BasicElement () {
26 26
      content = new StringBuffer();

Also available in: Unified diff