package nxmlreader
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Author(surname: String, givenNames: String) extends Product with Serializable
- case class Figure(id: String, label: String, caption: String) extends Product with Serializable
- case class NXMLPreprocessor(sectionsToIgnore: Set[String], ignoreFloats: Boolean, transformText: (String) ⇒ String) extends RewriteRule with Preprocessor with Product with Serializable
- class NxmlDocument extends AnyRef
- class NxmlReader extends AnyRef
- trait Preprocessor extends RewriteRule
- case class PubDate(day: Option[Int], month: Option[Int], year: Int, pubType: String) extends Product with Serializable
- case class PubId(idType: String, id: String) extends Product with Serializable
- case class Reference(id: String, label: String, title: String, authors: Seq[Author], pubId: PubId) extends Product with Serializable
- case class Table(id: String, label: String, caption: String, xhtml: Node) extends Product with Serializable
Value Members
-
object
XMLWithoutDTD extends XMLLoader[Elem]
Reads an XML file and ignores DTD