Class URIQueryParameters

java.lang.Object
net.sf.saxon.functions.URIQueryParameters

public class URIQueryParameters extends Object
A set of query parameters on a URI passed to the collection() or document() function
  • Field Details

  • Constructor Details

  • Method Details

    • getStripSpace

      public int getStripSpace()
      Get the value of the strip-space=yes|no parameter. Returns one of the values Whitespace.ALL, Whitespace.IGNORABLE, Whitespace.NONE, Whitespace.UNSPECIFIED
    • getValidationMode

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

      public FilenameFilter getFilenameFilter()
      Get the file name filter (select=pattern), or null if unspecified
    • getRecurse

      public Boolean getRecurse()
      Get the value of the recurse=yes|no parameter, or null if unspecified
    • getOnError

      public Integer getOnError()
      Get the value of the on-error=fail|warning|ignore parameter, or null if unspecified
    • getXMLReader

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