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

Concise view

Value members

Concrete methods

def put(expr: Expr): Effect

Creates XML put effect.

Creates XML put effect.

Attributes

expr

xpath expression

Returns:

XML put effect

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

Creates XML put effect.

Creates XML put effect.

Attributes

xpath

xpath string

Returns:

XML put effect

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

Creates XML put value effect.

Creates XML put value effect.

Attributes

expr

xpath expression

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.

Attributes

xpath

xpath string

Returns:

XML put value effect

def remove(expr: Expr): Effect

Creates XML remove effect.

Creates XML remove effect.

Attributes

expr

xpath expression

Returns:

XML remove effect

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

Creates XML remove effect.

Creates XML remove effect.

Attributes

xpath

xpath string

Returns:

XML remove effect