Packages

p

es.weso.shapepath

schemamappings

package schemamappings

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class ConversionError extends AnyRef
  2. case class ErrorEvaluatingSource(source: ShapePath, schema: Schema, error: ProcessingError) extends ConversionError with Product with Serializable
  3. case class ParseError(msg: String, line: Option[Int]) extends Product with Serializable
  4. class ParserErrorListener extends ANTLRErrorListener
  5. case class SchemaMapping(source: ShapePath, value: IRI) extends Product with Serializable
  6. case class SchemaMappings(prefixMap: PrefixMap, mappings: List[SchemaMapping]) extends Product with Serializable
  7. class SchemaMappingsMaker extends SchemaMappingsDocBaseVisitor[Any]

    Visits the AST and builds the corresponding abstract syntax

Ungrouped