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
/
XmlData
XmlData
sealed
trait
XmlData
extends
Xml
with
Serializable
Companion:
object
Graph
Supertypes
Known subtypes
trait
Serializable
trait
Xml
class
Object
trait
Matchable
class
Any
object
XmlNull
.type
Value members
Value members
Concrete methods
def
as
[
T
:
Decoder
]:
Result
[
T
]
def
asString
:
String
def
isEmpty
:
Boolean
override
def
toString
:
String
Definition Classes
Any
Inherited methods
final
def
asAttribute
:
Option
[
XmlAttribute
]
Inherited from:
Xml
final
def
asData
:
Option
[
XmlData
]
Inherited from:
Xml
final
def
asNode
:
Option
[
XmlNode
]
Inherited from:
Xml
Inherited fields
final lazy
val
isAttribute
:
Boolean
Inherited from:
Xml
final lazy
val
isData
:
Boolean
Inherited from:
Xml
final lazy
val
isNode
:
Boolean
Inherited from:
Xml
final lazy
val
isNull
:
Boolean
Inherited from:
Xml