Package com.github.underscore.lodash
Class Xml.XmlStringBuilderWithoutRoot
- java.lang.Object
-
- com.github.underscore.lodash.Xml.XmlStringBuilder
-
- com.github.underscore.lodash.Xml.XmlStringBuilderWithoutRoot
-
- Enclosing class:
- Xml
public static class Xml.XmlStringBuilderWithoutRoot extends Xml.XmlStringBuilder
-
-
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 XmlStringBuilderWithoutRoot(Xml.XmlStringBuilder.Step identStep, String encoding, String standalone)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class com.github.underscore.lodash.Xml.XmlStringBuilder
append, decIdent, fillSpaces, getIdent, getIdentStep, incIdent, newLine
-
-
-
-
Constructor Detail
-
XmlStringBuilderWithoutRoot
public XmlStringBuilderWithoutRoot(Xml.XmlStringBuilder.Step identStep, String encoding, String standalone)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classXml.XmlStringBuilder
-
-