|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface can be implemented by that provide information about the
accepted coding of arguments that describe XML data.ToolAgents
Note that if a tool agent implements this interface, the type
returned by requestedXMLArgumentType overrides any
settings in XPDL.
| Field Summary | |
static int |
XML_AS_JDOM
Pass parameters as JDOM when tool is invoked. |
static int |
XML_AS_SAX
Pass parameters as when tool is invoked. |
static int |
XML_AS_W3C_DOM
Pass parameters as W3C DOM when tool is invoked. |
| Method Summary | |
int |
requestedXMLArgumentType()
Return the requested type for XML arguments. |
| Field Detail |
public static final int XML_AS_W3C_DOM
org.w3c.dom.DocumentFragement,
containing one or more elements, to support single-rooted XML
structures as well as non-single rooted structures.
public static final int XML_AS_JDOM
java.util.List, containing one or
more elements, to support single-rooted XML structures as well
as non-single rooted structures.
public static final int XML_AS_SAX
SAXEventBuffer when tool is invoked.
| Method Detail |
public int requestedXMLArgumentType()
XML_AS_W3C_DOM,
XML_AS_JDOM or XML_AS_SAX
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||