Uses of Interface
net.loomchild.segment.srx.SrxParser
-
Packages that use SrxParser Package Description net.loomchild.segment.srx.io -
-
Uses of SrxParser in net.loomchild.segment.srx.io
Classes in net.loomchild.segment.srx.io that implement SrxParser Modifier and Type Class Description class
Srx1Parser
Represents SRX 1.0 parser.class
Srx2Parser
Represents SRX 2.0 document parser.class
Srx2SaxParser
Represents SRX 2.0 document parser.class
Srx2StaxParser
Represents SRX 2.0 document parser.class
SrxAnyParser
Represents any version intelligent SRX document parser.Fields in net.loomchild.segment.srx.io declared as SrxParser Modifier and Type Field Description private SrxParser
SrxAnyParser. parser
Constructors in net.loomchild.segment.srx.io with parameters of type SrxParser Constructor Description SrxAnyParser(SrxParser parser)
Creates SRX any parser using given SRX 2.0 parser.
-