XmlNode

org.beangle.commons.xml.XmlNode
See theXmlNode companion object
class XmlNode(val name: String)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def attr(key: String, value: String): XmlNode.this.type
def attr(key: String, value: Option[String]): XmlNode.this.type
def createChild(name: String, attrs: (String, String)*): XmlNode
def inner(text: String): XmlNode.this.type
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def toXml: String

Concrete fields

val name: String