Class DTDReader.AttModel

  • Enclosing class:
    DTDReader

    private static class DTDReader.AttModel
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean required  
      (package private) Expression value  
    • Constructor Summary

      Constructors 
      Constructor Description
      AttModel​(Expression value, boolean required)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttModel

        AttModel​(Expression value,
                 boolean required)