com.hp.hpl.jena.sparql.syntax
Class PatternVars
java.lang.Object
com.hp.hpl.jena.sparql.syntax.PatternVars
public class PatternVars
- extends java.lang.Object
Get the variables potentially bound by an element.
All mentioned variables except those in MINUS and FILTER (and hence NOT EXISTS)
The work is done by PatternVarsVisitor.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternVars
public PatternVars()
vars
public static java.util.Set<Var> vars(Element element)
vars
public static java.util.Set<Var> vars(java.util.Set<Var> s,
Element element)
vars
public static void vars(Element element,
PatternVarsVisitor visitor)
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.