Class HtmlVoidRules


  • public class HtmlVoidRules
    extends java.lang.Object
    Rules for void tags.
    • Constructor Summary

      Constructors 
      Constructor Description
      HtmlVoidRules()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isVoidTag​(java.lang.CharSequence tagName)
      Returns true if tag name is a void tag.
      • Methods inherited from class java.lang.Object

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

      • HtmlVoidRules

        public HtmlVoidRules()
    • Method Detail

      • isVoidTag

        public boolean isVoidTag​(java.lang.CharSequence tagName)
        Returns true if tag name is a void tag.