org.carrot2.source.xml
Class XmlDocumentSourceDescriptor.Keys

java.lang.Object
  extended by org.carrot2.source.xml.XmlDocumentSourceDescriptor.Keys
Enclosing class:
XmlDocumentSourceDescriptor

public static class XmlDocumentSourceDescriptor.Keys
extends Object

Constants for all attribute keys of the XmlDocumentSource component.


Field Summary
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 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.
 
Constructor Summary
protected XmlDocumentSourceDescriptor.Keys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML

public static final String XML
Attribute key for: XmlDocumentSource.xml.

See Also:
Constant Field Values

XSLT

public static final String XSLT
Attribute key for: XmlDocumentSource.xslt.

See Also:
Constant Field Values

XML_PARAMETERS

public static final String XML_PARAMETERS
Attribute key for: XmlDocumentSource.xmlParameters.

See Also:
Constant Field Values

XSLT_PARAMETERS

public static final String XSLT_PARAMETERS
Attribute key for: XmlDocumentSource.xsltParameters.

See Also:
Constant Field Values

QUERY

public static final String QUERY
Attribute key for: XmlDocumentSource.query.

See Also:
Constant Field Values

RESULTS

public static final String RESULTS
Attribute key for: XmlDocumentSource.results.

See Also:
Constant Field Values

READ_ALL

public static final String READ_ALL
Attribute key for: XmlDocumentSource.readAll.

See Also:
Constant Field Values

TITLE

public static final String TITLE
Attribute key for: XmlDocumentSource.title.

See Also:
Constant Field Values

DOCUMENTS

public static final String DOCUMENTS
Attribute key for: XmlDocumentSource.documents.

See Also:
Constant Field Values
Constructor Detail

XmlDocumentSourceDescriptor.Keys

protected XmlDocumentSourceDescriptor.Keys()


Copyright (c) Dawid Weiss, Stanislaw Osinski