Package

pl.msitko.xml

matchers

Permalink

package matchers

Visibility
  1. Public
  2. All

Type Members

  1. final case class IgnoreNamespaceMatcher(localName: String) extends NameMatcher with ToResolvedName with Product with Serializable

    Permalink
  2. trait NameMatcher extends AnyRef

    Permalink
  3. final case class Namespace(uri: String) extends Product with Serializable

    Permalink
  4. final case class PrefixedNamespace(prefix: String, uri: String) extends Product with Serializable

    Permalink
  5. final case class PrefixedResolvedNameMatcher(prefix: String, uri: String, localName: String) extends NameMatcher with ToResolvedName with Product with Serializable

    Permalink
  6. final case class ResolvedNameMatcher(uri: String, localName: String) extends NameMatcher with Product with Serializable

    Permalink
  7. trait ToResolvedName extends AnyRef

    Permalink

Value Members

  1. object NameMatcher

    Permalink
  2. object Namespace extends Serializable

    Permalink

Ungrouped