package Lowlevel
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
sealed abstract
class
OMCodingState extends AnyRef
the OpenMath Coding State of an SCSCP instance
-
case class
SCSCPPi(key: Option[String], attributes: Map[String, String]) extends Product with Serializable
Represents a single XML processing instruction
Value Members
- object AutoState extends OMCodingState with Product with Serializable
- object JSONState extends OMCodingState with Product with Serializable
- object SCSCPPi extends Serializable
- object XMLState extends OMCodingState with Product with Serializable