javaDocs for tinytree package...in progress ?
Replies (1)
Please register to reply
Added by Anonymous almost 20 years ago
Legacy ID: #2879235 Legacy Poster: sid (siddharth_c)
hi The XPathExpression.evaluate() returns a list which has objects which are in the tinytree package for which there are no docs, eg: net.sf.saxon.tinytree.TinyTextImpl, net.sf.saxon.tinytree.TinyElementImpl, etc. Are they going to be added in the near future ? just wanted to read/refer more on these classes.
Legacy ID: #2879463 Legacy Poster: Michael Kay (mhkay)
These classes don't appear in the JavaDoc because they are private to the package, so you cana't use them directly. They are all implementations of the NodeInfo interface, and you should be able to get all the information you need from the JavaDoc specification for NodeInfo. Michael Kay
Please register to reply