package
xml
Type Members
-
type
DataGetException = data.DataGetException
-
type
Extractor[T, -D] = data.Extractor[T, D]
-
type
MissingValueException = data.MissingValueException
-
type
Serializer[T, -D] = data.Serializer[T, D]
-
type
TypeMismatchException = data.TypeMismatchException
Value Members
-
val
MissingValueException: data.MissingValueException.type
-
val
TypeMismatchException: data.TypeMismatchException.type
-
val
patternMatching: data.patternMatching.type
-
-
implicit
def
xmlBufferStringContext(sc: StringContext)(implicit parser: Parser[String, XmlBufferAst]): XmlBufferStrings
-
implicit
def
xmlStringContext(sc: StringContext)(implicit parser: Parser[String, XmlAst]): XmlStrings
Inherited from AnyRef
Inherited from Any