Effect

com.github.simy4.xpath.scala.Effect
See theEffect companion class
object Effect

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Effect.type

Members list

Value members

Concrete methods

def put(expr: Expr): Effect

Creates XML put effect.

Creates XML put effect.

Value parameters

expr

xpath expression

Attributes

Returns

XML put effect

def put(xpath: String)(implicit ns: NamespaceContext): Either[XPathExpressionException, Effect]

Creates XML put effect.

Creates XML put effect.

Value parameters

xpath

xpath string

Attributes

Returns

XML put effect

def putValue(expr: Expr, value: Any): Effect

Creates XML put value effect.

Creates XML put value effect.

Value parameters

expr

xpath expression

Attributes

Returns

XML put value effect

def putValue(xpath: String, value: Any)(implicit ns: NamespaceContext): Either[XPathExpressionException, Effect]

Creates XML put value effect.

Creates XML put value effect.

Value parameters

xpath

xpath string

Attributes

Returns

XML put value effect

def remove(expr: Expr): Effect

Creates XML remove effect.

Creates XML remove effect.

Value parameters

expr

xpath expression

Attributes

Returns

XML remove effect

def remove(xpath: String)(implicit ns: NamespaceContext): Either[XPathExpressionException, Effect]

Creates XML remove effect.

Creates XML remove effect.

Value parameters

xpath

xpath string

Attributes

Returns

XML remove effect