net.sf.saxon.functions
public class URIQueryParameters extends Object
Nested Class Summary | |
---|---|
static class | URIQueryParameters.RegexFilter |
Field Summary | |
---|---|
FilenameFilter | filter |
Integer | onError |
static int | ON_ERROR_FAIL |
static int | ON_ERROR_IGNORE |
static int | ON_ERROR_WARNING |
XMLReader | parser |
Boolean | recurse |
int | strip |
boolean | unparsed |
Integer | validation |
Boolean | xinclude |
Constructor Summary | |
---|---|
URIQueryParameters(String query, Configuration config)
Create an object representing the query part of a URI |
Method Summary | |
---|---|
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 |
boolean | isUnparsed()
Get the value of unparsed=yes|no, or false if unspecified |
Parameters: query the part of the URI after the "?" symbol config the Saxon configuration