Package com.github.underscore.lodash
Class Xml.XmlStringBuilderText
- java.lang.Object
-
- com.github.underscore.lodash.Xml.XmlStringBuilder
-
- com.github.underscore.lodash.Xml.XmlStringBuilderWithoutHeader
-
- com.github.underscore.lodash.Xml.XmlStringBuilderText
-
- Enclosing class:
- Xml
public static class Xml.XmlStringBuilderText extends Xml.XmlStringBuilderWithoutHeader
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.underscore.lodash.Xml.XmlStringBuilder
Xml.XmlStringBuilder.Step
-
-
Field Summary
-
Fields inherited from class com.github.underscore.lodash.Xml.XmlStringBuilder
builder
-
-
Constructor Summary
Constructors Constructor Description XmlStringBuilderText(Xml.XmlStringBuilder.Step identStep, int ident)
-
Method Summary
-
Methods inherited from class com.github.underscore.lodash.Xml.XmlStringBuilderWithoutHeader
toString
-
Methods inherited from class com.github.underscore.lodash.Xml.XmlStringBuilder
append, decIdent, fillSpaces, getIdent, getIdentStep, incIdent, newLine
-
-
-
-
Constructor Detail
-
XmlStringBuilderText
public XmlStringBuilderText(Xml.XmlStringBuilder.Step identStep, int ident)
-
-