|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by an XO object representing an XML text node.
Classes implementing this interface must implement XoObject
exactly the same way
as any other XO object. This object is used to reflect Mixed content-models and
to hold CDATA sections.
Method Summary | |
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 text)
Sets the text content. |
Methods inherited from interface com.virtualweaver.xotics.datamodel.XoObject |
addPropertyChangeListener, addVetoableChangeListener, checkXoValidity, clone, equalsXoObject, getLocale, getXmlLocalName, getXmlNameSpace, getXmlWhiteSpace, getXoDMInstance, getXoParent, isXoPropertyToWrite, removePropertyChangeListener, removeVetoableChangeListener, setIntegrated, setLocale, setXmlLocalName, setXmlNameSpace, setXmlWhiteSpace, setXoDMInstance, setXoParent |
Method Detail |
public void setXoTextContent(java.lang.String text) throws java.beans.PropertyVetoException
text
- the text to hold
java.beans.PropertyVetoException
public java.lang.String getXoTextContent()
this
public boolean isCdataSection()
public void setCdataSection(boolean iscdata) throws java.beans.PropertyVetoException
iscdata
- boolean to tell whether or not this node is a CDATA section.
java.beans.PropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |