Package net.loomchild.segment.srx
Interface SrxParser
- All Known Implementing Classes:
Srx1Parser
,Srx2Parser
,Srx2SaxParser
,Srx2StaxParser
,SrxAnyParser
public interface SrxParser
Represents SRX parser that can parse SRX document from reader.
-
Method Summary
-
Method Details
-
parse
Parses SRX document.- Parameters:
reader
- reader from which read the document- Returns:
- initialized SRX document
-