com.jxml.quick.util.setid
Class Element
java.lang.Object
|
+--com.jxml.quick.QConverterSupport
|
+--com.jxml.quick.ocm.OCMpeerSupport
|
+--com.jxml.quick.ocm.OCMrootPeerSupport
|
+--com.jxml.quick.util.setid.Element
- All Implemented Interfaces:
- Item, OCMpeer, OCMrootPeer, QConverter
- public class Element
- extends OCMrootPeerSupport
Represents an element to be assigned an ID.
Method Summary |
QDoc |
convert()
Convert one QDoc into another. |
QDoc |
convert(String url)
Convert one QDoc into another. |
void |
cvt(Object param)
User-provided code to perform the conversion. |
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 |
Element
public Element()
cvt
public void cvt(Object param)
throws SAXException,
IOException
- User-provided code to perform the conversion.
- Overrides:
cvt
in class OCMpeerSupport
convert
public QDoc convert()
throws SAXException,
IOException
- Description copied from interface:
OCMrootPeer
- Convert one QDoc into another.
- Overrides:
convert
in class OCMrootPeerSupport
- Following copied from interface:
com.jxml.quick.ocm.OCMrootPeer
- Returns:
- The new document.
convert
public QDoc convert(String url)
throws SAXException,
IOException
- Description copied from interface:
OCMrootPeer
- Convert one QDoc into another.
- Overrides:
convert
in class OCMrootPeerSupport
- Following copied from interface:
com.jxml.quick.ocm.OCMrootPeer
- Parameters:
url
- The name of the output document.- Returns:
- The new (unique) document.