-
- All Implemented Interfaces:
-
icu.windea.breezeframework.dsl.DslConfig
@XmlDslMarker() public class XmlDsl.DslConfig implements DslConfig
-
-
Field Summary
Fields Modifier and Type Field Description private Stringindentprivate BooleandoubleQuotedprivate BooleanautoCloseTagprivate final Characterquotepublic final static XmlDsl.DslConfigINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetIndent()final UnitsetIndent(String indent)final BooleangetDoubleQuoted()final UnitsetDoubleQuoted(Boolean doubleQuoted)final BooleangetAutoCloseTag()final UnitsetAutoCloseTag(Boolean autoCloseTag)final CharactergetQuote()-
-
Method Detail
-
getDoubleQuoted
final Boolean getDoubleQuoted()
-
setDoubleQuoted
final Unit setDoubleQuoted(Boolean doubleQuoted)
-
getAutoCloseTag
final Boolean getAutoCloseTag()
-
setAutoCloseTag
final Unit setAutoCloseTag(Boolean autoCloseTag)
-
-
-
-