Package net.loomchild.segment.srx.io
Class Srx1Parser
- java.lang.Object
-
- net.loomchild.segment.srx.io.Srx1Parser
-
- All Implemented Interfaces:
SrxParser
public class Srx1Parser extends java.lang.Object implements SrxParser
Represents SRX 1.0 parser. Transforms document to SRX 2.0 usingSrx1Transformer
and then parses it usingSrx2Parser
.
-
-
Constructor Summary
Constructors Constructor Description Srx1Parser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SrxDocument
parse(java.io.Reader reader)
Transforms document to SRX 2.0 usingSrx1Transformer
and default transformation parameters and parses it usingSrx2Parser
.
-
-
-
Method Detail
-
parse
public SrxDocument parse(java.io.Reader reader)
Transforms document to SRX 2.0 usingSrx1Transformer
and default transformation parameters and parses it usingSrx2Parser
.
-
-