Packages

package xml

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class XmlDataSource extends Serializable with Logging

    Common functions for parsing XML files

  2. class XmlFileFormat extends TextBasedFileFormat with DataSourceRegister

    Provides access to XML data from pure SQL statements.

  3. class XmlInputFormat extends TextInputFormat

    Reads records that are delimited by a specific start/end tag.

  4. class XmlOutputWriter extends OutputWriter with Logging

Value Members

  1. object MultiLineXmlDataSource extends XmlDataSource
  2. object TextInputXmlDataSource extends XmlDataSource
  3. object XSDToSchema extends Logging

    Utility to generate a Spark schema from an XSD.

    Utility to generate a Spark schema from an XSD. Not all XSD schemas are simple tabular schemas, so not all elements or XSDs are supported.

  4. object XmlDataSource extends Logging with Serializable
  5. object XmlInputFormat
  6. object XmlUtils

Ungrouped