Package com.logicaldoc.report
Class RptDesignParser
- java.lang.Object
 - 
- com.logicaldoc.util.config.XMLBean
 - 
- com.logicaldoc.report.RptDesignParser
 
 
 
- 
public class RptDesignParser extends com.logicaldoc.util.config.XMLBeanParser for the .rppdesign files- Since:
 - 7.3.1
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRptDesignParser.INIT_PARAM 
- 
Constructor Summary
Constructors Constructor Description RptDesignParser(String path) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.jdom.Element>detectQueryElements()Map<String,com.logicaldoc.core.metadata.Attribute>extractParameters()Retrieve a fieldsMap of ExtendedAttributes that maps the list of report's parameters- 
Methods inherited from class com.logicaldoc.util.config.XMLBean
findElement, getAllAttribute, getAllChild, getAllChild, getAllChildText, getAttribute, getAttributeValue, getChild, getChild, getChildText, getRootChild, getRootElement, getText, getText, removeChild, setAttributeValue, setText, writeXMLDoc 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
RptDesignParser
public RptDesignParser(String path)
 
 - 
 
 -