net.rootdev.javardfa.conformance
Class RDFaConformance

java.lang.Object
  extended by net.rootdev.javardfa.conformance.RDFaConformance
Direct Known Subclasses:
HTML4, HTML5, XHTML

public abstract class RDFaConformance
extends Object

Author:
Damian Steer

Constructor Summary
RDFaConformance(String test, String title, String purpose, String input, String query, String expected)
           
 
Method Summary
 void compare()
           
abstract  XMLReader getParser(Model model)
           
static Collection<String[]> testFiles(String manifestURI, String... excludes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFaConformance

public RDFaConformance(String test,
                       String title,
                       String purpose,
                       String input,
                       String query,
                       String expected)
Method Detail

testFiles

public static Collection<String[]> testFiles(String manifestURI,
                                             String... excludes)
                                      throws URISyntaxException,
                                             IOException
Throws:
URISyntaxException
IOException

getParser

public abstract XMLReader getParser(Model model)
                             throws SAXException
Throws:
SAXException

compare

public void compare()
             throws SAXException,
                    IOException
Throws:
SAXException
IOException


Copyright © 2009-2012. All Rights Reserved.