|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.any23.extractor.html.AbstractExtractorTestCase
org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
public abstract class AbstractRDFaExtractorTestCase
This class provides a common set of tests for an RDFa extractor.
| Field Summary | |
|---|---|
protected static org.apache.any23.vocab.DCTERMS |
vDCTERMS
|
protected static org.apache.any23.vocab.FOAF |
vFOAF
|
| Fields inherited from class org.apache.any23.extractor.html.AbstractExtractorTestCase |
|---|
baseURI |
| Constructor Summary | |
|---|---|
AbstractRDFaExtractorTestCase()
|
|
| Method Summary | |
|---|---|
void |
testBasic()
Verify the basic RDFa support. |
void |
testDrupalTestPage()
This test checks if the RDF extraction is compliant to the RDFa in XHTML: Syntax and Processing specification against the Drupal test page. |
void |
testEmptyDatatypeDeclarationWithInnerXMLTags()
This test checks if the subject of a property modeled as RDFa in a XHTML document where the subject contains inner XML tags is represented as a plain Literal stripping all the inner tags. |
void |
testIncompleteTripleManagement()
See RDFa 1.1 Specification section 6.2 . |
void |
testRDFa11CURIEs()
This test check if the RDFa1.1 CURIEs expansion is correct and backward compatible with RDFa 1.0. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.any23.vocab.DCTERMS vDCTERMS
protected static final org.apache.any23.vocab.FOAF vFOAF
| Constructor Detail |
|---|
public AbstractRDFaExtractorTestCase()
| Method Detail |
|---|
public void testBasic()
throws org.openrdf.repository.RepositoryException
org.openrdf.repository.RepositoryException
public void testRDFa11CURIEs()
throws org.openrdf.repository.RepositoryException
org.openrdf.repository.RepositoryException
public void testEmptyDatatypeDeclarationWithInnerXMLTags()
throws org.openrdf.repository.RepositoryException
org.openrdf.repository.RepositoryException
public void testDrupalTestPage()
throws org.openrdf.repository.RepositoryException
org.openrdf.repository.RepositoryException
public void testIncompleteTripleManagement()
throws org.openrdf.repository.RepositoryException
org.openrdf.repository.RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||