Packages

package Lowlevel

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class OMCodingState extends AnyRef

    the OpenMath Coding State of an SCSCP instance

  2. case class SCSCPPi(key: Option[String], attributes: Map[String, String]) extends Product with Serializable

    Represents a single XML processing instruction

Value Members

  1. object AutoState extends OMCodingState with Product with Serializable
  2. object JSONState extends OMCodingState with Product with Serializable
  3. object SCSCPPi extends Serializable
  4. object XMLState extends OMCodingState with Product with Serializable

Ungrouped