UriRewrite

final case class UriRewrite(xmlBaseAttributeOption: Option[URI], uriStartString: String, rewritePrefix: String)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Returns the rewrite prefix, but if this rewrite element contains an XML Base attribute, first resolves the rewrite prefix against that XML Base attribute.

Returns the rewrite prefix, but if this rewrite element contains an XML Base attribute, first resolves the rewrite prefix against that XML Base attribute.

def effectiveRewritePrefix(parentBaseUriOption: Option[URI]): String

Returns the rewrite prefix, after XML Base resolution, given the passed optional parent base URI.

Returns the rewrite prefix, after XML Base resolution, given the passed optional parent base URI.

Returns the normalized URI start string, which is used for matching against normalized URIs.

Returns the normalized URI start string, which is used for matching against normalized URIs.

def toElem: Elem
def xmlBaseOption(parentBaseUriOption: Option[URI]): Option[URI]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product