org
.
denigma
.
binding
.
extensions
ExtendedElement
Related Doc:
package extensions
trait
ExtendedElement
extends
Any
Linear Supertypes
Any
Known Subclasses
ExtendedHTMLElement
,
ExtendedSVGElement
Ordering
Alphabetic
By Inheritance
Inherited
ExtendedElement
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
children
:
HTMLCollection
abstract
def
display
:
String
abstract
def
display_=
(
value:
String
)
:
Unit
abstract
def
fromParent
[
TOut
]
(
node:
Node
)
(
matcher:
PartialFunction
[
Node
,
TOut
]
)
:
Option
[
TOut
]
abstract
def
getClass
()
:
Class
[_]
Definition Classes
Any
abstract
def
hide
()
:
Unit
abstract
def
nextAll
(
current:
Element
,
previous:
List
[
Element
] =
Nil
)
:
List
[
Element
]
abstract
def
nextUntil
(
current:
Element
,
previous:
List
[
Element
] =
Nil
,
until: (
Element
) ⇒
Boolean
)
:
List
[
Element
]
abstract
def
nextWhile
(
current:
Element
,
previous:
List
[
Element
] =
Nil
,
whileCondition: (
Element
) ⇒
Boolean
)
:
List
[
Element
]
abstract
def
parentElement
:
Element
abstract
def
previousAll
(
current:
Element
,
previous:
List
[
Element
] =
Nil
)
:
List
[
Element
]
abstract
def
previousUntil
(
current:
Element
,
previous:
List
[
Element
] =
Nil
,
until: (
Element
) ⇒
Boolean
)
:
List
[
Element
]
abstract
def
previousWhile
(
current:
Element
,
previous:
List
[
Element
] =
Nil
,
whileCondition: (
Element
) ⇒
Boolean
)
:
List
[
Element
]
abstract
def
selectAllByAttribute
(
attribute:
String
,
value:
String
)
:
NodeList
abstract
def
selectAllByClass
(
classname:
String
)
:
NodeList
abstract
def
selectAllTagsByAttribute
(
tag:
String
,
attribute:
String
,
value:
String
)
:
NodeList
abstract
def
selectByAttribute
(
attribute:
String
,
value:
String
)
:
Element
abstract
def
selectByClass
(
classname:
String
)
:
Element
abstract
def
selectTagByAttribute
(
tag:
String
,
attribute:
String
,
value:
String
)
:
Element
abstract
def
style
:
CSSStyleDeclaration
abstract
def
updateIfExist
(
key:
String
,
value:
Any
)
:
Unit
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
implicit
def
extNode
(
el:
Node
)
:
ExtendedNode
def
hashCode
()
:
Int
Definition Classes
Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
toString
()
:
String
Definition Classes
Any
Inherited from
Any
Ungrouped