package matchers
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class IgnoreNamespaceMatcher(localName: String) extends NameMatcher with ToResolvedName with Product with Serializable
- trait NameMatcher extends AnyRef
- final case class Namespace(uri: String) extends Product with Serializable
- final case class PrefixedNamespace(prefix: String, uri: String) extends Product with Serializable
- final case class PrefixedResolvedNameMatcher(prefix: String, uri: String, localName: String) extends NameMatcher with ToResolvedName with Product with Serializable
- final case class ResolvedNameMatcher(uri: String, localName: String) extends NameMatcher with Product with Serializable
- trait ToResolvedName extends AnyRef
Value Members
- object NameMatcher
- object Namespace extends Serializable