net.sf.saxon.functions

Class URIQueryParameters

public class URIQueryParameters extends Object

A set of query parameters on a URI passed to the collection() or document() function
Nested Class Summary
static classURIQueryParameters.RegexFilter
Field Summary
FilenameFilterfilter
IntegeronError
static intON_ERROR_FAIL
static intON_ERROR_IGNORE
static intON_ERROR_WARNING
XMLReaderparser
Booleanrecurse
intstrip
Integervalidation
Constructor Summary
URIQueryParameters(String query, Configuration config)
Method Summary
FilenameFiltergetFilenameFilter()
Get the file name filter (select=pattern), or null if unspecified
IntegergetOnError()
Get the value of the on-error=fail|warning|ignore parameter, or null if unspecified
BooleangetRecurse()
Get the value of the recurse=yes|no parameter, or null if unspecified
intgetStripSpace()
Get the value of the strip-space=yes|no parameter.
IntegergetValidationMode()
Get the value of the validation=strict|lax|preserve|strip parameter, or null if unspecified
XMLReadergetXMLReader()
Get the selected XML parser, or null if unspecified

Field Detail

filter

FilenameFilter filter

onError

Integer onError

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

parser

XMLReader parser

recurse

Boolean recurse

strip

int strip

validation

Integer validation

Constructor Detail

URIQueryParameters

public URIQueryParameters(String query, Configuration config)

Method Detail

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()
Get the value of the strip-space=yes|no parameter. Returns one of the values ALL, IGNORABLE, NONE, UNSPECIFIED

getValidationMode

public Integer getValidationMode()
Get the value of the validation=strict|lax|preserve|strip parameter, or null if unspecified

getXMLReader

public XMLReader getXMLReader()
Get the selected XML parser, or null if unspecified