public class LiteralFilter extends Object implements Iterator<Literal>
Title: Literal Filter
Description: Filters an iterator of nodes for literals.
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
LiteralFilter(Iterator<Node> iterator)
boolean
hasNext()
Literal
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LiteralFilter(Iterator<Node> iterator)
public boolean hasNext()
hasNext
Iterator<Literal>
public Literal next()
next
public void remove()
remove
Copyright © 2013. All Rights Reserved.