|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.etasoft.trans.transaction.axQDXMLParser
Quick and Dirty xml parser. This parser is, like the SAX parser, an event based parser, but with much less functionality.
Field Summary |
Fields inherited from interface com.etasoft.trans.transaction.axDetectable |
DELIMITEDTEXT, EDIFACT, FIXEDTEXT, HL7, NONE, X12, XML |
Constructor Summary | |
axQDXMLParser()
|
Method Summary | |
boolean |
detect(java.lang.String buffer)
Detect input file, input can be just first 200 characters of the file. |
int |
getDetectedType()
Return type of the file detected. |
void |
parse(axInputHandler doc,
axReaderIterator itor,
axInfoList expList)
Parse XML and fire events to doc handler |
java.lang.String |
toString()
Returns Parser description. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public axQDXMLParser()
Method Detail |
public java.lang.String toString()
public boolean detect(java.lang.String buffer)
detect
in interface axDetectable
public int getDetectedType()
getDetectedType
in interface axDetectable
public void parse(axInputHandler doc, axReaderIterator itor, axInfoList expList) throws axException
parse
in interface axParser
axException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |