GenericXmlNodeWriteOps

cats.xml.XmlNodeSyntax.GenericXmlNodeWriteOps
implicit class GenericXmlNodeWriteOps[K <: XmlNode](val genericNode: K)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Self = Self

Value members

Concrete methods

def appendChildren(child: XmlNode, children: XmlNode*): Self
def prependChildren(child: XmlNode, children: XmlNode*): Self
def updateChildren(f: () => Seq[XmlNode]): Self
def withChildren(child: XmlNode, children: XmlNode*): Self
def withChildren(children: Seq[XmlNode]): Self
def withContent(newContent: NodeContent): Self
def withOptContent(newContent: Option[NodeContent]): Self

Concrete fields

val genericNode: K