| org.openharmonise.rm.resources.content.TextResource org.openharmonise.rm.resources.xml.XMLResource org.openharmonise.rm.resources.content.Document
ATTRIB_SELECTIONS_AND_INDEX | final public static String ATTRIB_SELECTIONS_AND_INDEX(Code) | | Selections and Index XML attribute name found in the document schema
|
FLAG_INDEX | final public static String FLAG_INDEX(Code) | | The flag index
|
TAG_CHAPTER | final public static String TAG_CHAPTER(Code) | | The chapter tag name
|
TAG_DOCUMENT | final public static String TAG_DOCUMENT(Code) | | The Document XML tag name
|
Document | public Document()(Code) | | Constructs an instance with no data store interface and no other details.
|
Document | public Document(AbstractDataStoreInterface dbintrf)(Code) | | Standard constructor for a new or anonymous resource.
Parameters: dbintrf - the data store to register |
Document | public Document(AbstractDataStoreInterface dbintrf, int nId)(Code) | | Standard constructor for a known resource.
Parameters: dbintrf - the data store to register Parameters: nId - the id of this resource |
Document | public Document(AbstractDataStoreInterface dbintrf, int nId, int nKey, boolean bIsHist)(Code) | | Standard constructor for a known resource which may be historical.
Parameters: dbintrf - the data store interface Parameters: nId - the resource identifier Parameters: nKey - the unique resource key Parameters: bIsHist - true if the resoure is historical, otherwise false |
getParentObjectClassName | public String getParentObjectClassName()(Code) | | |
populate | public void populate(Element xmlElement, String sDocContent) throws PopulateException(Code) | | Populates the object using data conatined in XML element
and with the specified text for this Document 's
content.
Parameters: xmlElement - the XML element Parameters: sDocContent - the document contents throws: PopulateException - |
setContent | public void setContent(String sContent) throws PopulateException(Code) | | Set method for the Document 's contents.
Parameters: sContent - the contents to set |
|
|