Element

mill.scalalib.GenIdeaModule.Element
See theElement companion object
@Scaladoc(value = "/**\n * Encoding of an Idea XML configuration fragment.\n * @param name The XML element name\n * @param attributes The optional XML element attributes\n * @param childs The optional XML child elements.\n */")
final case class Element(name: String, attributes: Map[String, String], childs: Seq[Element])

Encoding of an Idea XML configuration fragment.

Value parameters

attributes

The optional XML element attributes

childs

The optional XML child elements.

name

The XML element name

Attributes

Companion
object
Source
GenIdeaModule.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product