Class URIQueryParameters


  • public class URIQueryParameters
    extends java.lang.Object
    A set of query parameters on a URI passed to the collection() or document() function
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.FilenameFilter getFilenameFilter()
      Get the file name filter (select=pattern), or null if unspecified
      java.lang.Integer getOnError()
      Get the value of the on-error=fail|warning|ignore parameter, or null if unspecified
      java.lang.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.
      java.lang.Integer getValidationMode()
      Get the value of the validation=strict|lax|preserve|strip parameter, or null if unspecified
      org.xml.sax.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

      • filter

        java.io.FilenameFilter filter
      • recurse

        java.lang.Boolean recurse
      • validation

        java.lang.Integer validation
      • strip

        int strip
      • onError

        java.lang.Integer onError
      • parser

        org.xml.sax.XMLReader parser
    • Constructor Detail

      • URIQueryParameters

        public URIQueryParameters​(java.lang.String query,
                                  Configuration config)
    • Method Detail

      • getValidationMode

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

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

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

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

        public org.xml.sax.XMLReader getXMLReader()
        Get the selected XML parser, or null if unspecified