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 classSrx1ParserRepresents SRX 1.0 parser.classSrx2ParserRepresents SRX 2.0 document parser.classSrx2SaxParserRepresents SRX 2.0 document parser.classSrx2StaxParserRepresents SRX 2.0 document parser.classSrxAnyParserRepresents any version intelligent SRX document parser.Fields in net.loomchild.segment.srx.io declared as SrxParser Modifier and Type Field Description private SrxParserSrxAnyParser. parserConstructors 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.
-