Class HtmlCleaner.NestingState

  • Enclosing class:
    HtmlCleaner

    protected class HtmlCleaner.NestingState
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NestingState()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.htmlcleaner.HtmlCleaner.ChildBreaks getChildBreaks()  
      org.htmlcleaner.HtmlCleaner.OpenTags getOpenTags()  
      • Methods inherited from class java.lang.Object

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

      • NestingState

        protected NestingState()
    • Method Detail

      • getOpenTags

        public org.htmlcleaner.HtmlCleaner.OpenTags getOpenTags()
      • getChildBreaks

        public org.htmlcleaner.HtmlCleaner.ChildBreaks getChildBreaks()