Package org.dom4j.io

Class HTMLWriter.FormatState

  • Enclosing class:
    HTMLWriter

    private class HTMLWriter.FormatState
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String indent  
      private boolean newlines  
      private boolean trimText  
    • Constructor Summary

      Constructors 
      Constructor Description
      FormatState​(boolean newLines, boolean trimText, java.lang.String indent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIndent()  
      boolean isNewlines()  
      boolean isTrimText()  
      • Methods inherited from class java.lang.Object

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

      • newlines

        private boolean newlines
      • trimText

        private boolean trimText
      • indent

        private java.lang.String indent
    • Constructor Detail

      • FormatState

        public FormatState​(boolean newLines,
                           boolean trimText,
                           java.lang.String indent)
    • Method Detail

      • isNewlines

        public boolean isNewlines()
      • isTrimText

        public boolean isTrimText()
      • getIndent

        public java.lang.String getIndent()