Packages

c

ai.lum.nxmlreader

NXMLPreprocessor

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

Linear Supertypes
Serializable, Serializable, Product, Equals, Preprocessor, RewriteRule, BasicTransformer, (Node) ⇒ Node, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NXMLPreprocessor
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Preprocessor
  7. RewriteRule
  8. BasicTransformer
  9. Function1
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NXMLPreprocessor(sectionsToIgnore: Set[String], ignoreFloats: Boolean, transformText: (String) ⇒ String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen[A](g: (Node) ⇒ A): (Node) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(n: Node): Node
    Definition Classes
    BasicTransformer → Function1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def attr(e: Elem, name: String, values: Set[String]): Boolean
  8. def attr(e: Elem, name: String, value: String): Boolean
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def compose[A](g: (A) ⇒ Node): (A) ⇒ Node
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val ignoreFloats: Boolean
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val name: String
    Definition Classes
    RewriteRule
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. val sectionsToIgnore: Set[String]
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  23. def transform(n: Node): Seq[Node]
    Definition Classes
    NXMLPreprocessor → RewriteRule → BasicTransformer
  24. def transform(ns: Seq[Node]): Seq[Node]
    Definition Classes
    RewriteRule → BasicTransformer
  25. def transform(it: Iterator[Node], nb: NodeBuffer): Seq[Node]
    Definition Classes
    BasicTransformer
  26. def transformChildren(e: Elem, prepend: Node, append: Node): Seq[Node]
  27. def transformChildren(e: Elem, append: Node): Seq[Node]
  28. def transformChildren(e: Elem): Seq[Node]
  29. val transformText: (String) ⇒ String
  30. def unchanged(n: Node, ns: Seq[Node]): Boolean
    Attributes
    protected
    Definition Classes
    BasicTransformer
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Preprocessor

Inherited from RewriteRule

Inherited from BasicTransformer

Inherited from (Node) ⇒ Node

Inherited from AnyRef

Inherited from Any

Ungrouped