Beispiel #1
0
 /** Add a new content tag. */
 public void addContent(Tag tag) {
   content.addElement(tag);
   tag.parent = this;
 }