|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.etasoft.trans.transaction.axDocHandler
Event sink interface for parser.
Constructor Summary | |
axDocHandler(axMap map,
axMapRoot mapRoot)
|
Method Summary | |
abstract void |
endDocument()
|
abstract void |
endTag(java.lang.Object tag)
|
axMap |
getMap()
Return map. |
axMapRoot |
getMapRoot()
Return map root item. |
axMapMetaData |
getMetaData()
Get extra meta data for the parser. |
int |
getSegmentCount()
Return segment count. |
axMapSeparators |
getSeparators()
Get separators from axMapRoot. |
protected boolean |
isMatch(axMapObject mapObj,
java.lang.String tag,
boolean fixedLength,
int length,
java.util.HashMap tabElements)
|
abstract boolean |
isStopped()
|
abstract void |
startDocument()
|
abstract void |
text(java.lang.String str)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public axDocHandler(axMap map, axMapRoot mapRoot)
Method Detail |
public abstract void startDocument() throws axException
axException
public abstract void endDocument() throws axException
axException
public axMapSeparators getSeparators()
public axMap getMap()
public int getSegmentCount()
public axMapRoot getMapRoot()
public axMapMetaData getMetaData()
public abstract void endTag(java.lang.Object tag) throws axException
axException
public abstract void text(java.lang.String str) throws axException
axException
public abstract boolean isStopped()
protected boolean isMatch(axMapObject mapObj, java.lang.String tag, boolean fixedLength, int length, java.util.HashMap tabElements)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |