Package io.github.qishr.cascara.lang.xml
Class XmlOptions
java.lang.Object
io.github.qishr.cascara.common.lang.LanguageOptions<io.github.qishr.cascara.lang.xml.XmlOptions>
io.github.qishr.cascara.lang.xml.XmlOptions
public class XmlOptions
extends LanguageOptions<XmlOptions>
Constructor Summary
| Constructor | Description |
|---|---|
| XmlOptions() |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public XmlOptions | setStrict(boolean val) | Sets whether to always output the '---' document start marker. |
| public boolean | isStrict() |
Methods inherited from LanguageOptions
setIndentSize, getIndentSize
Method Details
setStrict
public XmlOptions setStrict(boolean val)
Sets whether to always output the '---' document start marker.
isStrict
public boolean isStrict()