UrnParser

io.lemonlabs.uri.parsing.UrnParser
See theUrnParser companion object
class UrnParser(val input: String)(implicit conf: UriConfig) extends UriParser

Attributes

Companion:
object
Graph
Supertypes
trait UriParser
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def _nid: Parser0[String]
def _nss: Parser[String]
def _urn: Parser[Urn]
def _urn_path: Parser[UrnPath]
def parseUrn(): Try[Urn]
def parseUrnPath(): Try[UrnPath]

Concrete fields

val extractUrnPath: (String, String) => UrnPath
val input: String

Inherited fields

val _alpha_num: Parser[Char]

Attributes

Inherited from:
UriParser
val _hex_digit: Parser[Char]

Attributes

Inherited from:
UriParser
val _p_char: Parser[Char]

Attributes

Inherited from:
UriParser
val _pct_encoded: Parser[Char]

Attributes

Inherited from:
UriParser
val _sub_delims: Parser[Char]

Attributes

Inherited from:
UriParser
val _unreserved: Parser[Char]

Attributes

Inherited from:
UriParser