de.pangaea.metadataportal.config
Class ExpressionConfig
java.lang.Object
de.pangaea.metadataportal.config.ExpressionConfig
- Direct Known Subclasses:
- FieldConfig, FilterConfig, VariableConfig
public class ExpressionConfig
- extends Object
Generic XPath/XSLT config element. This class contains a XPath expression OR a XSLT Template.
- Author:
- Uwe Schindler
xPathExpr
public XPathExpression xPathExpr
xslt
public Templates xslt
ExpressionConfig
public ExpressionConfig()
setXPath
@PublicForDigesterUse
@Deprecated
public void setXPath(ExtendedDigester dig,
String xpath)
throws XPathExpressionException
- Deprecated.
- Throws:
XPathExpressionException
setTemplate
public void setTemplate(Templates xslt)
toString
public String toString()
- Overrides:
toString in class Object
Copyright ©2007-2009 panFMP Developers c/o Uwe Schindler