|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.clerezza.platform.documentation.UriMutatorIterator
public class UriMutatorIterator
Replaces the BASE_URI_PLACEHOLDER in the UriRefs
as well as in the XML Literal of the Triples provided by the
specified Iterators with the specified base URI.
| Field Summary | |
|---|---|
static java.lang.String |
BASE_URI_PLACEHOLDER
|
static org.slf4j.Logger |
logger
|
static UriRef |
XML_LITERAL
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
Triple |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.slf4j.Logger logger
public static final UriRef XML_LITERAL
public static final java.lang.String BASE_URI_PLACEHOLDER
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<Triple>public Triple next()
next in interface java.util.Iterator<Triple>public void remove()
remove in interface java.util.Iterator<Triple>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||