| 
 | DLESE Tools v1.6.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.suggest.SuggestionRecord
public abstract class SuggestionRecord
Wrapper providing accessors for a suggestion record, which is represented as
  a Document of the framework determined by the SchemaHelper
  attribute.
| Field Summary | |
|---|---|
| protected  Document | docNOT YET DOCUMENTED | 
| protected  DocMap | docMapNOT YET DOCUMENTED | 
| Constructor Summary | |
|---|---|
| SuggestionRecord(Document doc,
                 SchemaHelper schemaHelper)Constructor for the SuggestionRecord object | |
| Method Summary | |
|---|---|
| protected  String | get(String xpath)Get the value of the node specified by provided xpath. | 
|  Document | getDoc()Gets the doc attribute of the SuggestionRecord object | 
| protected  DocMap | getDocMap()Gets the docMap attribute of the SuggestionRecord object | 
| protected  void | put(String xpath,
    String value)Assign the provided value to the XML Node specified by xpath. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected Document doc
protected DocMap docMap
| Constructor Detail | 
|---|
public SuggestionRecord(Document doc,
                        SchemaHelper schemaHelper)
doc - a dom4j.DocumentschemaHelper - a SchemaHelper for the doc's metadata format| Method Detail | 
|---|
public Document getDoc()
protected DocMap getDocMap()
protected void put(String xpath,
                   String value)
            throws Exception
xpath - NOT YET DOCUMENTEDvalue - NOT YET DOCUMENTED
Exception - NOT YET DOCUMENTEDprotected String get(String xpath)
xpath - NOT YET DOCUMENTED
| 
 | DLESE Tools v1.6.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||