portal.xml.dom
Class PortalDOMMessages

java.lang.Object
  extended byportal.xml.dom.A_PortalDOMDocument
      extended byportal.xml.dom.PortalDOMMessages
All Implemented Interfaces:
I_PortalCloneableDictionaryObject, I_PortalDictionaryObject

public class PortalDOMMessages
extends A_PortalDOMDocument
implements I_PortalCloneableDictionaryObject

Wraps a DOM document of a message document for I18N.

Version:
$Revision: 1.4 $
Author:
Thomas Weckert

Field Summary
 
Fields inherited from class portal.xml.dom.A_PortalDOMDocument
DOM_EVENT_CHAR_DATA_MODIFIED, DOM_EVENT_NODE_REMOVED
 
Constructor Summary
PortalDOMMessages(java.lang.String name, org.w3c.dom.Document document)
           
 
Method Summary
 I_PortalCloneableDictionaryObject createClone()
           
 I_PortalDictionaryObjectType getType()
           
 
Methods inherited from class portal.xml.dom.A_PortalDOMDocument
equals, getDocument, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface portal.dictionary.I_PortalDictionaryObject
getName
 

Constructor Detail

PortalDOMMessages

public PortalDOMMessages(java.lang.String name,
                         org.w3c.dom.Document document)
Method Detail

getType

public I_PortalDictionaryObjectType getType()
Specified by:
getType in interface I_PortalDictionaryObject
See Also:
I_PortalDictionaryObject.getType()

createClone

public I_PortalCloneableDictionaryObject createClone()
Specified by:
createClone in interface I_PortalCloneableDictionaryObject
See Also:
I_PortalCloneableDictionaryObject.createClone()