|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.functions.URIQueryParameters
public class URIQueryParameters
A set of query parameters on a URI passed to the collection() or document() function
Nested Class Summary | |
---|---|
static class |
URIQueryParameters.RegexFilter
|
Field Summary | |
---|---|
(package private) FilenameFilter |
filter
|
static int |
ON_ERROR_FAIL
|
static int |
ON_ERROR_IGNORE
|
static int |
ON_ERROR_WARNING
|
(package private) Integer |
onError
|
(package private) XMLReader |
parser
|
(package private) Boolean |
recurse
|
(package private) int |
strip
|
(package private) Integer |
validation
|
Constructor Summary | |
---|---|
URIQueryParameters(String query,
Configuration config)
|
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 |
XMLReader |
getXMLReader()
Get the selected XML parser, or null if unspecified |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
FilenameFilter filter
Boolean recurse
Integer validation
int strip
Integer onError
XMLReader parser
public static final int ON_ERROR_FAIL
public static final int ON_ERROR_WARNING
public static final int ON_ERROR_IGNORE
Constructor Detail |
---|
public URIQueryParameters(String query, Configuration config)
Method Detail |
---|
public int getStripSpace()
Whitespace.ALL
, Whitespace.IGNORABLE
, Whitespace.NONE
,
Whitespace.UNSPECIFIED
public Integer getValidationMode()
public FilenameFilter getFilenameFilter()
public Boolean getRecurse()
public Integer getOnError()
public XMLReader getXMLReader()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |