Class DValuePattern

    • Method Detail

      • getDatatypeLibrary

        public String getDatatypeLibrary()
      • getType

        public String getType()
      • getValue

        public String getValue()
      • getContext

        public Context getContext()
      • getNs

        public String getNs()
      • isNullable

        public boolean isNullable()
        Description copied from class: DPattern
        Returns true if this pattern is nullable. A nullable pattern is a pattern that can match the empty sequence.
        Specified by:
        isNullable in class DPattern