com::cosylab::acs::laser::dao::DAOUtil Class Reference
List of all members.
Classes |
| interface | ElementHandler |
Static Public Member Functions |
| static final void | extractElements (Node mama, String elName, Logger logger, ElementHandler handler) |
| static final Document | parseXML (String xml) throws SAXException, IOException, ParserConfigurationException |
| static final String | getTextOfEl (Node e) |
| static final int[] | parseIntIdList (Node e) throws Exception |
| static final String[] | parseStringIdList (Node e) throws Exception |
| static void | regexEncodeChar (StringBuffer sb, char c) |
Static Package Functions |
| static void | encodeElemIf (StringBuffer out, String elName, Object value, int level) |
| static void | encodeElem (StringBuffer out, String elName, String value, int level) |
| static void | encodeAttr (StringBuffer out, String attrName, String attrVal) |
| static void | escapeXMLEntities (StringBuffer out, String ident) |
Member Function Documentation
| static void com::cosylab::acs::laser::dao::DAOUtil::encodeAttr |
( |
StringBuffer |
out, |
|
|
String |
attrName, |
|
|
String |
attrVal | |
|
) |
| | [inline, static, package] |
| static void com::cosylab::acs::laser::dao::DAOUtil::encodeElem |
( |
StringBuffer |
out, |
|
|
String |
elName, |
|
|
String |
value, |
|
|
int |
level | |
|
) |
| | [inline, static, package] |
| static void com::cosylab::acs::laser::dao::DAOUtil::encodeElemIf |
( |
StringBuffer |
out, |
|
|
String |
elName, |
|
|
Object |
value, |
|
|
int |
level | |
|
) |
| | [inline, static, package] |
| static void com::cosylab::acs::laser::dao::DAOUtil::escapeXMLEntities |
( |
StringBuffer |
out, |
|
|
String |
ident | |
|
) |
| | [inline, static, package] |
| static final void com::cosylab::acs::laser::dao::DAOUtil::extractElements |
( |
Node |
mama, |
|
|
String |
elName, |
|
|
Logger |
logger, |
|
|
ElementHandler |
handler | |
|
) |
| | [inline, static] |
| static final String com::cosylab::acs::laser::dao::DAOUtil::getTextOfEl |
( |
Node |
e |
) |
[inline, static] |
| static final int [] com::cosylab::acs::laser::dao::DAOUtil::parseIntIdList |
( |
Node |
e |
) |
throws Exception [inline, static] |
| static final String [] com::cosylab::acs::laser::dao::DAOUtil::parseStringIdList |
( |
Node |
e |
) |
throws Exception [inline, static] |
| static final Document com::cosylab::acs::laser::dao::DAOUtil::parseXML |
( |
String |
xml |
) |
throws SAXException, IOException, ParserConfigurationException [inline, static] |
| static void com::cosylab::acs::laser::dao::DAOUtil::regexEncodeChar |
( |
StringBuffer |
sb, |
|
|
char |
c | |
|
) |
| | [inline, static] |
The documentation for this class was generated from the following file: