com.hp.hpl.jena.sparql.resultset
Class XMLInput

java.lang.Object
  extended by com.hp.hpl.jena.sparql.resultset.XMLInput

public class XMLInput
extends Object

Code that reads an XML Result Set and builds the ARQ structure for the same.


Constructor Summary
XMLInput()
           
 
Method Summary
static boolean booleanFromXML(InputStream in)
           
static boolean booleanFromXML(String str)
           
static ResultSet fromXML(InputStream in)
           
static ResultSet fromXML(InputStream in, com.hp.hpl.jena.rdf.model.Model model)
           
static ResultSet fromXML(String str)
           
static ResultSet fromXML(String str, com.hp.hpl.jena.rdf.model.Model model)
           
static SPARQLResult make(InputStream in)
           
static SPARQLResult make(InputStream in, com.hp.hpl.jena.rdf.model.Model model)
           
static SPARQLResult make(String str)
           
static SPARQLResult make(String str, com.hp.hpl.jena.rdf.model.Model model)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLInput

public XMLInput()
Method Detail

fromXML

public static ResultSet fromXML(InputStream in)

fromXML

public static ResultSet fromXML(InputStream in,
                                com.hp.hpl.jena.rdf.model.Model model)

fromXML

public static ResultSet fromXML(String str)

fromXML

public static ResultSet fromXML(String str,
                                com.hp.hpl.jena.rdf.model.Model model)

booleanFromXML

public static boolean booleanFromXML(InputStream in)

booleanFromXML

public static boolean booleanFromXML(String str)

make

public static SPARQLResult make(InputStream in)

make

public static SPARQLResult make(InputStream in,
                                com.hp.hpl.jena.rdf.model.Model model)

make

public static SPARQLResult make(String str)

make

public static SPARQLResult make(String str,
                                com.hp.hpl.jena.rdf.model.Model model)


Licenced under the Apache License, Version 2.0