XmlPatch

object XmlPatch
Companion
class
class Object
trait Matchable
class Any

Type members

Types

type NodeSeqPatchMap = Map[Option[NodeSeq], Option[NodeSeq]]

Value members

Concrete methods

def apply(original: NodeSeq, f: NodeSeq => NodeSeq): XmlPatch
def const(original: NodeSeq, updated: NodeSeq): XmlPatch
def id(original: NodeSeq): XmlPatch