com.hp.hpl.jena.sparql.engine.binding
Class BindingRoot

java.lang.Object
  extended by com.hp.hpl.jena.sparql.engine.binding.BindingBase
      extended by com.hp.hpl.jena.sparql.engine.binding.Binding0
          extended by com.hp.hpl.jena.sparql.engine.binding.BindingRoot
All Implemented Interfaces:
Binding

public class BindingRoot
extends Binding0

Special purpose binding for the root of all bindings.


Method Summary
static Binding create()
           
 void format1(StringBuffer sBuff)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.engine.binding.Binding0
contains1, get1, vars1
 
Methods inherited from class com.hp.hpl.jena.sparql.engine.binding.BindingBase
contains, equals, equals, get, getParent, hashCode, hashCode, isEmpty, size, toString, toString1, vars
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static Binding create()

format1

public void format1(StringBuffer sBuff)
Overrides:
format1 in class BindingBase


Licenced under the Apache License, Version 2.0