object
ElementOptics extends ElementOptics
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
allChildren: Traversal[Element, Node]
-
val
allLabeledElements: Traversal[Element, LabeledElement]
-
val
allTexts: Traversal[Element, Text]
-
final
def
asInstanceOf[T0]: T0
-
def
attribute(key: String): Optional[Element, String]
-
def
attribute(key: NameMatcher): Optional[Element, String]
-
val
attributes: Lens[Element, Seq[Attribute]]
-
val
children: Lens[Element, Seq[Node]]
-
def
clone(): AnyRef
-
def
deeper(label: String): Traversal[Element, Element]
-
def
deeper(elementMatcher: NameMatcher): Traversal[Element, Element]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
val
hasOneChild: Optional[Element, Node]
-
val
hasTextOnly: Optional[Element, String]
-
def
hashCode(): Int
-
def
index: Index[Element, Int, Node]
-
def
indexElementOptional(i: Int): Optional[Element, LabeledElement]
-
final
def
isInstanceOf[T0]: Boolean
-
val
namespaces: Lens[Element, Seq[NamespaceDeclaration]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any