public class XMLInput extends Object
Constructor and Description |
---|
XMLInput() |
Modifier and Type | Method and Description |
---|---|
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) |
public static ResultSet fromXML(InputStream in)
public static ResultSet fromXML(InputStream in, 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)
Licenced under the Apache License, Version 2.0