Class DValuePattern

    • Constructor Detail

      • DValuePattern

        public DValuePattern​(java.lang.String datatypeLibrary,
                             java.lang.String type,
                             java.lang.String value,
                             Context context,
                             java.lang.String ns)
    • Method Detail

      • getDatatypeLibrary

        public java.lang.String getDatatypeLibrary()
      • getType

        public java.lang.String getType()
      • getValue

        public java.lang.String getValue()
      • getContext

        public Context getContext()
      • getNs

        public java.lang.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