-
- All Implemented Interfaces:
-
icu.windea.breezeframework.dsl.DslConfig
@XmlDslMarker() public class XmlDslConfig implements DslConfig
-
-
Field Summary
Fields Modifier and Type Field Description private Stringindentprivate BooleandoubleQuotedprivate final Characterquoteprivate BooleanwrapCDataprivate BooleanindentCDataprivate BooleanwrapCommentprivate BooleanindentCommentprivate BooleanwrapTagprivate BooleanindentTagprivate BooleanautoCloseTagprivate BooleanvalidateDocumentpublic final static XmlDslConfigINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetIndent()final UnitsetIndent(String indent)final BooleangetDoubleQuoted()final UnitsetDoubleQuoted(Boolean doubleQuoted)final CharactergetQuote()final BooleangetWrapCData()final UnitsetWrapCData(Boolean wrapCData)final BooleangetIndentCData()final UnitsetIndentCData(Boolean indentCData)final BooleangetWrapComment()final UnitsetWrapComment(Boolean wrapComment)final BooleangetIndentComment()final UnitsetIndentComment(Boolean indentComment)final BooleangetWrapTag()final UnitsetWrapTag(Boolean wrapTag)final BooleangetIndentTag()final UnitsetIndentTag(Boolean indentTag)final BooleangetAutoCloseTag()final UnitsetAutoCloseTag(Boolean autoCloseTag)final BooleangetValidateDocument()final UnitsetValidateDocument(Boolean validateDocument)-
-
Method Detail
-
getDoubleQuoted
final Boolean getDoubleQuoted()
-
setDoubleQuoted
final Unit setDoubleQuoted(Boolean doubleQuoted)
-
getWrapCData
final Boolean getWrapCData()
-
setWrapCData
final Unit setWrapCData(Boolean wrapCData)
-
getIndentCData
final Boolean getIndentCData()
-
setIndentCData
final Unit setIndentCData(Boolean indentCData)
-
getWrapComment
final Boolean getWrapComment()
-
setWrapComment
final Unit setWrapComment(Boolean wrapComment)
-
getIndentComment
final Boolean getIndentComment()
-
setIndentComment
final Unit setIndentComment(Boolean indentComment)
-
getWrapTag
final Boolean getWrapTag()
-
setWrapTag
final Unit setWrapTag(Boolean wrapTag)
-
getIndentTag
final Boolean getIndentTag()
-
setIndentTag
final Unit setIndentTag(Boolean indentTag)
-
getAutoCloseTag
final Boolean getAutoCloseTag()
-
setAutoCloseTag
final Unit setAutoCloseTag(Boolean autoCloseTag)
-
getValidateDocument
final Boolean getValidateDocument()
-
setValidateDocument
final Unit setValidateDocument(Boolean validateDocument)
-
-
-
-