Class DefaultIndentationHandler.IndentationData

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.CharSequence value  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected IndentationData​(java.lang.CharSequence value)  
    • Field Detail

      • value

        protected java.lang.CharSequence value
    • Constructor Detail

      • IndentationData

        protected IndentationData​(java.lang.CharSequence value)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object