|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.mlw.util.ParsingUtils
Method Summary | |
static java.lang.String |
getTdContents(java.lang.String html,
java.lang.String defaultValue)
Returns a String array derived from the contents of the s. |
static java.lang.String |
getTdContents(java.lang.String html,
java.lang.String defaultValue,
int offset)
Returns a String array derived from the contents of the s. |
static java.lang.String[] |
getTdContentsAsArray(java.lang.String html)
Returns a String array derived from the contents of the s. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String[] getTdContentsAsArray(java.lang.String html)
html
- The text to parse
public static java.lang.String getTdContents(java.lang.String html, java.lang.String defaultValue)
html
- The text to parsedefaultValue
- If the TD is empty then use this value.
public static java.lang.String getTdContents(java.lang.String html, java.lang.String defaultValue, int offset)
html
- The text to parsedefaultValue
- If the TD is empty then use this value.offset
- the number of TDs to skip.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |