Class CDTAwareParserProfile

java.lang.Object
org.apache.jena.riot.system.ParserProfileStd
org.apache.jena.riot.system.CDTAwareParserProfile
All Implemented Interfaces:
ParserProfile

public class CDTAwareParserProfile extends ParserProfileStd
This is a ParserProfile that supports parsing of CDT literals that occur within the parsed file. The main point is to share the FactoryRDF object of this parser profile with the parser of these literals in order to get the same blank nodes for the same blank node identifiers both within and outside of the literals, as well as across multiple CDT literals that occur in the parsed file.
  • Constructor Details

    • CDTAwareParserProfile

      public CDTAwareParserProfile(FactoryRDF factory, ErrorHandler errorHandler, org.apache.jena.irix.IRIxResolver resolver, PrefixMap prefixMap, Context context, boolean checking, boolean strictMode)
  • Method Details