|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.resultset.XMLInput
public class XMLInput
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,
Model model)
|
static ResultSet |
fromXML(String str)
|
static ResultSet |
fromXML(String str,
Model model)
|
static SPARQLResult |
make(InputStream in)
|
static SPARQLResult |
make(InputStream in,
Model model)
|
static SPARQLResult |
make(String str)
|
static SPARQLResult |
make(String str,
Model model)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLInput()
| Method Detail |
|---|
public static ResultSet fromXML(InputStream in)
public static ResultSet fromXML(InputStream in,
Model model)
public static ResultSet fromXML(String str)
public static ResultSet fromXML(String str,
Model model)
public static boolean booleanFromXML(InputStream in)
public static boolean booleanFromXML(String str)
public static SPARQLResult make(InputStream in)
public static SPARQLResult make(InputStream in,
Model model)
public static SPARQLResult make(String str)
public static SPARQLResult make(String str,
Model model)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||