com.etasoft.trans.transaction
Class axTextInputHandler
java.lang.Object
com.etasoft.trans.transaction.axDocHandler
com.etasoft.trans.transaction.axInputHandler
com.etasoft.trans.transaction.axTextInputHandler
- public class axTextInputHandler
- extends axInputHandler
Text document handler
Method Summary |
void |
endTag(java.lang.Object tag)
|
protected boolean |
isMatch(axMapObject mapObj,
java.lang.String tag,
boolean fixedLength,
int length,
java.util.HashMap tabElements)
Is match. |
boolean |
isStopped()
Signal back to parser when parsing should be stopped. |
void |
startDocument()
|
boolean |
startTag(java.lang.Object tag,
boolean fixedLength,
int length,
java.util.HashMap tabElements)
|
void |
text(java.lang.String str)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
axTextInputHandler
public axTextInputHandler(axMap map,
axMapRoot mapRoot,
com.etasoft.trans.runtime.axIDFFrame idfFrame,
axInfoList expList)
startDocument
public void startDocument()
throws axException
- Specified by:
startDocument
in class axInputHandler
- Throws:
axException
startTag
public boolean startTag(java.lang.Object tag,
boolean fixedLength,
int length,
java.util.HashMap tabElements)
throws axException
- Specified by:
startTag
in class axInputHandler
- Throws:
axException
endTag
public void endTag(java.lang.Object tag)
throws axException
- Overrides:
endTag
in class axInputHandler
- Throws:
axException
text
public void text(java.lang.String str)
throws axException
- Overrides:
text
in class axInputHandler
- Throws:
axException
isStopped
public boolean isStopped()
- Signal back to parser when parsing should be stopped.
- Specified by:
isStopped
in class axInputHandler
isMatch
protected boolean isMatch(axMapObject mapObj,
java.lang.String tag,
boolean fixedLength,
int length,
java.util.HashMap tabElements)
- Description copied from class:
axInputHandler
- Is match.
- Overrides:
isMatch
in class axInputHandler