|
|||||||||||
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.XoTextSupport
This is a default XoText
implementation developpers can use to increase productivity
when an XoText
implementation has no requirement to derive from any specific Java object.
Field Summary |
Fields inherited from class com.virtualweaver.xotics.datamodel.XoObjectSupport |
propertyChangeSupport, vetoableChangeSupport |
Constructor Summary | |
XoTextSupport()
Empty param constructor, as required in JavaBeans specs. |
Method Summary | |
java.lang.Object |
clone()
Updated from super.clone() to clone this Text object |
protected java.lang.Object |
clone(XoTextSupport src)
Effective copy method of this object. |
boolean |
equalsXoObject(XoObject xo)
Checks whether or not this could be equal to xo. |
java.lang.String |
getXoTextContent()
Returns the text contained in this |
boolean |
isCdataSection()
Indicates whether this node is a CDATA Section. |
void |
setCdataSection(boolean iscdata)
Sets this node as a CDATA Section or not. |
void |
setXoTextContent(java.lang.String xoTextContent)
Sets the text content. |
Methods inherited from class com.virtualweaver.xotics.datamodel.XoObjectSupport |
addPropertyChangeListener, addVetoableChangeListener, checkXoValidity, 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, getLocale, getXmlLocalName, getXmlNameSpace, getXmlWhiteSpace, getXoDMInstance, getXoParent, isXoPropertyToWrite, removePropertyChangeListener, removeVetoableChangeListener, setIntegrated, setLocale, setXmlLocalName, setXmlNameSpace, setXmlWhiteSpace, setXoDMInstance, setXoParent |
Constructor Detail |
public XoTextSupport()
Method Detail |
public java.lang.Object clone()
clone
in interface XoObject
clone
in class XoObjectSupport
public boolean equalsXoObject(XoObject xo)
equalsXoObject
in interface XoObject
equalsXoObject
in class XoObjectSupport
xo
- an XoText to compare to this
protected java.lang.Object clone(XoTextSupport src)
src
- a source instance of XO Text to configure
public java.lang.String getXoTextContent()
XoText
this
getXoTextContent
in interface XoText
XoText.getXoTextContent()
public void setXoTextContent(java.lang.String xoTextContent) throws java.beans.PropertyVetoException
XoText
setXoTextContent
in interface XoText
xoTextContent
- the text to hold
java.beans.PropertyVetoException
XoText.setXoTextContent(java.lang.String)
public boolean isCdataSection()
XoText
isCdataSection
in interface XoText
XoText.isCdataSection()
public void setCdataSection(boolean iscdata) throws java.beans.PropertyVetoException
XoText
setCdataSection
in interface XoText
iscdata
- boolean to tell whether or not this node is a CDATA section.
java.beans.PropertyVetoException
XoText.setCdataSection(boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |