org.jrdf.parser.ntriples.parser
Class TripleParserImpl
java.lang.Object
org.jrdf.parser.ntriples.parser.TripleParserImpl
- All Implemented Interfaces:
- TripleParser
public class TripleParserImpl
- extends Object
- implements TripleParser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TripleParserImpl
public TripleParserImpl(SubjectParser newSubjectParser,
PredicateParser newPredicateParser,
ObjectParser newObjectParser,
TripleFactory newTripleFactory)
parseTriple
public Triple parseTriple(RegexMatcher tripleRegexMatcher)
- Specified by:
parseTriple in interface TripleParser