trait ModelToTextExporter extends StringExporter
- Alphabetic
- By Inheritance
- ModelToTextExporter
- StringExporter
- ExporterUtils
- Exporter
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(m: Model): String
- Definition Classes
- StringExporter → Exporter
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
body(m: Model): String
- Definition Classes
- ModelToTextExporter → StringExporter
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
defaultTitle: String
- Definition Classes
- ExporterUtils
- def emptyModelString: String
-
def
ending(m: Model): String
- Definition Classes
- ModelToTextExporter → StringExporter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def exportAttribute[T](a: Attribute[T], path: NodePath): String
- def exportElem(elem: Elem, path: NodePath): String
- def exportEntity(e: Entity, path: NodePath): String
- def exportHead(h: Head, path: NodePath): String
- def exportLink(l: RelationType): String
- def exportModel(m: Model, path: NodePath): String
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): java.lang.Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
indent(n: Int): String
- Definition Classes
- ExporterUtils
- def indentBy(path: NodePath): String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
makeString(a: Any): String
- Definition Classes
- ModelToTextExporter → ExporterUtils
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
nl: String
- Definition Classes
- ExporterUtils
-
def
nlLitteral: String
- Definition Classes
- ExporterUtils
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
preamble(m: Model): String
- Definition Classes
- ModelToTextExporter → StringExporter
-
val
q: String
- Definition Classes
- ExporterUtils
-
val
q3: String
- Definition Classes
- ExporterUtils
-
def
submodelOfSectionId(m: Model): Map[String, Model]
- Definition Classes
- ExporterUtils
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
titleOrDefault(m: Model): String
- Definition Classes
- ExporterUtils
-
def
titleOrSectionId(m: Model, sectId: String): String
- Definition Classes
- ExporterUtils
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
topExceptSections(m: Model): Model
- Definition Classes
- ExporterUtils
-
def
topLevelSections(m: Model): Seq[String]
- Definition Classes
- ExporterUtils
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )