cats-xml
cats-xml
API
cats.xml
JavaConverters
NodeContent
NodeContent
Children
Empty
Text
Xml
Xml
XmlNull
XmlAttribute
XmlAttribute
XmlData
XmlData
XmlNode
XmlNode
Group
Node
XmlNodeInstances
XmlNodeSyntax
GenericXmlNodeReadOps
GenericXmlNodeWriteOps
XmlNodeCursorOps
XmlNodeNodeWriteOps
XmlParser
XmlParser
XmlPrinter
XmlPrinter
Config
Config
implicits
syntax
cats.xml.codec
Codec
Codec
DataEncoder
DataEncoder
Decoder
Decoder
DecoderFailure
DecoderFailure
CoproductNoMatch
CursorFailed
Custom
DecoderFailureException
Error
NoTextAvailable
DecoderFailureSyntax
classDecoderFailureNelOps
Encoder
Encoder
cats.xml.cursor
AttrCursor
AttrCursor
Op
Head
Last
Left
Right
SelectAttr
SelectAttrByIndex
Op
Cursor
Cursor
CursorFailure
CursorFailure
CursorFailureException
Custom
DecoderFailed
Error
FailedAttribute
FailedNode
InvalidTargetType
LeftBoundLimitAttr
Missing
MissingAttrAtIndex
MissingAttrByKey
MissingAttrHead
MissingAttrLast
MissingNode
MissingNodeAtIndex
MissingNodeFind
MissingNodeHead
MissingNodeInEmptyGroup
MissingNodeLast
MissingText
RightBoundLimitAttr
ValidationsFailed
FreeCursor
FreeCursor
HCursor
NodeCursor
NodeCursor
Op
DeepDown
Down
DownWildcard
Filter
FindChild
Head
Last
SelectNodeByIndex
Op
Root
Simple
TextCursor
TextCursor
VCursor
cats.xml.modifier
Modifier
Modifier
ModifierFailure
ModifierFailure
CursorFailed
Custom
DecoderFailed
Error
InvalidData
ModifierFailureException
ModifierInstances
cats.xml.validator
Validator
Validator
cats-xml
/
cats.xml
/
XmlData
XmlData
cats.xml.XmlData$
See the
XmlData
companion trait
object
XmlData
Attributes
Companion:
trait
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
Self type
XmlData
.type
Clear all
Members list
Concise view
Type members
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Attributes
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Attributes
Inherited from:
Mirror
Value members
Concrete methods
def
fromArray
[
T
<:
XmlData
](
value
:
Array
[
T
]):
XmlData
def
fromBigDecimal
(
value
:
BigDecimal
):
XmlData
def
fromBigInt
(
value
:
BigInt
):
XmlData
def
fromBoolean
(
value
:
Boolean
):
XmlData
def
fromChar
(
value
:
Char
):
XmlData
def
fromDouble
(
value
:
Double
):
XmlData
def
fromFloat
(
value
:
Float
):
XmlData
def
fromInt
(
value
:
Int
):
XmlData
def
fromLong
(
value
:
Long
):
XmlData
def
fromSeq
[
T
<:
XmlData
:
ClassTag
](
value
:
Seq
[
T
]):
XmlData
def
fromString
(
value
:
String
):
XmlData
def
fromValues
[
T
<:
XmlData
:
ClassTag
](
value
:
T
*):
XmlData
def
parseString
(
value
:
String
):
XmlData
Concrete fields
lazy
val
False
:
XmlData
lazy
val
True
:
XmlData
lazy
val
empty
:
XmlData
Implicits
Implicits
implicit
val
eqXmlData
:
Eq
[
XmlData
]
implicit
def
showXmlData
[
T
<:
XmlData
]:
Show
[
T
]