com.jxml.quick.util.qjmlExpand
Class QCQJML

java.lang.Object
  |
  +--com.jxml.quick.QConverterSupport
        |
        +--com.jxml.quick.ocm.OCMpeerSupport
              |
              +--com.jxml.quick.ocm.OCMrootPeerSupport
                    |
                    +--com.jxml.quick.util.qjmlExpand.QCQJML
All Implemented Interfaces:
Item, OCMpeer, OCMrootPeer, QConverter

public class QCQJML
extends OCMrootPeerSupport

Extracts QJML data.


Inner classes inherited from class com.jxml.quick.ocm.OCMrootPeerSupport
OCMrootPeerSupport.Root
 
Fields inherited from class com.jxml.quick.ocm.OCMpeerSupport
context, dataModel, paramMap, parent
 
Fields inherited from class com.jxml.quick.QConverterSupport
al, destination, PUBLIC, rootTag, SYSTEM
 
Constructor Summary
QCQJML()
           
 
Method Summary
 void cvt(Object param)
          User-provided code to perform the conversion.
 
Methods inherited from class com.jxml.quick.ocm.OCMrootPeerSupport
convert, convert, evalRoot, express, express, getPUBLIC, getRootTag, getSYSTEM
 
Methods inherited from class com.jxml.quick.ocm.OCMpeerSupport
doCvt, doCvt, doCvt, init, peer
 
Methods inherited from class com.jxml.quick.QConverterSupport
addBase64Attribute, addBase64Content, addBigDecimalAttribute, addBigDecimalContent, addBooleanAttribute, addBooleanAttribute, addBooleanContent, addBooleanContent, addByteAttribute, addByteAttribute, addByteContent, addByteContent, addCharAttribute, addCharAttribute, addCharContent, addCharContent, addDoubleAttribute, addDoubleAttribute, addDoubleContent, addDoubleContent, addFloatAttribute, addFloatAttribute, addFloatContent, addFloatContent, addIntAttribute, addIntAttribute, addIntContent, addIntContent, addLongAttribute, addLongAttribute, addLongContent, addLongContent, addShortAttribute, addShortAttribute, addShortContent, addShortContent, addStringAttribute, addStringContent, addURLAttribute, addURLContent, emptyElement, endElement, eval, eval, main, setDestination, startElement
 
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
 

Constructor Detail

QCQJML

public QCQJML()
Method Detail

cvt

public void cvt(Object param)
         throws SAXException,
                IOException
User-provided code to perform the conversion.
Overrides:
cvt in class OCMpeerSupport