public class URIQueryParameters
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
URIQueryParameters.RegexFilter |
Modifier and Type | Field | Description |
---|---|---|
(package private) java.io.FilenameFilter |
filter |
|
static int |
ON_ERROR_FAIL |
|
static int |
ON_ERROR_IGNORE |
|
static int |
ON_ERROR_WARNING |
|
(package private) java.lang.Integer |
onError |
|
(package private) org.xml.sax.XMLReader |
parser |
|
(package private) java.lang.Boolean |
recurse |
|
(package private) int |
strip |
|
(package private) boolean |
unparsed |
|
(package private) java.lang.Integer |
validation |
|
(package private) java.lang.Boolean |
xinclude |
Constructor | Description |
---|---|
URIQueryParameters(java.lang.String query,
Configuration config) |
Create an object representing the query part of a URI
|
Modifier and Type | Method | Description |
---|---|---|
java.io.FilenameFilter |
getFilenameFilter() |
Get the file name filter (select=pattern), or null if unspecified
|
java.lang.Integer |
getOnError() |
Get the value of the on-error=fail|warning|ignore parameter, or null if unspecified
|
java.lang.Boolean |
getRecurse() |
Get the value of the recurse=yes|no parameter, or null if unspecified
|
int |
getStripSpace() |
Get the value of the strip-space=yes|no parameter.
|
java.lang.Integer |
getValidationMode() |
Get the value of the validation=strict|lax|preserve|strip parameter, or null if unspecified
|
java.lang.Boolean |
getXInclude() |
Get the value of xinclude=yes|no, or null if unspecified
|
org.xml.sax.XMLReader |
getXMLReader() |
Get the selected XML parser, or null if unspecified
|
boolean |
isUnparsed() |
Get the value of unparsed=yes|no, or false if unspecified
|
java.io.FilenameFilter filter
java.lang.Boolean recurse
java.lang.Integer validation
int strip
java.lang.Integer onError
org.xml.sax.XMLReader parser
java.lang.Boolean xinclude
boolean unparsed
public static final int ON_ERROR_FAIL
public static final int ON_ERROR_WARNING
public static final int ON_ERROR_IGNORE
public URIQueryParameters(java.lang.String query, Configuration config)
query
- the part of the URI after the "?" symbolconfig
- the Saxon configurationpublic int getStripSpace()
Whitespace.ALL
, Whitespace.IGNORABLE
, Whitespace.NONE
,
Whitespace.UNSPECIFIED
public java.lang.Integer getValidationMode()
public java.io.FilenameFilter getFilenameFilter()
public java.lang.Boolean getRecurse()
public java.lang.Integer getOnError()
public java.lang.Boolean getXInclude()
public boolean isUnparsed()
public org.xml.sax.XMLReader getXMLReader()