Uses of Enum Class
com.github.underscore.lodash.Xml.XmlStringBuilder.Step
Packages that use Xml.XmlStringBuilder.Step
-
Uses of Xml.XmlStringBuilder.Step in com.github.underscore.lodash
Fields in com.github.underscore.lodash declared as Xml.XmlStringBuilder.StepModifier and TypeFieldDescriptionprivate final Xml.XmlStringBuilder.Step
Xml.XmlStringBuilder.identStep
Methods in com.github.underscore.lodash that return Xml.XmlStringBuilder.StepModifier and TypeMethodDescriptionXml.XmlStringBuilder.getIdentStep()
static Xml.XmlStringBuilder.Step
Returns 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.lodash with parameters of type Xml.XmlStringBuilder.StepModifier and TypeMethodDescriptionprivate static void
Xml.XmlObject.addCdata
(Map.Entry entry, Xml.XmlStringBuilder.Step identStep, int ident, boolean addNewLine, List<Xml.XmlStringBuilder> elems) private static Xml.XmlStringBuilder
Xml.XmlObject.addCdataValue
(Xml.XmlStringBuilder.Step identStep, int ident, String value, boolean addNewLine) private static void
Xml.XmlObject.addComment
(Map.Entry entry, Xml.XmlStringBuilder.Step identStep, int ident, boolean parentTextFound, boolean addNewLine, List<Xml.XmlStringBuilder> elems) private static Xml.XmlStringBuilder
Xml.XmlObject.addCommentValue
(Xml.XmlStringBuilder.Step identStep, int ident, String value, boolean parentTextFound, boolean addNewLine) private static void
Xml.XmlObject.addElement
(Xml.XmlStringBuilder.Step identStep, int ident, Map.Entry entry, Set<String> namespaces, List<Xml.XmlStringBuilder> elems, boolean addNewLine) private static void
Xml.XmlObject.addElements
(Xml.XmlStringBuilder.Step identStep, int ident, Map.Entry entry, Set<String> namespaces, List<Xml.XmlStringBuilder> elems, boolean addNewLine) private static void
Xml.XmlObject.addText
(Map.Entry entry, List<Xml.XmlStringBuilder> elems, Xml.XmlStringBuilder.Step identStep, int ident, Set<String> attrKeys, List<String> attrs) static String
U.changeXmlEncoding
(String xml, Xml.XmlStringBuilder.Step identStep, String encoding) static String
Xml.changeXmlEncoding
(String xml, Xml.XmlStringBuilder.Step identStep, String encoding) private static Xml.XmlStringBuilder
Xml.checkStandalone
(String encoding, Xml.XmlStringBuilder.Step identStep, Map localMap) static String
U.formatXml
(String xml, Xml.XmlStringBuilder.Step identStep) static String
Xml.formatXml
(String xml, Xml.XmlStringBuilder.Step identStep) static String
U.jsonToXml
(String json, Xml.XmlStringBuilder.Step identStep, U.Mode mode, String newRootName) private static void
Xml.XmlObject.processElements
(Map.Entry entry, Xml.XmlStringBuilder.Step identStep, int ident, boolean addNewLine, List<Xml.XmlStringBuilder> elems, Set<String> namespaces, boolean parentTextFound) static String
Xml.toXml
(Collection collection, Xml.XmlStringBuilder.Step identStep) static String
Xml.toXml
(Map map, Xml.XmlStringBuilder.Step identStep) static String
Xml.toXml
(Map map, Xml.XmlStringBuilder.Step identStep, String newRootName) Constructors in com.github.underscore.lodash 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)