net.jxta.index
Interface IndexService.ReverseIndex
- Enclosing class:
- net.jxta.index.IndexService
- public static interface IndexService.ReverseIndex
Method Summary |
void |
add(java.lang.String id,
java.lang.String xpath)
|
java.lang.String[] |
query(java.io.InputStream xmlDoc)
Return an array of xpath ids that match the given xml document. |
void |
remove(java.lang.String id)
|
add
public void add(java.lang.String id,
java.lang.String xpath)
throws java.io.IOException
remove
public void remove(java.lang.String id)
query
public java.lang.String[] query(java.io.InputStream xmlDoc)
throws java.io.IOException,
IndexService.BadDocumentException
- Return an array of xpath ids that match the given xml document.