Public Member Functions | |
| boolean | hasAttribute (in AString name) |
| Check if document has given attribute. | |
| AString | getAttribute (in AString name) |
| Return value of given attribute. | |
| boolean | isModified () |
| Check if document is modified Function check if document is modified. | |
Object represent document stored in the repository (tmozIDocumentRepository).
| AString getAttribute | ( | in AString | name | ) |
Return value of given attribute.
Function return value of the attribute.
| name | Name of the attribute. |
| boolean hasAttribute | ( | in AString | name | ) |
Check if document has given attribute.
Function check if attribute has attribute.
| name | Name of the attribute. |
| boolean isModified | ( | ) |
Check if document is modified Function check if document is modified.