org.dbpedia.extraction.nif.HtmlNifExtractor

ExtractedSection

class ExtractedSection extends PageSection

Attributes
protected
Linear Supertypes
PageSection, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtractedSection
  2. PageSection
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExtractedSection(section: PageSection, paragraphs: List[Paragraph], errors: List[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 addErrors(e: List[String]): Unit

  5. def addParagraphs(p: List[Paragraph]): Unit

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val content: Seq[Node]

    Definition Classes
    PageSection
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. var equationCount: Integer

    Definition Classes
    PageSection
  12. var errors: List[String]

  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getBeginIndex(offset: Int = offset): Int

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getEndIndex(offset: Int = offset): Int

  17. def getExtractedLength: Int

  18. def getExtractedText: String

  19. def getNext: Option[ExtractedSection]

    Definition Classes
    PageSection
  20. def getPrev: Option[ExtractedSection]

    Definition Classes
    PageSection
  21. def getSectionIri(offset: Int = offset): String

  22. def getSub: Option[ExtractedSection]

    Definition Classes
    PageSection
  23. def getTop: Option[ExtractedSection]

    Definition Classes
    PageSection
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. val id: String

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

    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. var next: Option[PageSection]

    Definition Classes
    PageSection
  29. final def notify(): Unit

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

    Definition Classes
    AnyRef
  31. var paragraphs: List[Paragraph]

  32. var prev: Option[PageSection]

    Definition Classes
    PageSection
  33. val ref: String

    Definition Classes
    PageSection
  34. val section: PageSection

  35. var sub: Option[PageSection]

    Definition Classes
    PageSection
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. var tableCount: Integer

    Definition Classes
    PageSection
  38. val title: String

    Definition Classes
    PageSection
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. var top: Option[PageSection]

    Definition Classes
    PageSection
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PageSection

Inherited from AnyRef

Inherited from Any

Ungrouped