Hi! May I come with a small request?
In the javadoc on methods that got a return statement, please include what is returned if the call fail. For example the selectSingleNode(String XPath) The documentation statetes that it should return a node, but if the XPath expression fail (i.e. don't find what it was looking for) the method return null (at least in the DefaultXPath class). Sinc the selectSingleNode is defined in the Node interface documentation about what is to be returned should be stated here so no confusion about it can occure. I know, it is a large and boring work to do, but if the code standard states it at least all new (changed code) will contain this "feature"... /Christian Holmqvist _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
