Class XMLPreferences


  • public class XMLPreferences
    extends Object
    XML Preferences
    • Field Detail

      • DEFAULT_QUOTE_STYLE

        public static final QuoteStyle DEFAULT_QUOTE_STYLE
    • Constructor Detail

      • XMLPreferences

        public XMLPreferences()
    • Method Detail

      • getQuotationAsChar

        public char getQuotationAsChar()
        Returns the actual quotation value as a char. Either a ' or ". Defaults to ".
      • getQuotationAsString

        public String getQuotationAsString()
        Returns the actual quotation value as a String. Either a ' or ". Defaults to ".
      • setQuoteStyle

        public void setQuoteStyle​(QuoteStyle quoteStyle)
        Sets the quote style
        Parameters:
        quoteStyle -
      • getQuoteStyle

        public QuoteStyle getQuoteStyle()
        Returns the quote style
        Returns:
      • getShowSchemaDocumentationType

        public SchemaDocumentationType getShowSchemaDocumentationType()
        Returns the showSchemaDocumentationType
      • setShowSchemaDocumentationType

        public void setShowSchemaDocumentationType​(SchemaDocumentationType showSchemaDocumentationType)
        Sets the showSchemaDocumentationType
        Parameters:
        showSchemaDocumentationType -
      • merge

        public void merge​(XMLPreferences newPreferences)
        Merges the contents of newPreferences to the current XMLPreferences instance
        Parameters:
        newPreferences -