XmlNodeCursorOps
cats.xml.XmlNodeSyntax.XmlNodeCursorOps
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Build and apply a Cursor
to this XmlNode
instance.
Build and apply a Cursor
to this XmlNode
instance.
Type parameters
- X
-
type of the focusing output
Value parameters
- f
-
function to build the cursor
Attributes
- Returns
-
Cursor result, Left when fails Right when succeed
Build and apply a FreeCursor
to this XmlNode
instance.
Build and apply a FreeCursor
to this XmlNode
instance.
Type parameters
- T
-
type of the focusing output
Value parameters
- f
-
function to build the cursor
Attributes
- Returns
-
Cursor result, Left when fails Right when succeed
In this article