class DocumentImporter extends AnyRef
- Source
- STeXImporter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DocumentImporter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DocumentImporter(bt: BuildTask, importer: STeXImporter)
Type Members
- case class ProtoArg(nr: Int) extends ProtoPlaceholder with Product with Serializable
- abstract class ProtoPlaceholder extends AnyRef
- case class ProtoSub(nr: Int) extends ProtoPlaceholder with Product with Serializable
- case class ProtoVar(nr: Int) extends ProtoPlaceholder with Product with Serializable
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 add(s: StructuralElement): Unit
- def apply(cont: (Document) ⇒ Unit): BuildResult
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cleanNamespaces(node: Node): Node
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getPrecedence(n: Node): Precedence
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeDelim(s: String): Delim
- def makeNarrativeText(s: String): Term
- def makeNotation(prototype: Node, rendering: Node)(implicit dpath: DPath): TextNotation
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseMPath(s: String, base: DPath): MPath
- def parseNarrativeObject(n: Node)(implicit dpath: DPath, thy: ModuleOrLink, errorCont: ErrorHandler): Option[Term]
- def parsePrototype(protoBody: Node, inBinder: Boolean = false)(implicit dpath: DPath): (GlobalName, Map[String, ProtoPlaceholder])
- def parseRelDPath(s: String, dpath: DPath): DPath
- def parseRenderingMarkers(n: Node, argMap: Map[String, ProtoPlaceholder]): List[Marker]
- def parseSourceRef(n: Node, dpath: DPath)(implicit errorCont: ErrorHandler): Option[SourceRef]
- def resolveSPath(tnameSOp: Option[String], snameS: String, container: MPath)(thy: ModuleOrLink, errorCont: ErrorHandler): GlobalName
- def rewriteCMP(node: Node)(implicit thy: ModuleOrLink, errorCont: ErrorHandler): Node
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def translateCMP(n: Node)(implicit dpath: DPath, thy: ModuleOrLink, errorCont: ErrorHandler): Term
-
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
- @throws( ... ) @native()