Packages

p

pl.msitko.xml

matchers

package matchers

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class IgnoreNamespaceMatcher(localName: String) extends NameMatcher with ToResolvedName with Product with Serializable
  2. trait NameMatcher extends AnyRef
  3. final case class Namespace(uri: String) extends Product with Serializable
  4. final case class PrefixedNamespace(prefix: String, uri: String) extends Product with Serializable
  5. final case class PrefixedResolvedNameMatcher(prefix: String, uri: String, localName: String) extends NameMatcher with ToResolvedName with Product with Serializable
  6. final case class ResolvedNameMatcher(uri: String, localName: String) extends NameMatcher with Product with Serializable
  7. trait ToResolvedName extends AnyRef

Value Members

  1. object NameMatcher
  2. object Namespace extends Serializable

Ungrouped