|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ca.quine.jcommons.freemind.xml.Hook
Class Hook.
| Constructor Summary | |
Hook()
|
|
| Method Summary | |
String |
getNAME()
Returns the value of field 'NAME'. |
Parameters |
getParameters()
Returns the value of field 'parameters'. |
Text |
getText()
Returns the value of field 'text'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setNAME(String NAME)
Sets the value of field 'NAME'. |
void |
setParameters(Parameters parameters)
Sets the value of field 'parameters'. |
void |
setText(Text text)
Sets the value of field 'text'. |
static Hook |
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 Hook()
| Method Detail |
public String getNAME()
public Parameters getParameters()
public Text getText()
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
ValidationExceptionpublic void setNAME(String NAME)
NAME - the value of field 'NAME'.public void setParameters(Parameters parameters)
parameters - the value of field 'parameters'.public void setText(Text text)
text - the value of field 'text'.
public static Hook 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 | |||||||||