cats-xml core
cats-xml core
cats.xml
JavaConverters
JavaConvertersSyntax
JDocumentOps
NamedNodeMapOps
NodeContent
NodeContent
Children
Empty
Text
Xml
Xml
XmlArray
XmlAttribute
XmlAttribute
XmlBool
XmlByte
XmlData
XmlData
XmlNode
XmlNode
XmlNull
XmlNumber
XmlParser
XmlParser
XmlPrinter
Config
Config
XmlString
XmlString
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
LeftBoundLimitAttr
Missing
MissingAttrAtIndex
MissingAttrByKey
MissingAttrHead
MissingAttrLast
MissingNode
MissingText
RightBoundLimitAttr
ValidationsFailed
FreeCursor
FreeCursor
GenericCursor
HCursor
NodeCursor
NodeCursor
Op
Down
Op
Root
Simple
TextCursor
VCursor
cats.xml.modifier
Modifier
Modifier
ModifierFailure
ModifierFailure
CursorFailed
Custom
Error
InvalidData
ModifierFailureException
ModifierInstances
cats.xml.utils
ErrorKeeper
ErrorKeeper
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
GenericCursor
[
XmlNode
,
XmlNode
]
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
attr
(
key:
String
):
AttrCursor
def
attrHead
:
AttrCursor
def
attrLast
:
AttrCursor
def
down
(
nodeName:
String
):
NodeCursor
def
downPath
(
path:
String
):
NodeCursor
def
modify
(
modifier: ()
=>
XmlNode
):
Modifier
[
XmlNode
]
def
selectDynamic
(
nodeName:
String
):
NodeCursor
def
text
:
TextCursor
Inherited methods
def
as
[
T
:
Decoder
]:
FreeCursor
[
Xml
,
T
]
Inherited from:
Cursor
def
focus
(
input:
XmlNode
):
Result
[
XmlNode
]
Inherited from:
GenericCursor
final
def
up
:
NodeCursor
Inherited from:
VCursor
Concrete fields
lazy override
val
path
:
String
Inherited fields
protected
val
lastCursor
:
NodeCursor
Inherited from:
VCursor