Packages

p

ai.lum

nxmlreader

package nxmlreader

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Author(surname: String, givenNames: String) extends Product with Serializable
  2. case class Figure(id: String, label: String, caption: String) extends Product with Serializable
  3. case class NXMLPreprocessor(sectionsToIgnore: Set[String], ignoreFloats: Boolean, transformText: (String) ⇒ String) extends RewriteRule with Preprocessor with Product with Serializable
  4. class NxmlDocument extends AnyRef
  5. class NxmlReader extends AnyRef
  6. trait Preprocessor extends RewriteRule
  7. case class PubDate(day: Option[Int], month: Option[Int], year: Int, pubType: String) extends Product with Serializable
  8. case class PubId(idType: String, id: String) extends Product with Serializable
  9. case class Reference(id: String, label: String, title: String, authors: Seq[Author], pubId: PubId) extends Product with Serializable
  10. case class Table(id: String, label: String, caption: String, xhtml: Node) extends Product with Serializable

Value Members

  1. object XMLWithoutDTD extends XMLLoader[Elem]

    Reads an XML file and ignores DTD

Ungrouped