Class HTMLDocumentImpl.ElementTypesHTMLHolder

  • Enclosing class:
    HTMLDocumentImpl

    static class HTMLDocumentImpl.ElementTypesHTMLHolder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.reflect.Constructor<? extends HTMLElementImpl> ctr_  
      java.lang.String tagName_  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • tagName_

        public final java.lang.String tagName_
      • ctr_

        public final java.lang.reflect.Constructor<? extends HTMLElementImpl> ctr_
    • Constructor Detail

      • ElementTypesHTMLHolder

        ElementTypesHTMLHolder​(java.lang.String tagName,
                               java.lang.reflect.Constructor<? extends HTMLElementImpl> ctr)