Packages

p

xmls

package xmls

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class Attribute(name: String, value: Option[String], prefix: Option[String] = None) extends Product with Serializable
    Annotations
    @JSExportAll()
  2. final case class CharacterData(text: String) extends Element with Product with Serializable
    Annotations
    @JSExportAll()
  3. final case class Closing(name: Option[String], prefix: Option[String] = None) extends Product with Serializable
    Annotations
    @JSExportAll()
  4. final case class Comment(text: String) extends Element with Product with Serializable
    Annotations
    @JSExportAll()
  5. trait Element extends AnyRef
  6. final case class Node(name: String, attrs: Seq[Attribute], children: Seq[Element], prefix: Option[String] = None) extends XmlNode[Seq, Attribute] with Product with Serializable
    Annotations
    @JSExportAll()
  7. final case class Opening(name: String, attrs: Seq[Attribute], closed: Boolean, prefix: Option[String] = None) extends Product with Serializable
    Annotations
    @JSExportAll()
  8. final case class Text(value: String) extends Element with Product with Serializable
    Annotations
    @JSExportAll()
  9. class Xml extends Parser
    Annotations
    @JSExportAll()
  10. trait XmlNode[ListType[_], AttributeType] extends Element
  11. class XmlParserError extends RuntimeException
    Annotations
    @JSExportAll()

Value Members

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

Ungrouped