Package

ai.lum

nxmlreader

Permalink

package nxmlreader

Visibility
  1. Public
  2. All

Type Members

  1. case class Author(surname: String, givenNames: String) extends Product with Serializable

    Permalink
  2. case class Figure(id: String, label: String, caption: String) extends Product with Serializable

    Permalink
  3. case class NXMLPreprocessor(sectionsToIgnore: Set[String], ignoreFloats: Boolean, transformText: (String) ⇒ String) extends RewriteRule with Preprocessor with Product with Serializable

    Permalink
  4. class NxmlDocument extends AnyRef

    Permalink
  5. class NxmlReader extends AnyRef

    Permalink
  6. trait Preprocessor extends RewriteRule

    Permalink
  7. case class PubDate(day: Option[Int], month: Option[Int], year: Int, pubType: String) extends Product with Serializable

    Permalink
  8. case class PubId(idType: String, id: String) extends Product with Serializable

    Permalink
  9. case class Reference(id: String, label: String, title: String, authors: Seq[Author], pubId: PubId) extends Product with Serializable

    Permalink
  10. case class Table(id: String, label: String, caption: String, xhtml: Node) extends Product with Serializable

    Permalink

Value Members

  1. object XMLWithoutDTD extends XMLLoader[Elem]

    Permalink

    Reads an XML file and ignores DTD

  2. package standoff

    Permalink

Ungrouped