Class | Estraier::Document |
In: |
estraier-doc.rb
|
Parent: | Object |
Abstraction of document.
Add an attribute. `name’ specifies the name of an attribute. `value’ specifies the value of the attribute. If it is `nil’, the attribute is removed. The return value is always `nil’.
Get the value of an attribute. `name’ specifies the name of an attribute. The return value is the value of the attribute or `nil’ if it does not exist.
Get a list of attribute names of a document object. The return value is a list object of attribute names.
Get the ID number. The return value is the ID number of the document object. If the object has never been registered, -1 is returned. The return value is always `nil’.
Make a snippet of the body text. `words’ specifies an array object of words to be highlight. `wwidth’ specifies whole width of the result. `hwidth’ specifies width of strings picked up from the beginning of the text. `awidth’ width of strings picked up around each highlighted word. The return value is a snippet string of the body text. There are tab separated values. Each line is a string to be shown. Though most lines have only one field, some lines have two fields. If the second field exists, the first field is to be shown with highlighted, and the second field means its normalized form.