|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Scan.VirtualDocumentFragment
An interface that describes a virtual document fragment.
When indexing in Scan.IndexingType.VIRTUAL
mode, documents are composed
by fragments (typically, some text surrounding an anchor) that are referred
to a document by some spefication (in the previous case, the content href attribute
of the anchor). This interface is used to describe such fragments (see, e.g.,
AnchorExtractor
).
VirtualDocumentResolver
Method Summary | |
---|---|
MutableString |
documentSpecifier()
The specification of the document to which this fragment belong. |
MutableString |
text()
The textual content of this fragment. |
Method Detail |
---|
MutableString documentSpecifier()
VirtualDocumentResolver
MutableString text()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |