net.sf.saxon.functions
Class URIQueryParameters
java.lang.Object
net.sf.saxon.functions.URIQueryParameters
public class URIQueryParameters
extends java.lang.Object
A set of query parameters on a URI passed to the collection() or document() function
FilenameFilter | getFilenameFilter() - Get the file name filter (select=pattern), or null if unspecified
|
Integer | getOnError() - Get the value of the on-error=fail|warning|ignore parameter, or null if unspecified
|
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.
|
Integer | getValidationMode() - Get the value of the validation=strict|lax|preserve|strip parameter, or null if unspecified
|
Boolean | getXInclude() - Get the value of xinclude=yes|no, or null if unspecified
|
XMLReader | getXMLReader() - Get the selected XML parser, or null if unspecified
|
ON_ERROR_FAIL
public static final int ON_ERROR_FAIL
ON_ERROR_IGNORE
public static final int ON_ERROR_IGNORE
ON_ERROR_WARNING
public static final int ON_ERROR_WARNING
URIQueryParameters
public URIQueryParameters(String query,
Configuration config)
getFilenameFilter
public FilenameFilter getFilenameFilter()
Get the file name filter (select=pattern), or null if unspecified
getOnError
public Integer getOnError()
Get the value of the on-error=fail|warning|ignore parameter, or null if unspecified
getRecurse
public Boolean getRecurse()
Get the value of the recurse=yes|no parameter, or null if unspecified
getStripSpace
public int getStripSpace()
getValidationMode
public Integer getValidationMode()
Get the value of the validation=strict|lax|preserve|strip parameter, or null if unspecified
getXInclude
public Boolean getXInclude()
Get the value of xinclude=yes|no, or null if unspecified
getXMLReader
public XMLReader getXMLReader()
Get the selected XML parser, or null if unspecified