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
/
AbstractXmlNode
AbstractXmlNode
sealed
trait
AbstractXmlNode
extends
Xml
Graph
Supertypes
Known subtypes
trait
Xml
class
Object
trait
Matchable
class
Any
class
XmlNode
class
XmlNodeGroup
Value members
Value members
Abstract methods
def
content
:
NodeContent
Concrete methods
def
children
:
Seq
[
XmlNode
]
def
deepSubNodes
:
LazyList
[
XmlNode
]
def
filterChildren
(
thatLabel:
String
):
List
[
XmlNode
]
def
filterChildrenBy
(
p:
XmlNode
=>
Boolean
):
List
[
XmlNode
]
def
filterDeepChildren
(
thatLabel:
String
):
LazyList
[
XmlNode
]
def
filterDeepChildrenBy
(
p:
XmlNode
=>
Boolean
):
LazyList
[
XmlNode
]
def
findChild
(
thatLabel:
String
):
Option
[
XmlNode
]
def
findChildBy
(
p:
XmlNode
=>
Boolean
):
Option
[
XmlNode
]
def
findDeepChild
(
thatLabel:
String
):
Option
[
XmlNode
]
def
findDeepChildBy
(
p:
XmlNode
=>
Boolean
):
Option
[
XmlNode
]
def
isEmpty
:
Boolean
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
Concrete fields
lazy
val
isGroup
:
Boolean
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