com.jxml.quick.util.dtd2qdml
Class QCDTDElement
java.lang.Object
|
+--com.jxml.quick.QConverterSupport
|
+--com.jxml.quick.ocm.OCMpeerSupport
|
+--com.jxml.quick.util.dtd2qdml.QCDTDElement
- All Implemented Interfaces:
- Item, OCMpeer, QConverter
- public class QCDTDElement
- extends OCMpeerSupport
Extracts QJML data.
|
Method Summary |
void |
cvt(Object param)
User-provided code to perform the conversion. |
boolean |
isBiModal()
|
boolean |
isText()
|
| 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 |
comments
public ArrayList comments
attributes
public ArrayList attributes
dm
public com.wutka.dtd.DTDElement dm
QCDTDElement
public QCDTDElement()
isText
public boolean isText()
isBiModal
public boolean isBiModal()
cvt
public void cvt(Object param)
throws SAXException,
IOException
- User-provided code to perform the conversion.
- Overrides:
cvt in class OCMpeerSupport