Record
defines the members an class must implement in order to be utlizied as a Record within DocHelper RecordSet
s.
More...
Public Member Functions | |
String | getValue () |
Return the string value of this record that should be used to match patterns against. | |
ResultNode | execute (ArrayList< DocPattern > patterns) |
Renders a record using the specified Pattern list. |
Record
defines the members an class must implement in order to be utlizied as a Record within DocHelper RecordSet
s.
RecordSet
, DocumentSection
Definition at line 21 of file Record.java.
String dochelper.Record.getValue | ( | ) |
Return the string value of this record that should be used to match patterns against.
Implemented in dochelper.FileRecord, dochelper.TableRecord, and dochelper.URLRecord.
ResultNode dochelper.Record.execute | ( | ArrayList< DocPattern > | patterns | ) |
Renders a record using the specified Pattern list.
This method will attempt to find all matches of the regular expression defined in each of the DocPatterns to the value of this record.
patterns | ArrayList<DocPattern> list of pattern that should be used during the rendering process for this record. |
Implemented in dochelper.FileRecord, dochelper.TableRecord, and dochelper.URLRecord.