Class CsvRecordGenerator

java.lang.Object
com.saxonica.functions.qt4.csv.CsvRepresentationGenerator
com.saxonica.functions.qt4.csv.CsvRecordGenerator

public class CsvRecordGenerator extends CsvRepresentationGenerator
Handles generating a parsed-csv-record-structure from a sequence of array items (array(xs:string)*).
  • Field Details

    • EMPTY_CSV

      public static MapItem EMPTY_CSV
      Represents an entirely empty CSV - no column information, and no rows of data.
  • Constructor Details

    • CsvRecordGenerator

      public CsvRecordGenerator(Map<String,GroundedValue> options) throws XPathException
      Construct an instance using the passed in options Map.
      Parameters:
      options - options for the conversion as a map of String : Sequence pairs
      Throws:
      XPathException - if there's a problem getting values from the options
  • Method Details