Class CsvXmlGenerator

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

public class CsvXmlGenerator extends CsvRepresentationGenerator
Handles generating a simple XML representation of a CSV from a sequence of array items (array(xs:string)*).
  • Constructor Details

    • CsvXmlGenerator

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