Uses of Enum Class
com.github.underscore.Xml.XmlStringBuilder.Step
- 
Uses of Xml.XmlStringBuilder.Step in com.github.underscore
Subclasses with type arguments of type Xml.XmlStringBuilder.Step in com.github.underscoreFields in com.github.underscore declared as Xml.XmlStringBuilder.StepModifier and TypeFieldDescriptionprivate final Xml.XmlStringBuilder.StepXml.XmlStringBuilder.identStepMethods in com.github.underscore that return Xml.XmlStringBuilder.StepModifier and TypeMethodDescriptionXml.XmlStringBuilder.getIdentStep()static Xml.XmlStringBuilder.StepReturns the enum constant of this class with the specified name.static Xml.XmlStringBuilder.Step[]Xml.XmlStringBuilder.Step.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.underscore with parameters of type Xml.XmlStringBuilder.StepModifier and TypeMethodDescriptionprivate static voidXml.XmlObject.addCdata(Map.Entry entry, Xml.XmlStringBuilder.Step identStep, int ident, boolean addNewLine, List<Xml.XmlStringBuilder> elems) private static Xml.XmlStringBuilderXml.XmlObject.addCdataValue(Xml.XmlStringBuilder.Step identStep, int ident, String value, boolean addNewLine) private static voidXml.XmlObject.addComment(Map.Entry entry, Xml.XmlStringBuilder.Step identStep, int ident, boolean parentTextFound, boolean addNewLine, List<Xml.XmlStringBuilder> elems) private static Xml.XmlStringBuilderXml.XmlObject.addCommentValue(Xml.XmlStringBuilder.Step identStep, int ident, String value, boolean parentTextFound, boolean addNewLine) private static voidXml.XmlObject.addElement(Xml.XmlStringBuilder.Step identStep, int ident, Map.Entry entry, Set<String> namespaces, List<Xml.XmlStringBuilder> elems, boolean addNewLine, String arrayTrue) private static voidXml.XmlObject.addElements(Xml.XmlStringBuilder.Step identStep, int ident, Map.Entry entry, Set<String> namespaces, List<Xml.XmlStringBuilder> elems, boolean addNewLine, String arrayTrue) private static voidXml.XmlObject.addText(Map.Entry entry, List<Xml.XmlStringBuilder> elems, Xml.XmlStringBuilder.Step identStep, int ident, Set<String> attrKeys, List<String> attrs) static StringU.changeXmlEncoding(String xml, Xml.XmlStringBuilder.Step identStep, String encoding) static StringXml.changeXmlEncoding(String xml, Xml.XmlStringBuilder.Step identStep, String encoding) private static Xml.XmlStringBuilderXml.checkStandalone(String encoding, Xml.XmlStringBuilder.Step identStep, Map localMap) static voidU.covertJsonToXml(Path path, Path sourceRoot, Path targetRoot, Xml.XmlStringBuilder.Step identStep) static voidU.fileJsonToXml(String jsonFileName, String xmlFileName, Xml.XmlStringBuilder.Step identStep) static StringU.formatXml(String xml, Xml.XmlStringBuilder.Step identStep) static StringXml.formatXml(String xml, Xml.XmlStringBuilder.Step identStep) private static StringU.getXmlString(Xml.XmlStringBuilder.Step identStep, Object object) static voidU.jsonFolderToXml(String jsonFolder, String xmlFolder, Xml.XmlStringBuilder.Step identStep) static StringU.jsonToXml(String json, Xml.XmlStringBuilder.Step identStep) static StringU.jsonToXml(String json, Xml.XmlStringBuilder.Step identStep, U.JsonToXmlMode mode, String newRootName) static StringU.jsonToXmlMinimum(String json, Xml.XmlStringBuilder.Step identStep) static StringU.mergeXmlsOrJsonsToXml(List<String> xmlsOrJsons, Xml.XmlStringBuilder.Step identStep) private static voidXml.XmlObject.processElements(Map.Entry entry, Xml.XmlStringBuilder.Step identStep, int ident, boolean addNewLine, List<Xml.XmlStringBuilder> elems, Set<String> namespaces, boolean parentTextFound, String arrayTrue) static voidU.streamJsonToXml(InputStream jsonInputStream, OutputStream xmlOutputStream, Xml.XmlStringBuilder.Step identStep) static StringXml.toXml(Collection collection, Xml.XmlStringBuilder.Step identStep) static StringXml.toXml(Map map, Xml.XmlStringBuilder.Step identStep) static StringXml.toXml(Map map, Xml.XmlStringBuilder.Step identStep, String newRootName) static StringXml.toXml(Map map, Xml.XmlStringBuilder.Step identStep, String newRootName, Xml.ArrayTrue arrayTrue) XmlBuilder.toXml(Xml.XmlStringBuilder.Step identStep) static StringXml.toXmlWithoutRoot(Collection collection, Xml.XmlStringBuilder.Step identStep) static StringU.xmlOrJsonToXml(String xmlOrJson, Xml.XmlStringBuilder.Step identStep) Constructors in com.github.underscore with parameters of type Xml.XmlStringBuilder.StepModifierConstructorDescriptionXmlStringBuilder(StringBuilder builder, Xml.XmlStringBuilder.Step identStep, int ident) XmlStringBuilderText(Xml.XmlStringBuilder.Step identStep, int ident) XmlStringBuilderWithoutHeader(Xml.XmlStringBuilder.Step identStep, int ident) XmlStringBuilderWithoutRoot(Xml.XmlStringBuilder.Step identStep, String encoding, String standalone)