Package com.github.underscore
Class Xml.XmlStringBuilderText
-
- All Implemented Interfaces:
public final class Xml.XmlStringBuilderText extends Xml.XmlStringBuilderWithoutHeader
-
-
Field Summary
Fields Modifier and Type Field Description private final Xml.XmlStringBuilder.Step
identStep
private final Integer
ident
-
Constructor Summary
Constructors Constructor Description Xml.XmlStringBuilderText(Xml.XmlStringBuilder.Step identStep, Integer ident)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.github.underscore.Xml.XmlStringBuilder
append, decIdent, fillSpaces, getIdent, getIdentStep, incIdent, newLine
-
Methods inherited from class com.github.underscore.Xml.XmlStringBuilderWithoutHeader
toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Xml.XmlStringBuilderText
Xml.XmlStringBuilderText(Xml.XmlStringBuilder.Step identStep, Integer ident)
-
-
-
-