root
root
com.github.simy4.xpath.scala
Effect
Effect
XmlBuilder
BuilderPartiallyApplied
implicits
com.github.simy4.xpath.scala.impl
ToXmlElemOps
XmlElemOps
com.github.simy4.xpath.scala.navigator
Attribute
Element
Root
ScalaXmlNavigator
ScalaXmlNode
com.github.simy4.xpath.scala.spi
ScalaXmlNavigatorSpi
com.github.simy4.xpath.scala.xpath
ToXPathLiteral
XPathLiteral
root
/
com.github.simy4.xpath.scala.navigator
/
ScalaXmlNode
ScalaXmlNode
sealed
trait
ScalaXmlNode
extends
Node
with
Equals
Scala XML node contract.
Since
2.0
Graph
Supertypes
trait
Equals
trait
Node
class
Object
trait
Matchable
class
Any
Type members
Value members
Type members
Types
type
N
Value members
Abstract methods
def
attributes
:
Iterable
[
ScalaXmlNode
]
def
elements
:
Iterable
[
ScalaXmlNode
]
Inherited methods
def
canEqual
(that:
Any
):
Boolean
Inherited from
Equals
def
getName
():
QName
Inherited from
Node
def
getText
():
String
Inherited from
Node
Abstract fields
val
parent
:
ScalaXmlNode