Package

quasar.physical.marklogic

validation

Permalink

package validation

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. validation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class IsNCName extends AnyRef

    Permalink

    Refined predicate that checks if a String is a valid XML NCName.

    Refined predicate that checks if a String is a valid XML NCName.

    See also

    https://www.w3.org/TR/2009/REC-xml-names-20091208/#NT-NCName

  2. sealed abstract class IsName extends AnyRef

    Permalink

    Refined predicate that checks if a String is a valid XML Name.

    Refined predicate that checks if a String is a valid XML Name.

    See also

    https://www.w3.org/TR/2008/REC-xml-20081126/#NT-Name

Value Members

  1. object IsNCName extends (String) ⇒ Boolean

    Permalink
  2. object IsName extends (String) ⇒ Boolean

    Permalink
  3. val NCNameChars: ISet[Char]

    Permalink
  4. val NCNameStartChars: ISet[Char]

    Permalink

    See also

    https://www.w3.org/TR/2009/REC-xml-names-20091208/#NT-NCName

  5. val NameChars: ISet[Char]

    Permalink
  6. val NameStartChars: ISet[Char]

    Permalink

    See also

    https://www.w3.org/TR/2008/REC-xml-20081126/#NT-Name TODO: There are likely faster ways of defining this if lookup performance ever becomes an issue.

Inherited from AnyRef

Inherited from Any

Ungrouped