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