|
Open Business Objects for EDI v3.6.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.americancoders.edi.EDIDocumentParser
|
+--com.americancoders.edi.x12.X12DocumentParser
class to parse input string for all defined OBOE Transaction Sets
x12 dependent
| Field Summary |
| Fields inherited from class com.americancoders.edi.EDIDocumentParser |
dErr |
| Constructor Summary | |
X12DocumentParser()
parses an X12 Document and passes results to EDIDocumentHandlers |
|
| Method Summary | |
void |
parseDocument(java.io.Reader inReader)
Deprecated. use parseDocument(Reader, true); |
void |
parseDocument(java.io.Reader inReader,
boolean inValidate)
parses an X12 Document and passes results to EDIDocumentHandlers |
void |
parseDocument(java.lang.String inString)
parses a String containing an X12 Document and passes results to EDIDocumentHandlers |
| Methods inherited from class com.americancoders.edi.EDIDocumentParser |
deregisterHandler, getDocumentErrors, notifyEndEnvelope, notifyEndFunctionalGroup, notifyEndSegment, notifyEndTransactionSet, notifyStartEnvelope, notifyStartFunctionalGroup, notifyStartSegment, notifyStartTransactionSet, registerHandler, setErrorLevel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public X12DocumentParser()
| Method Detail |
public void parseDocument(java.lang.String inString)
throws OBOEException
parseDocument in class EDIDocumentParserinString - the edi document
OBOEException - - unknown transaction set, this transaction set is undefined to OBOE
public void parseDocument(java.io.Reader inReader)
throws OBOEException
inReader - the edi document passed through by a reader object
OBOEException - - unknown transaction set, this transaction set is undefined to OBOE
public void parseDocument(java.io.Reader inReader,
boolean inValidate)
throws OBOEException
parseDocument in class EDIDocumentParserinReader - the edi document passed through by a reader objectinValidate - - if true call validation method of the envelope after parsing
OBOEException - - unknown transaction set, this transaction set is undefined to OBOE
|
Open Business Objects for EDI v3.6.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||