java.lang.Object
org.apache.jena.update.UpdateFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateRequest
create()
Create an empty UpdateRequeststatic UpdateRequest
Create an UpdateRequest by parsing from a string.static UpdateRequest
Create an UpdateRequest by parsing from a string.static UpdateRequest
Create an UpdateRequest by parsing from a string.static UpdateRequest
Create an UpdateRequest by parsing from a string.static void
parse
(UpdateRequest request, String updateString) static void
parse
(UpdateRequest request, String updateString, String baseURI) static void
parse
(UpdateRequest request, String updateString, String baseURI, Syntax syntax) static void
parse
(UpdateRequest request, String updateString, Syntax syntax) static UpdateRequest
read
(InputStream input) Create an UpdateRequest by parsing from an InputStream.static UpdateRequest
read
(InputStream input, String baseURI) Create an UpdateRequest by parsing from an InputStream.static UpdateRequest
read
(InputStream input, String baseURI, Syntax syntax) Create an UpdateRequest by parsing from an InputStream.static UpdateRequest
read
(InputStream input, Syntax syntax) Create an UpdateRequest by parsing from an InputStream.static UpdateRequest
Create an UpdateRequest by reading it from a filestatic UpdateRequest
Create an UpdateRequest by reading it from a filestatic UpdateRequest
Create an UpdateRequest by reading it from a filestatic UpdateRequest
read
(UsingList usingList, InputStream input) Create an UpdateRequest by parsing from an InputStream.static UpdateRequest
read
(UsingList usingList, InputStream input, String baseURI) Create an UpdateRequest by parsing from an InputStream.static UpdateRequest
read
(UsingList usingList, InputStream input, String baseURI, Syntax syntax) Create an UpdateRequest by parsing from an InputStream.static UpdateRequest
read
(UsingList usingList, InputStream input, Syntax syntax) Create an UpdateRequest by parsing from an InputStream.static UpdateRequest
Create an UpdateRequest by reading it from a filestatic UpdateRequest
Create an UpdateRequest by reading it from a filestatic UpdateRequest
Create an UpdateRequest by reading it from a file
-
Constructor Details
-
UpdateFactory
public UpdateFactory()
-
-
Method Details
-
create
Create an empty UpdateRequest -
create
Create an UpdateRequest by parsing from a string. See alsoread
operations for parsing contents of a file.- Parameters:
string
- The update request as a string.
-
create
Create an UpdateRequest by parsing from a string. See alsoread
operations for parsing contents of a file.- Parameters:
string
- The update request as a string.syntax
- The update language syntax
-
create
Create an UpdateRequest by parsing from a string. See alsoread
operations for parsing contents of a file.- Parameters:
string
- The update request as a string.baseURI
- The base URI for resolving relative URIs.
-
create
Create an UpdateRequest by parsing from a string. See alsoread
operations for parsing contents of a file.- Parameters:
string
- The update request as a string.baseURI
- The base URI for resolving relative URIs.syntax
- The update language syntax
-
parse
-
parse
-
parse
-
parse
-
read
Create an UpdateRequest by reading it from a file -
read
Create an UpdateRequest by reading it from a file -
read
Create an UpdateRequest by reading it from a file -
read
Create an UpdateRequest by reading it from a file -
read
Create an UpdateRequest by reading it from a file -
read
public static UpdateRequest read(UsingList usingList, String fileName, String baseURI, Syntax syntax) Create an UpdateRequest by reading it from a file -
read
Create an UpdateRequest by parsing from an InputStream. See alsoread
operations for parsing contents of a file.- Parameters:
input
- The source of the update request (must be UTF-8).
-
read
Create an UpdateRequest by parsing from an InputStream. See alsoread
operations for parsing contents of a file.- Parameters:
usingList
- The list of externally defined USING statementsinput
- The source of the update request (must be UTF-8).
-
read
Create an UpdateRequest by parsing from an InputStream. See alsoread
operations for parsing contents of a file.- Parameters:
input
- The source of the update request (must be UTF-8).syntax
- The update language syntax
-
read
Create an UpdateRequest by parsing from an InputStream. See alsoread
operations for parsing contents of a file.- Parameters:
usingList
- The list of externally defined USING statementsinput
- The source of the update request (must be UTF-8).syntax
- The update language syntax
-
read
Create an UpdateRequest by parsing from an InputStream. See alsoread
operations for parsing contents of a file.- Parameters:
input
- The source of the update request (must be UTF-8).baseURI
- The base URI for resolving relative URIs.
-
read
Create an UpdateRequest by parsing from an InputStream. See alsoread
operations for parsing contents of a file.- Parameters:
usingList
- The list of externally defined USING statementsinput
- The source of the update request (must be UTF-8).baseURI
- The base URI for resolving relative URIs.
-
read
Create an UpdateRequest by parsing from an InputStream. See alsoread
operations for parsing contents of a file.- Parameters:
input
- The source of the update request (must be UTF-8).baseURI
- The base URI for resolving relative URIs.syntax
- The update language syntax
-
read
public static UpdateRequest read(UsingList usingList, InputStream input, String baseURI, Syntax syntax) Create an UpdateRequest by parsing from an InputStream. See alsoread
operations for parsing contents of a file.- Parameters:
usingList
- The list of externally defined USING statementsinput
- The source of the update request (must be UTF-8).baseURI
- The base URI for resolving relative URIs.syntax
- The update language syntax
-