org
.
dbpedia
.
extraction
.
nif
.
HtmlNifExtractor
PageSection
class
PageSection
extends
AnyRef
Attributes
protected
Linear Supertypes
AnyRef
,
Any
Known Subclasses
ExtractedSection
Ordering
Alphabetic
By inheritance
Inherited
PageSection
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
PageSection
(
prev:
Option
[
PageSection
]
,
top:
Option
[
PageSection
]
,
next:
Option
[
PageSection
]
,
sub:
Option
[
PageSection
]
,
id:
String
,
title:
String
,
ref:
String
,
tableCount:
Integer
,
equationCount:
Integer
,
content:
Seq
[
Node
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
content
:
Seq
[
Node
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
var
equationCount
:
Integer
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getNext
:
Option
[
ExtractedSection
]
def
getPrev
:
Option
[
ExtractedSection
]
def
getSub
:
Option
[
ExtractedSection
]
def
getTop
:
Option
[
ExtractedSection
]
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
val
id
:
String
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
var
next
:
Option
[
PageSection
]
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
var
prev
:
Option
[
PageSection
]
val
ref
:
String
var
sub
:
Option
[
PageSection
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
var
tableCount
:
Integer
val
title
:
String
def
toString
()
:
String
Definition Classes
AnyRef → Any
var
top
:
Option
[
PageSection
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped