|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.quine.jcommons.freemind.xml.Richcontent
Class Richcontent.
Constructor Summary | |
Richcontent()
|
Method Summary | |
Html |
getHtml()
Returns the value of field 'html'. |
RichcontentTYPEType |
getTYPE()
Returns the value of field 'TYPE'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setHtml(Html html)
Sets the value of field 'html'. |
void |
setTYPE(RichcontentTYPEType TYPE)
Sets the value of field 'TYPE'. |
static Richcontent |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Richcontent()
Method Detail |
public Html getHtml()
public RichcontentTYPEType getTYPE()
public boolean isValid()
public void marshal(Writer out) throws MarshalException, ValidationException
out
-
MarshalException
ValidationException
public void marshal(ContentHandler handler) throws IOException, MarshalException, ValidationException
handler
-
IOException
MarshalException
ValidationException
public void setHtml(Html html)
html
- the value of field 'html'.public void setTYPE(RichcontentTYPEType TYPE)
TYPE
- the value of field 'TYPE'.public static Richcontent unmarshal(Reader reader) throws MarshalException, ValidationException
reader
-
MarshalException
ValidationException
public void validate() throws ValidationException
ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |