[jdom-interest] Feature request
Eric VERGNAUD
eric.vergnaud at wanadoo.fr
Fri Jul 4 16:15:30 PDT 2003
le 5/07/03 0:41, Bradley S. Huffman à hip at cs.okstate.edu a écrit :
> You mean like
>
> child3 = new Element(("child_level_3");
> child2.addContent(child3 );
Yes, but addContent won't take an Element as a parameter, will it ? Here are
the 4 prototypes:
public Element addContent(String str)
public Element addContent(ProcessingInstruction pi)
public Element addContent(Comment comment)
public Element addContent(EntityRef entity)
Eric
More information about the jdom-interest
mailing list