Interface TriXConstants


  • public interface TriXConstants
    Interface defining a number of constants for the TriX document format.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BNODE_TAG
      The tag for BNode values.
      static java.lang.String CONTEXT_TAG
      The tag that starts a new context/graph.
      static java.lang.String DATATYPE_ATT
      The attribute for datatypes of typed literal.
      static java.lang.String LANGUAGE_ATT
      The attribute for language tags of plain literal.
      static java.lang.String NAMESPACE
      The TriX namespace.
      static java.lang.String PLAIN_LITERAL_TAG
      The tag for plain literal values.
      static java.lang.String ROOT_TAG
      The root tag.
      static java.lang.String TRIPLE_TAG
      The tag that starts a new triple.
      static java.lang.String TYPED_LITERAL_TAG
      The tag for typed literal values.
      static java.lang.String URI_TAG
      The tag for URI values.
    • Field Detail

      • CONTEXT_TAG

        static final java.lang.String CONTEXT_TAG
        The tag that starts a new context/graph.
        See Also:
        Constant Field Values
      • TRIPLE_TAG

        static final java.lang.String TRIPLE_TAG
        The tag that starts a new triple.
        See Also:
        Constant Field Values
      • BNODE_TAG

        static final java.lang.String BNODE_TAG
        The tag for BNode values.
        See Also:
        Constant Field Values
      • PLAIN_LITERAL_TAG

        static final java.lang.String PLAIN_LITERAL_TAG
        The tag for plain literal values.
        See Also:
        Constant Field Values
      • TYPED_LITERAL_TAG

        static final java.lang.String TYPED_LITERAL_TAG
        The tag for typed literal values.
        See Also:
        Constant Field Values
      • LANGUAGE_ATT

        static final java.lang.String LANGUAGE_ATT
        The attribute for language tags of plain literal.
        See Also:
        Constant Field Values
      • DATATYPE_ATT

        static final java.lang.String DATATYPE_ATT
        The attribute for datatypes of typed literal.
        See Also:
        Constant Field Values