public abstract class SuggestionRecord
extends java.lang.Object
Document
of the framework determined by the SchemaHelper
attribute.Modifier and Type | Field and Description |
---|---|
protected org.dom4j.Document |
doc
NOT YET DOCUMENTED
|
protected DocMap |
docMap
NOT YET DOCUMENTED
|
Constructor and Description |
---|
SuggestionRecord(org.dom4j.Document doc,
SchemaHelper schemaHelper)
Constructor for the SuggestionRecord object
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
get(java.lang.String xpath)
Get the value of the node specified by provided xpath.
|
org.dom4j.Document |
getDoc()
Gets the doc attribute of the SuggestionRecord object
|
protected DocMap |
getDocMap()
Gets the docMap attribute of the SuggestionRecord object
|
protected void |
put(java.lang.String xpath,
java.lang.String value)
Assign the provided value to the XML Node specified by xpath.
|
protected org.dom4j.Document doc
protected DocMap docMap
public SuggestionRecord(org.dom4j.Document doc, SchemaHelper schemaHelper)
doc
- a dom4j.DocumentschemaHelper
- a SchemaHelper for the doc's metadata formatpublic org.dom4j.Document getDoc()
protected DocMap getDocMap()
protected void put(java.lang.String xpath, java.lang.String value) throws java.lang.Exception
xpath
- NOT YET DOCUMENTEDvalue
- NOT YET DOCUMENTEDjava.lang.Exception
- NOT YET DOCUMENTEDprotected java.lang.String get(java.lang.String xpath)
xpath
- NOT YET DOCUMENTED