|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An iterator over namespaces that are stored in RDF Sails.
| Method Summary | |
void |
close()
Closes the iterator and frees any resources that it uses (e.g. |
String |
getName()
Gets the name of the current namespace (i.e. it's URI). |
String |
getPrefix()
Gets the prefix of the current namespace. |
boolean |
hasNext()
Checks whether there are any more namespaces available. |
void |
next()
Go to the next namespace. |
| Method Detail |
public boolean hasNext()
public void next()
NoSuchElementException - If the iterator has no more
resultspublic String getName()
public String getPrefix()
public void close()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||