|
UNICORE Resource Broker NJS Plugin 1.5α1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Encapsulation of what it means to perform an XPath search.
GT3LocalResourceChecker
Method Summary | |
Element[] |
search(String xpath,
String[] namespaceMap,
List log)
Search for elements matching the given XPath expression. |
Methods inherited from interface org.eurogrid.broker.server.NamedPlugin |
getFormalName, getName |
Method Detail |
public Element[] search(String xpath, String[] namespaceMap, List log) throws Exception
xpath
- The XPath search term.namespaceMap
- Mapping of namespace abbreviations to namespace URIs. Each
item in the list should be formatted as an
xmlns:...=... pseudo-attribute, except that quotation
marks are not needed.log
- List (of strings) that log messages will be added to.
Exception
- There is no constraint on what may fail; it depends purely on
the implementation of the interface.
|
UNICORE Resource Broker NJS Plugin 1.5α1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |