portal.xml.dom
Class PortalDOMSchema
java.lang.Object
portal.xml.dom.A_PortalDOMDocument
portal.xml.dom.PortalDOMSchema
- All Implemented Interfaces:
- I_PortalCloneableDictionaryObject, I_PortalDictionaryObject
- public class PortalDOMSchema
- extends A_PortalDOMDocument
- implements I_PortalCloneableDictionaryObject
Wraps a DOM document of an XML schema used in a model instance.
- Version:
- $Revision: 1.7 $
- Author:
- Thomas Weckert
|
Constructor Summary |
PortalDOMSchema(java.lang.String name,
org.w3c.dom.Document document)
|
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
PortalDOMSchema
public PortalDOMSchema(java.lang.String name,
org.w3c.dom.Document document)
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()