com.jxml.quick.util.qjml2java2
Class QCQJML
java.lang.Object
|
+--com.jxml.quick.ocm.OCMpeerSupportLite
|
+--com.jxml.quick.ocm.OCMrootPeerSupportLite
|
+--com.jxml.quick.util.qjml2java2.QCQJML
- All Implemented Interfaces:
- OCMpeer, OCMrootPeer
- public class QCQJML
- extends OCMrootPeerSupportLite
The root class to model the element QJML
Method Summary |
void |
cvt(Object param)
Method declaration
Initialize the data model |
String |
express(boolean expressDefaults)
Method declaration
|
void |
express(PrintWriter pw,
boolean expressDefaults)
Method declaration
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.jxml.quick.ocm.OCMpeer |
init |
QCQJML
public QCQJML()
cvt
public void cvt(Object param)
throws SAXException,
IOException
- Method declaration
Initialize the data model
- Overrides:
cvt
in class OCMpeerSupportLite
- Parameters:
param
- Name of the parameter- Throws:
SAXException
- Legal SAXExceptionIOException
- Legal IOException
express
public String express(boolean expressDefaults)
throws SAXException,
IOException
- Method declaration
- Overrides:
express
in class OCMrootPeerSupportLite
- Returns:
true
if this represents expressDefaults
false
otherwise.- Throws:
SAXException
- IOException
-
express
public void express(PrintWriter pw,
boolean expressDefaults)
throws SAXException,
IOException
- Method declaration
- Overrides:
express
in class OCMrootPeerSupportLite
- Throws:
SAXException
- IOException
-