org.apache.clerezza.platform.documentation
Class UriMutatorIterator
java.lang.Object
org.apache.clerezza.platform.documentation.UriMutatorIterator
- All Implemented Interfaces:
- java.util.Iterator<org.apache.clerezza.rdf.core.Triple>
public class UriMutatorIterator
- extends java.lang.Object
- implements java.util.Iterator<org.apache.clerezza.rdf.core.Triple>
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.
- Author:
- mir, hasan
|
Method Summary |
boolean |
hasNext()
|
org.apache.clerezza.rdf.core.Triple |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
public static final org.slf4j.Logger logger
XML_LITERAL
public static final org.apache.clerezza.rdf.core.UriRef XML_LITERAL
BASE_URI_PLACEHOLDER
public static final java.lang.String BASE_URI_PLACEHOLDER
- See Also:
- Constant Field Values
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface java.util.Iterator<org.apache.clerezza.rdf.core.Triple>
next
public org.apache.clerezza.rdf.core.Triple next()
- Specified by:
next in interface java.util.Iterator<org.apache.clerezza.rdf.core.Triple>
remove
public void remove()
- Specified by:
remove in interface java.util.Iterator<org.apache.clerezza.rdf.core.Triple>
Copyright © 2011. All Rights Reserved.