Uses of Class
net.rootdev.javardfa.Setting

Packages that use Setting
net.rootdev.javardfa   
net.rootdev.javardfa.uri   
 

Uses of Setting in net.rootdev.javardfa
 

Methods in net.rootdev.javardfa that return Setting
static Setting Setting.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Setting[] Setting.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.rootdev.javardfa with parameters of type Setting
static XMLReader ParserFactory.createReaderForFormat(StatementSink sink, ParserFactory.Format format, Resolver resolver, Setting... settings)
          Makes an XMLReader appropriate to the format, with an rdfa parser plumbed to the StatementSink sink.
static XMLReader ParserFactory.createReaderForFormat(StatementSink sink, ParserFactory.Format format, Setting... settings)
          Makes an XMLReader appropriate to the format, with an rdfa parser plumbed to the StatementSink sink.
 void Parser.disable(Setting setting)
           
 void Parser.enable(Setting setting)
           
 

Uses of Setting in net.rootdev.javardfa.uri
 

Method parameters in net.rootdev.javardfa.uri with type arguments of type Setting
 void URIExtractor.setSettings(Set<Setting> settings)
           
 void URIExtractor10.setSettings(Set<Setting> settings)
           
 void URIExtractor11.setSettings(Set<Setting> settings)
           
 



Copyright © 2009-2012. All Rights Reserved.