public static interface XMLUtility.XMLRetriever<C extends XMLUtility.XMLRetrCtxt>
| Modifier and Type | Method and Description |
|---|---|
int |
getAsInteger(int dv)
保持テキストをintで取得.
|
long |
getAsLong(long dv)
保持テキストをlongで取得.
|
double |
getAsReal(double dv)
保持テキストをdoubleで取得.
|
String |
getAsText(String dv)
保持テキストをStringで取得.
|
String |
getText()
保持テキストを得る..
|
boolean |
hasValidText()
保持テキストの検査.
|
void |
postProcess(C ctx)
XMLからテキストを取得後に呼び出される.
ただし,最上位では呼び出されない.
|
void |
preProcess(C ctx)
XMLからテキストを取得前に呼び出される.
ただし,最上位では呼び出されない.
|
boolean |
retrieve(XMLUtility.XMLNode node,
C ctx)
XMLからテキストを取得する.
|
boolean retrieve(XMLUtility.XMLNode node, C ctx)
node - 対象ノード.ctx - parser context.void preProcess(C ctx)
ctx - parser context.void postProcess(C ctx)
ctx - parser context.String getText()
boolean hasValidText()
String getAsText(String dv)
dv - デフォルト値.double getAsReal(double dv)
dv - デフォルト値.long getAsLong(long dv)
dv - デフォルト値.int getAsInteger(int dv)
dv - デフォルト値.EDB Working Group at Tue Dec 2 16:35:33 JST 2025