XMLWriter

org.nlogo.api.XMLWriter
class XMLWriter(dest: Writer) extends NLogoXMLWriter

Attributes

Source
XMLUtils.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def attribute(name: String, value: String): Unit

Attributes

Source
XMLUtils.scala
def close(): Unit

Attributes

Source
XMLUtils.scala
def element(el: XMLElement): Unit

Attributes

Source
XMLUtils.scala
def endDocument(): Unit

Attributes

Source
XMLUtils.scala
def endElement(name: String): Unit

Attributes

Source
XMLUtils.scala
def escapedText(text: String): Unit

Attributes

Source
XMLUtils.scala

Attributes

Source
XMLUtils.scala
def startElement(name: String): Unit

Attributes

Source
XMLUtils.scala