portal.xml.dom
Class PortalDOMMapping

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

public class PortalDOMMapping
extends A_PortalDOMDocument
implements I_PortalCloneableDictionaryObject

Wraps a DOM document of a plugin mapping.

Version:
$Revision: 1.7 $
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
PortalDOMMapping(java.lang.String name, org.w3c.dom.Document document)
           
 
Method Summary
 I_PortalCloneableDictionaryObject createClone()
           
 I_PortalDictionaryObjectType getType()
           
 PortalDOMXPathEvaluator getXpathEvaluator()
           
 
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

PortalDOMMapping

public PortalDOMMapping(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()

getXpathEvaluator

public PortalDOMXPathEvaluator getXpathEvaluator()
See Also:
portal.xml.dom.A_PortalDOMDocument#getXpathEvaluator()