Package net.sf.saxon.functions
Class URIQueryParameters
java.lang.Object
net.sf.saxon.functions.URIQueryParameters
A set of query parameters on a URI passed to the collection() or document() function
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) FilenameFilter
static final int
static final int
static final int
(package private) Integer
(package private) XMLReader
(package private) Boolean
(package private) int
(package private) Integer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the file name filter (select=pattern), or null if unspecifiedGet the value of the on-error=fail|warning|ignore parameter, or null if unspecifiedGet the value of the recurse=yes|no parameter, or null if unspecifiedint
Get the value of the strip-space=yes|no parameter.Get the value of the validation=strict|lax|preserve|strip parameter, or null if unspecifiedGet the selected XML parser, or null if unspecified
-
Field Details
-
filter
FilenameFilter filter -
recurse
Boolean recurse -
validation
Integer validation -
strip
int strip -
onError
Integer onError -
parser
XMLReader parser -
ON_ERROR_FAIL
public static final int ON_ERROR_FAIL- See Also:
-
ON_ERROR_WARNING
public static final int ON_ERROR_WARNING- See Also:
-
ON_ERROR_IGNORE
public static final int ON_ERROR_IGNORE- See Also:
-
-
Constructor Details
-
URIQueryParameters
-
-
Method Details
-
getStripSpace
public int getStripSpace()Get the value of the strip-space=yes|no parameter. Returns one of the valuesWhitespace.ALL
,Whitespace.IGNORABLE
,Whitespace.NONE
,Whitespace.UNSPECIFIED
-
getValidationMode
Get the value of the validation=strict|lax|preserve|strip parameter, or null if unspecified -
getFilenameFilter
Get the file name filter (select=pattern), or null if unspecified -
getRecurse
Get the value of the recurse=yes|no parameter, or null if unspecified -
getOnError
Get the value of the on-error=fail|warning|ignore parameter, or null if unspecified -
getXMLReader
Get the selected XML parser, or null if unspecified
-