XmlPath

sealed trait XmlPath
Companion
object
class Object
trait Matchable
class Any
object Nil
class ::

Value members

Abstract methods

def isEmpty: Boolean
def matches(path: List[String]): Boolean

Concrete methods

def ::(head: NameMatcher): ::