Class PrettyPrintXML

    • Field Detail

      • m_NumSpaces

        protected int m_NumSpaces
        the number of spaces to use for indentation.
    • Constructor Detail

      • PrettyPrintXML

        public PrettyPrintXML()
    • Method Detail

      • setNumSpaces

        public void setNumSpaces​(int value)
        Sets the number of spaces to use for pretty printing.
        Parameters:
        value - the number of spaces
      • getNumSpaces

        public int getNumSpaces()
        Returns the number of spaces to use for pretty printing.
        Returns:
        the number of spaces
      • numSpacesTipText

        public String numSpacesTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.