[jdom-interest] Anyone using what's in CVS?

Robin Rosenberg robin.rosenberg.lists at dewire.com
Thu Feb 5 01:46:35 PST 2004


torsdag 05 februari 2004 02:50 skrev du:
> In you original problem couldn't you have just done
> 
>     public Element createXml() {
>      return (Element) createXmlBase().addContent(_ruleName.toString());
>     }

Yes, but I don't like casting. It's ugly, error-prone and the cost at runtime
is quite high (unlike C++).

-- robin



More information about the jdom-interest mailing list