A wrapper for an Xml Object. Used with XSEM to support mapping between Xml
and Search Engine. The Xml Object can be an Xml element/attribute/... .
author: kimchy
Method Summary
boolean
canCompileXpath() Returns true of the xml object supports xpath expression
compilation.
Returns a list of xml objects matching the given xpath expression.
Note, that the actual xml implementation might support only xpath
expression compliation, so it is ok not to implement this method.
Parameters: path - The xpath expression A list of xml objects matching the given xpath expression throws: Exception -