Packages

p

xmls

package xmls

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class Closing(name: Option[String], prefix: Option[String] = None) extends Product with Serializable
    Annotations
    @JSExportAll()
  2. final case class Opening(name: String, attrs: Seq[MetaData], prefix: Option[String] = None) extends Product with Serializable
    Annotations
    @JSExportAll()
  3. class XmlParser extends Parser
    Annotations
    @JSExportAll()
  4. class XmlParserError extends RuntimeException
    Annotations
    @JSExportAll()

Value Members

  1. object XMLS
    Annotations
    @JSExportTopLevel("XMLS") @JSExportAll()

Ungrouped