com.jxml.quick.util.qjml2qiml
Class QCTargetEditor

java.lang.Object
  |
  +--com.jxml.quick.QConverterSupport
        |
        +--com.jxml.quick.ocm.OCMpeerSupport
              |
              +--com.jxml.quick.util.qjml2qiml.QCTargetEditor
All Implemented Interfaces:
Item, OCMpeer, QConverter

public class QCTargetEditor
extends OCMpeerSupport

Extracts QJML data.


Field Summary
static QMTargetEditor stringEditor
           
 
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
QCTargetEditor()
           
 
Method Summary
 void cvt(Object param)
          convert
static QMTargetEditor newEditor(String type)
           
 
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, evalRoot, getPUBLIC, getRootTag, getSYSTEM, main, setDestination, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stringEditor

public static QMTargetEditor stringEditor
Constructor Detail

QCTargetEditor

public QCTargetEditor()
Method Detail

newEditor

public static QMTargetEditor newEditor(String type)

cvt

public void cvt(Object param)
         throws SAXException,
                IOException
convert
Overrides:
cvt in class OCMpeerSupport