Node

fs2.data.xml.xpath.Node
See theNode companion object
case class Node(prefix: Option[String], local: Option[String])

Attributes

Companion
object
Source
XPath.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def matches(name: QName): Boolean

Attributes

Source
XPath.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product