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.cursor
/
NodeCursor
NodeCursor
sealed
trait
NodeCursor
extends
Dynamic
with
VCursor
[
XmlNode
,
NodeCursor
]
Vertical cursor for nodes
Companion:
object
Graph
Supertypes
Known subtypes
trait
VCursor
[
XmlNode
,
NodeCursor
]
trait
Cursor
[
XmlNode
]
trait
Serializable
trait
Dynamic
class
Object
trait
Matchable
class
Any
object
Root
.type
class
Simple
Type members
Value members
Type members
Inherited types
type
Focus
=
HFocus
Inherited from:
VCursor
Value members
Abstract methods
def
history
:
List
[
Op
]
Concrete methods
def
\
(
nodeName:
String
):
NodeCursor
def
\\
(
nodeName:
String
):
NodeCursor
def
apply
(
index:
Int
):
NodeCursor
def
applyDynamic
(
nodeName:
String
)(
index:
Int
):
NodeCursor
def
attr
(
key:
String
):
AttrCursor
def
attrAt
(
index:
Long
):
AttrCursor
def
attrHead
:
AttrCursor
def
attrLast
:
AttrCursor
def
deepDown
(
nodeName:
String
):
NodeCursor
def
down
(
nodeName:
String
):
NodeCursor
def
downPath
(
path:
String
):
NodeCursor
def
filter
(
p:
XmlNode
=>
Boolean
):
NodeCursor
def
find
(
p:
XmlNode
=>
Boolean
):
NodeCursor
def
head
:
NodeCursor
def
last
:
NodeCursor
def
modify
(
modifier: ()
=>
XmlNode
):
Modifier
[
XmlNode
]
def
selectDynamic
(
nodeName:
String
):
NodeCursor
def
text
:
TextCursor
def
|
(
p:
XmlNode
=>
Boolean
):
NodeCursor
Inherited methods
def
as
[
T
:
Decoder
]:
FreeCursor
[
Xml
,
T
]
Inherited from:
Cursor
def
focus
(
input:
XmlNode
):
Result
[
XmlNode
]
Inherited from:
Cursor
final
def
up
:
NodeCursor
Inherited from:
VCursor
Concrete fields
final lazy override
val
path
:
String
Inherited fields
protected
val
lastCursor
:
NodeCursor
Inherited from:
VCursor