|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.virtualweaver.xotics.datamodel.XoObjectSupport
com.virtualweaver.xotics.datamodel.XoTextContainerSupport
This is a default XoTextContainer
implementation developpers can use to increase productivity
when an XoTextContainer
implementation has no requirement to derive from any specific Java object.
Note that this support object is abstract : to be completed, it must have accessor methods for
xoTextContent
property, of any type.
Field Summary |
Fields inherited from class com.virtualweaver.xotics.datamodel.XoObjectSupport |
propertyChangeSupport, vetoableChangeSupport |
Constructor Summary | |
XoTextContainerSupport()
Empty param constructor, as required in JavaBeans specs. |
Method Summary | |
protected java.lang.Object |
clone(XoTextContainerSupport src)
Effective copy method of this object. |
boolean |
equalsXoObject(XoObject xo)
Checks whether or not this could be equal to xo. |
boolean |
isCdataSection()
Indicates whether this node is a CDATA Section. |
void |
setCdataSection(boolean iscdata)
Sets this node as a CDATA Section or not. |
Methods inherited from class com.virtualweaver.xotics.datamodel.XoObjectSupport |
addPropertyChangeListener, addVetoableChangeListener, checkXoValidity, clone, clone, getLocale, getXmlLocalName, getXmlNameSpace, getXmlWhiteSpace, getXoDMInstance, getXoParent, isXoPropertyToWrite, removePropertyChangeListener, removeVetoableChangeListener, setIntegrated, setLocale, setXmlLocalName, setXmlNameSpace, setXmlWhiteSpace, setXoDMInstance, setXoParent, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.virtualweaver.xotics.datamodel.XoObject |
addPropertyChangeListener, addVetoableChangeListener, checkXoValidity, clone, getLocale, getXmlLocalName, getXmlNameSpace, getXmlWhiteSpace, getXoDMInstance, getXoParent, isXoPropertyToWrite, removePropertyChangeListener, removeVetoableChangeListener, setIntegrated, setLocale, setXmlLocalName, setXmlNameSpace, setXmlWhiteSpace, setXoDMInstance, setXoParent |
Constructor Detail |
public XoTextContainerSupport()
Method Detail |
public boolean equalsXoObject(XoObject xo)
equalsXoObject
in interface XoObject
equalsXoObject
in class XoObjectSupport
xo
- an XoTextContainer to compare to this
protected java.lang.Object clone(XoTextContainerSupport src)
src
- a source instance of XO Text to configure
public boolean isCdataSection()
XoTextContainer
isCdataSection
in interface XoTextContainer
XoTextContainer.isCdataSection()
public void setCdataSection(boolean iscdata) throws java.beans.PropertyVetoException
XoTextContainer
setCdataSection
in interface XoTextContainer
iscdata
- boolean to tell whether or not this node is a CDATA section.
java.beans.PropertyVetoException
XoTextContainer.setCdataSection(boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |