rapture

xml

package xml

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. xml
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type DataGetException = data.DataGetException

  2. type Extractor[T, -D] = data.Extractor[T, D]

  3. type MissingValueException = data.MissingValueException

  4. type Serializer[T, -D] = data.Serializer[T, D]

  5. trait Serializers_1 extends AnyRef

  6. type TypeMismatchException = data.TypeMismatchException

  7. class Xml extends XmlDataType[Xml, XmlAst] with DynamicData[Xml, XmlAst]

    Represents some parsed XML.

  8. trait Xml.parse extends MethodConstraint

  9. trait XmlAst extends DataAst

  10. case class XmlAttribute(key: String, value: String) extends Product with Serializable

  11. class XmlBuffer extends XmlDataType[XmlBuffer, XmlBufferAst] with MutableDataType[XmlBuffer, XmlBufferAst] with DynamicData[XmlBuffer, XmlBufferAst]

  12. trait XmlBufferAst extends XmlAst with MutableDataAst

Value Members

  1. val MissingValueException: data.MissingValueException.type

  2. val TypeMismatchException: data.TypeMismatchException.type

  3. object Xml extends XmlDataCompanion[Xml, XmlAst] with Xml_1

    Companion object to the Xml type, providing factory and extractor methods, and a XML pretty printer.

  4. object XmlBuffer extends XmlDataCompanion[XmlBuffer, XmlBufferAst]

  5. object formatters

  6. val patternMatching: data.patternMatching.type

  7. implicit def xmlBufferStringContext(sc: StringContext)(implicit parser: Parser[String, XmlBufferAst]): XmlBufferStrings

  8. implicit def xmlStringContext(sc: StringContext)(implicit parser: Parser[String, XmlAst]): XmlStrings

Inherited from AnyRef

Inherited from Any

Ungrouped