public static class XmlDocumentSourceDescriptor.Keys extends Object
XmlDocumentSource component.| Modifier and Type | Field and Description |
|---|---|
static String |
CLUSTERS
Attribute key for:
XmlDocumentSource.clusters. |
static String |
DOCUMENTS
Attribute key for:
XmlDocumentSource.documents. |
static String |
QUERY
Attribute key for:
XmlDocumentSource.query. |
static String |
READ_ALL
Attribute key for:
XmlDocumentSource.readAll. |
static String |
READ_CLUSTERS
Attribute key for:
XmlDocumentSource.readClusters. |
static String |
RESULTS
Attribute key for:
XmlDocumentSource.results. |
static String |
TITLE
Attribute key for:
XmlDocumentSource.title. |
static String |
XML
Attribute key for:
XmlDocumentSource.xml. |
static String |
XML_PARAMETERS
Attribute key for:
XmlDocumentSource.xmlParameters. |
static String |
XSLT
Attribute key for:
XmlDocumentSource.xslt. |
static String |
XSLT_PARAMETERS
Attribute key for:
XmlDocumentSource.xsltParameters. |
| Modifier | Constructor and Description |
|---|---|
protected |
XmlDocumentSourceDescriptor.Keys() |
public static final String XML
XmlDocumentSource.xml.public static final String XSLT
XmlDocumentSource.xslt.public static final String XML_PARAMETERS
XmlDocumentSource.xmlParameters.public static final String XSLT_PARAMETERS
XmlDocumentSource.xsltParameters.public static final String QUERY
XmlDocumentSource.query.public static final String RESULTS
XmlDocumentSource.results.public static final String READ_CLUSTERS
XmlDocumentSource.readClusters.public static final String READ_ALL
XmlDocumentSource.readAll.public static final String TITLE
XmlDocumentSource.title.public static final String DOCUMENTS
XmlDocumentSource.documents.public static final String CLUSTERS
XmlDocumentSource.clusters.