cats-xml core
cats-xml core
cats.xml
AbstractXmlNode
JavaConverters
NodeContent
NodeContent
Children
Empty
Text
Xml
Xml
XmlNull
XmlAttribute
XmlAttribute
XmlData
XmlData
XmlNode
XmlNode
XmlNodeGroup
XmlParser
XmlParser
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
CursorOp
CursorOp
CursorFailure
CursorFailure
CursorFailureException
Custom
DecoderFailed
Error
FailedAttribute
FailedNode
InvalidTargetType
LeftBoundLimitAttr
Missing
MissingAttrAtIndex
MissingAttrByKey
MissingAttrHead
MissingAttrLast
MissingNode
MissingNodeAtIndex
MissingNodeFind
MissingNodeHead
MissingNodeLast
MissingText
RightBoundLimitAttr
ValidationsFailed
FreeCursor
FreeCursor
HCursor
NodeCursor
NodeCursor
Op
DeepDown
Down
FilterChildren
FindChild
Head
Last
SelectNodeByIndex
Op
Root
Simple
TextCursor
VCursor
cats.xml.modifier
Modifier
Modifier
ModifierFailure
ModifierFailure
CursorFailed
Custom
Error
InvalidData
ModifierFailureException
ModifierInstances
cats.xml.validator
Validator
Validator
cats-xml core
/
cats.xml
cats.xml
package
cats.xml
Type members
Type members
Classlikes
sealed
trait
AbstractXmlNode
extends
Xml
object
JavaConverters
sealed
trait
NodeContent
Coproduct to define XML node content
Coproduct to define XML node content
Companion:
object
object
NodeContent
Companion:
class
trait
Xml
Companion:
object
object
Xml
Companion:
class
case
class
XmlAttribute
(
key:
String
,
value:
XmlData
)
extends
Xml
with
Serializable
Companion:
object
object
XmlAttribute
Companion:
class
sealed
trait
XmlData
extends
Xml
with
Serializable
Companion:
object
object
XmlData
Companion:
class
sealed
class
XmlNode
extends
AbstractXmlNode
Companion:
object
object
XmlNode
Companion:
class
trait
XmlParser
[
F
[
_
]]
Companion:
object
object
XmlParser
Companion:
class
object
XmlPrinter
object
implicits
object
syntax