Uses of Class
net.rootdev.javardfa.ParserFactory.Format

Packages that use ParserFactory.Format
net.rootdev.javardfa   
net.rootdev.javardfa.output   
net.rootdev.javardfa.query   
 

Uses of ParserFactory.Format in net.rootdev.javardfa
 

Methods in net.rootdev.javardfa that return ParserFactory.Format
static ParserFactory.Format ParserFactory.Format.lookup(String format)
           
static ParserFactory.Format ParserFactory.Format.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ParserFactory.Format[] ParserFactory.Format.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 ParserFactory.Format
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.
 

Uses of ParserFactory.Format in net.rootdev.javardfa.output
 

Methods in net.rootdev.javardfa.output with parameters of type ParserFactory.Format
static Map<String,String> OGPReader.getOGP(String url, ParserFactory.Format format)
          A rudimentary Open Graph Protocol parser
 

Uses of ParserFactory.Format in net.rootdev.javardfa.query
 

Methods in net.rootdev.javardfa.query with parameters of type ParserFactory.Format
static Map<String,Query> QueryUtilities.makeQueries(ParserFactory.Format format, String source)
          Grab simple (BGP) queries from an html document.
 



Copyright © 2009-2012. All Rights Reserved.