|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.report.io.ReportParserUtil
A helper class to make parsing the xml files a lot easier.
Constructor Summary | |
ReportParserUtil()
|
Method Summary | |
static ElementAlignment |
parseHorizontalElementAlignment(java.lang.String value)
Parses a horizontal alignment value. |
static ElementAlignment |
parseVerticalElementAlignment(java.lang.String value)
Parses a vertical alignment value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReportParserUtil()
Method Detail |
public static ElementAlignment parseVerticalElementAlignment(java.lang.String value) throws org.xml.sax.SAXException
value
- the text to parse.
org.xml.sax.SAXException
- if the alignment value is not recognised.public static ElementAlignment parseHorizontalElementAlignment(java.lang.String value) throws org.xml.sax.SAXException
value
- the text to parse.
org.xml.sax.SAXException
- if the alignment value is not recognised.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |