Constant Field Values

Contents

de.wwu.*

  • de.wwu.scdh.annotation.selection.SEL
    Modifier and Type
    Constant Field
    Value
    public static final String
    "https://scdh.uni-muenster.de/ontology/selene/"
  • de.wwu.scdh.annotation.selection.point.RFC5147CharScheme
    Modifier and Type
    Constant Field
    Value
    public static final String
    "http://tools.ietf.org/rfc/rfc5147"
  • de.wwu.scdh.annotation.selection.rewriter.XPathNormalizerWithXPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "let $ctx:=., $elSteps:=$ctx/ancestor-or-self::element(), $ids:=for $step in 1 to count($elSteps) return if ($elSteps[$step]/@xml:id) then $step else -1, $idAt:=$ids[. ne -1][last()], $idStep:=if ($idAt) then concat(\'id('\', $elSteps[$idAt]/@xml:id, \'')\') else \'\', $txtStep:=$ctx[self::text()] return concat($idStep, ($elSteps[position() gt $idAt or empty($idAt)] ! (let $step:=., $ns:=namespace-uri($step), $name:=local-name($step), $pos:=count($step/preceding-sibling::node()[name() eq $name])+1 return concat(\'/Q{\', $ns, \'}\', $name, \'[\', $pos, \']\')), $txtStep ! (concat(\'/text()[\', count($txtStep/preceding-sibling::text())+1, \']\'))) => string-join(\'\'))"
    public static final String
    "let $ctx:=., $elSteps:=$ctx/ancestor-or-self::element(), $txtStep:=$ctx[self::text()] return ($elSteps ! (let $step:=., $ns:=namespace-uri($step), $name:=local-name($step), $pos:=count($step/preceding-sibling::node()[name() eq $name])+1 return concat(\'/Q{\', $ns, \'}\', $name, \'[\', $pos, \']\')), $txtStep ! (concat(\'/text()[\', count($txtStep/preceding-sibling::text())+1, \']\'))) => string-join(\'\')"
    public static final String
    "path(.)"
  • de.wwu.scdh.annotation.selection.rewriter.XPathRefinedByRFC5147CharSchemeToTextForwardMapper
    Modifier and Type
    Constant Field
    Value
    public static final String
    "preceding::text()"