gander.cleaners

DocumentCleaner

object DocumentCleaner extends Logging

Linear Supertypes
Logging, CanLog, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DocumentCleaner
  2. Logging
  3. CanLog
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val articleRootTags: TagsEvaluator

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val blockElemementTags: TagsEvaluator

  9. val captionPattern: Pattern

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def critical(t: Throwable, msg: String, refs: Any*): Unit

    Definition Classes
    LoggingCanLog
  12. def critical(msg: String, refs: Any*): Unit

    Definition Classes
    LoggingCanLog
  13. def debug(t: Throwable, msg: String, refs: Any*): Unit

    Definition Classes
    LoggingCanLog
  14. def debug(msg: String, refs: Any*): Unit

    Definition Classes
    LoggingCanLog
  15. val divToPElementsPattern: Pattern

    regex to detect if there are block level elements inside of a div element

  16. val entriesPattern: Pattern

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. val facebookPattern: Pattern

  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. val googlePattern: Pattern

  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def info(t: Throwable, msg: String, refs: Any*): Unit

    Definition Classes
    LoggingCanLog
  25. def info(msg: String, refs: Any*): Unit

    Definition Classes
    LoggingCanLog
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. val logPrefix: String

  28. val logger: Logger

    Definition Classes
    LoggingCanLog
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. val queryNaughtyClasses: String

  33. val queryNaughtyIDs: String

  34. val queryNaughtyNames: String

  35. val regExRemoveNodes: String

    this regex is used to remove undesirable nodes from our doc indicate that something maybe isn't content but more of a comment, footer or some other undesirable node

  36. var sb: StringBuilder

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. val tabsAndNewLinesReplacements: ReplaceSequence

  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def trace(t: Throwable, msg: String, refs: Any*): Unit

    Definition Classes
    LoggingCanLog
  41. def trace(msg: String, refs: Any*): Unit

    Definition Classes
    LoggingCanLog
  42. val twitterPattern: Pattern

  43. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def warn(t: Throwable, msg: String, refs: Any*): Unit

    Definition Classes
    LoggingCanLog
  47. def warn(msg: String, refs: Any*): Unit

    Definition Classes
    LoggingCanLog

Inherited from Logging

Inherited from CanLog

Inherited from AnyRef

Inherited from Any

Ungrouped