object Effect extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Effect
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
put(xpath: String)(implicit ns: NamespaceContext): Either[XPathExpressionException, Effect]
Creates XML put effect.
Creates XML put effect.
- xpath
xpath string
- returns
XML put effect
-
def
put(expr: Expr): Effect
Creates XML put effect.
Creates XML put effect.
- expr
xpath expression
- returns
XML put effect
-
def
putValue(xpath: String, value: Any)(implicit ns: NamespaceContext): Either[XPathExpressionException, Effect]
Creates XML put value effect.
Creates XML put value effect.
- xpath
xpath string
- returns
XML put value effect
-
def
putValue(expr: Expr, value: Any): Effect
Creates XML put value effect.
Creates XML put value effect.
- expr
xpath expression
- returns
XML put value effect
-
def
remove(xpath: String)(implicit ns: NamespaceContext): Either[XPathExpressionException, Effect]
Creates XML remove effect.
Creates XML remove effect.
- xpath
xpath string
- returns
XML remove effect
-
def
remove(expr: Expr): Effect
Creates XML remove effect.
Creates XML remove effect.
- expr
xpath expression
- returns
XML remove effect
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()