A B C D E F G H I J L M N O P R S T V W X Y 
All Classes All Packages

A

AbstractAny23TestBase - Class in org.apache.any23
This file encapsulates access to test resource files using temporary files that are automatically cleaned up by JUnit after each test.
AbstractAny23TestBase() - Constructor for class org.apache.any23.AbstractAny23TestBase
 
AbstractExtractorTestCase - Class in org.apache.any23.extractor.html
Abstract class used to write Extractor specific test cases.
AbstractExtractorTestCase() - Constructor for class org.apache.any23.extractor.html.AbstractExtractorTestCase
Constructor.
AbstractRDFaExtractorTestCase - Class in org.apache.any23.extractor.rdfa
This class provides a common set of tests for an RDFa extractor.
AbstractRDFaExtractorTestCase() - Constructor for class org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
 
AcceptHeaderBuilderTest - Class in org.apache.any23.http
Reference test for AcceptHeaderBuilder
AcceptHeaderBuilderTest() - Constructor for class org.apache.any23.http.AcceptHeaderBuilderTest
 
AdrExtractorTest - Class in org.apache.any23.extractor.html
Test case for AdrExtractor.
AdrExtractorTest() - Constructor for class org.apache.any23.extractor.html.AdrExtractorTest
 
after() - Method in class org.apache.any23.cli.Any23PluginManagerToolsTest
 
after() - Method in class org.apache.any23.plugin.Any23PluginManagerTest
 
Any23OnlineTestBase - Class in org.apache.any23
Base class for any Any23 test class containing online tests (test which require online resources to run).
Any23OnlineTestBase() - Constructor for class org.apache.any23.Any23OnlineTestBase
 
Any23PluginManagerTest - Class in org.apache.any23.plugin
Test case for Any23PluginManager.
Any23PluginManagerTest() - Constructor for class org.apache.any23.plugin.Any23PluginManagerTest
 
Any23PluginManagerToolsTest - Class in org.apache.any23.cli
 
Any23PluginManagerToolsTest() - Constructor for class org.apache.any23.cli.Any23PluginManagerToolsTest
 
Any23Test - Class in org.apache.any23
Test case for Any23 facade.
Any23Test() - Constructor for class org.apache.any23.Any23Test
 
assertContains(IRI, String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the extracted triples contain the pattern (_ p o).
assertContains(IRI, Resource) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the extracted triples contain the pattern (_ p o).
assertContains(Resource, IRI, String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Assert that the model contains the statement (s p l) where l is a literal.
assertContains(Resource, IRI, String, String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Assert that the model contains the statement (s p l) where l is a language literal.
assertContains(Resource, IRI, Value) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the extracted triples contain the pattern (s p o).
assertContains(Statement) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Checks that a statement is contained in the extracted model.
assertContainsModel(String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Verifies that the current model contains all the statements declared in the specified modelFile.
assertContainsModel(Statement[]) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Verifies that the current model contains all the given statements.
assertExtract(String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Performs data extraction over the content of a resource and assert that the extraction was fine and raised no issues.
assertExtract(String, boolean) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Performs data extraction over the content of a resource and assert that the extraction was fine.
assertFileContainsString(File, String) - Method in class org.apache.any23.cli.YAMLRoverTest
Asserts if file contains wanted string.
assertIssue(IssueReport.IssueLevel, String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that an issue has been produced by the processed Extractor.
assertModelEmpty() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the model is expected to contains no statements.
assertModelNotEmpty() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the model contains at least a statement.
assertNoIssues() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the extraction generated no issues.
assertNotContains(IRI, Resource) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the extracted triples contain the pattern (_ p o).
assertNotContains(Resource, IRI, String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the extracted triples contain the pattern (s p o).
assertNotContains(Resource, IRI, Literal) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the model doesn't contain the pattern (s p o)
assertNotContains(Resource, IRI, Resource) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the extracted triples contain the pattern (s p o).
assertNotFound(Resource, IRI) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the given pattern (s p _) is not present.
assertStatementsSize(IRI, String, int) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the given pattern (_ p o) satisfies the expected number of statements.
assertStatementsSize(IRI, Value, int) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the given pattern (_ p o) satisfies the expected number of statements.
assertStatementsSize(Resource, IRI, Value, int) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the given pattern (s p o) satisfies the expected number of statements.
assumeOnlineAllowed() - Static method in class org.apache.any23.Any23OnlineTestBase
Check whether or not running online tests.

B

baseIRI - Static variable in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Base test document.
before() - Method in class org.apache.any23.cli.Any23PluginManagerToolsTest
 
before() - Method in class org.apache.any23.plugin.Any23PluginManagerTest
 

C

close() - Method in class org.apache.any23.extractor.MockTripleHandler
 
closeContext(ExtractionContext) - Method in class org.apache.any23.cli.flows.PeopleExtractor
 
closeContext(ExtractionContext) - Method in class org.apache.any23.extractor.MockTripleHandler
 
conn - Variable in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Internal connection used to collect extraction results.
copyResourceToTempFile(String) - Method in class org.apache.any23.AbstractAny23TestBase
Copies a resource to a temporary directory and returns a file handle that can be used to access the resource as a file from the temp directory.
createExtractor() - Method in class org.apache.any23.extractor.example.ExampleExtractorFactory
 
createPerson(String) - Static method in class org.apache.any23.cli.flows.PeopleExtractor
 
CSVExtractorTest - Class in org.apache.any23.extractor.csv
Reference test case for CSVExtractor.
CSVExtractorTest() - Constructor for class org.apache.any23.extractor.csv.CSVExtractorTest
 
CSVReaderBuilderTest - Class in org.apache.any23.extractor.csv
Test case for CSVReaderBuilder.
CSVReaderBuilderTest() - Constructor for class org.apache.any23.extractor.csv.CSVReaderBuilderTest
 

D

DefaultConfigurationTest - Class in org.apache.any23.configuration
Test case for Configuration class.
DefaultConfigurationTest() - Constructor for class org.apache.any23.configuration.DefaultConfigurationTest
 
DefaultValidatorTest - Class in org.apache.any23.validator
Test case for DefaultValidator.
DefaultValidatorTest() - Constructor for class org.apache.any23.validator.DefaultValidatorTest
 
DiscoveryUtilsTest - Class in org.apache.any23.util
Test case for DiscoveryUtils.
DiscoveryUtilsTest() - Constructor for class org.apache.any23.util.DiscoveryUtilsTest
 
DomUtilsTest - Class in org.apache.any23.extractor.html
Reference test class for the DomUtils class.
DomUtilsTest() - Constructor for class org.apache.any23.extractor.html.DomUtilsTest
 
dumpAsListOfStatements() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Dumps the list of statements contained in the extracted model.
dumpHumanReadableTriples() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
 
dumpModelToNQuads() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Dumps the extracted model in NQuads format.
dumpModelToRDFXML() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Dumps the extracted model in RDFXML format.
dumpModelToTurtle() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Dumps the extracted model in Turtle format.

E

ElementsProcessorTest - Class in org.apache.any23.extractor.yaml
 
ElementsProcessorTest() - Constructor for class org.apache.any23.extractor.yaml.ElementsProcessorTest
 
EmbeddedJSONLDExtractorTest - Class in org.apache.any23.extractor.html
 
EmbeddedJSONLDExtractorTest() - Constructor for class org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
 
EncodingTest - Class in org.apache.any23.extractor.html
Test class to ensure behaviors of HTMLDocument parser with encoding corner cases.
EncodingTest() - Constructor for class org.apache.any23.extractor.html.EncodingTest
 
endDocument(IRI) - Method in class org.apache.any23.extractor.MockTripleHandler
 
endRDF() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest.TestRDFHandler
 
ExampleExtractor - Class in org.apache.any23.extractor.example
Example concrete implementation of Extractor.BlindExtractor.
ExampleExtractor() - Constructor for class org.apache.any23.extractor.example.ExampleExtractor
 
ExampleExtractorFactory - Class in org.apache.any23.extractor.example
 
ExampleExtractorFactory() - Constructor for class org.apache.any23.extractor.example.ExampleExtractorFactory
 
expectClose() - Method in class org.apache.any23.extractor.MockTripleHandler
 
expectCloseContext(String, IRI, String) - Method in class org.apache.any23.extractor.MockTripleHandler
 
expectEndDocument(IRI) - Method in class org.apache.any23.extractor.MockTripleHandler
 
expectNamespace(String, String, String, IRI, String) - Method in class org.apache.any23.extractor.MockTripleHandler
 
expectOpenContext(String, IRI, String) - Method in class org.apache.any23.extractor.MockTripleHandler
 
expectSetContentLength(long) - Method in class org.apache.any23.extractor.MockTripleHandler
 
expectStartDocument(IRI) - Method in class org.apache.any23.extractor.MockTripleHandler
 
expectTriple(Resource, IRI, Value, IRI, String, IRI, String) - Method in class org.apache.any23.extractor.MockTripleHandler
 
extract(String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Applies the extractor provided by the AbstractExtractorTestCase.getExtractorFactory() to the specified resource.
extract(String) - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
extract(IRI, String) - Method in class org.apache.any23.extractor.rdf.JSONLDExtractorTest
 
ExtractionAPITest - Class in org.apache.any23.extractor
Tests the extraction scenario.
ExtractionAPITest() - Constructor for class org.apache.any23.extractor.ExtractionAPITest
 
ExtractionContextBlockerTest - Class in org.apache.any23.filter
ExtractionContextBlockerTest() - Constructor for class org.apache.any23.filter.ExtractionContextBlockerTest
 
ExtractionExceptionTest - Class in org.apache.any23.extractor.rdfa
Test case for ExtractionException.
ExtractionExceptionTest() - Constructor for class org.apache.any23.extractor.rdfa.ExtractionExceptionTest
 
ExtractionParametersTest - Class in org.apache.any23.extractor
Test case for ExtractionParameters.
ExtractionParametersTest() - Constructor for class org.apache.any23.extractor.ExtractionParametersTest
 
ExtractionResultImplTest - Class in org.apache.any23.extractor
Test case for ExtractionResultImpl class.
ExtractionResultImplTest() - Constructor for class org.apache.any23.extractor.ExtractionResultImplTest
 
ExtractorDocumentationTest - Class in org.apache.any23.cli
Test case for ExtractorDocumentation CLI.
ExtractorDocumentationTest() - Constructor for class org.apache.any23.cli.ExtractorDocumentationTest
 
ExtractorsFlowTest - Class in org.apache.any23.cli
This is example for task ANY23-396
ExtractorsFlowTest() - Constructor for class org.apache.any23.cli.ExtractorsFlowTest
 

F

findExactlyOneBlankSubject(IRI, Value) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Returns the blank subject matching the pattern (_:b p o), it is expected to exists and be just one.
findExactlyOneObject(Resource, IRI) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Returns the object matching the pattern (s p o), it is expected to exists and be just one.
findObject(Resource, IRI) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Finds the object matching the pattern (s p _), asserts to find exactly one result.
findObjectAsLiteral(Resource, IRI) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Finds the literal object matching the pattern (s p _), asserts to find exactly one result.
findObjectAsResource(Resource, IRI) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Finds the resource object matching the pattern (s p _), asserts to find exactly one result.
findObjects(Resource, IRI) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Returns all the objects matching the pattern (s p _).
findSubjects(IRI, Value) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Returns all the subjects matching the pattern (s? p o).
floatsTest() - Method in class org.apache.any23.extractor.yaml.YAMLExtractorTest
 
FunctionalSyntaxExtractorTest - Class in org.apache.any23.extractor.rdf
FunctionalSyntaxExtractorTest() - Constructor for class org.apache.any23.extractor.rdf.FunctionalSyntaxExtractorTest
 

G

getConnection() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
 
getDescription() - Method in class org.apache.any23.extractor.example.ExampleExtractor
 
getDescriptionInstance() - Static method in class org.apache.any23.extractor.example.ExampleExtractorFactory
 
getDocumentSourceFromResource(String) - Method in class org.apache.any23.AbstractAny23TestBase
 
getDocumentSourceFromResource(String, String) - Method in class org.apache.any23.AbstractAny23TestBase
 
getDOM() - Method in class org.apache.any23.extractor.html.HTMLFixture
 
getExtractorFactory() - Method in class org.apache.any23.extractor.calendar.ICalExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.calendar.JCalExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.calendar.XCalExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.csv.CSVExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.AdrExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.HeadLinkExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.HRecipeExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.HResumeExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.HReviewExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.HTMLMetaExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.LicenseExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.microformats2.HAdrExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.microformats2.HCardExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.microformats2.HEntryExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.microformats2.HEventExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.microformats2.HGeoExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.microformats2.HItemExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.microformats2.HProductExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.microformats2.HRecipeExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.microformats2.HResumeExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.SpeciesExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.TitleExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.TurtleHTMLExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.rdf.FunctionalSyntaxExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.rdfa.RDFaExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.yaml.YAMLExtractorTest
 
getHTMLDocument() - Method in class org.apache.any23.extractor.html.HTMLFixture
 
getIdentifier() - Method in class org.apache.any23.cli.flows.PeopleExtractorFactory
 
getIssues() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Returns the list of issues raised by the extractor under testing.
getIssues(String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Returns the list of issues raised by a given extractor.
getOpener(String) - Method in class org.apache.any23.extractor.html.HTMLFixture
 
getReport() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
 
getStatements() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest.TestRDFHandler
 
getStatements(Resource, IRI, Value) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Returns all statements matching the pattern (s p o).
getStatementsSize(Resource, IRI, Value) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Counts all statements matching the pattern (s p o).
getSupportedSettings() - Method in class org.apache.any23.cli.flows.PeopleExtractorFactory
 
getTripleWriter(TripleHandler, Settings) - Method in class org.apache.any23.cli.flows.PeopleExtractorFactory
 

H

HAdrExtractorTest - Class in org.apache.any23.extractor.html.microformats2
 
HAdrExtractorTest() - Constructor for class org.apache.any23.extractor.html.microformats2.HAdrExtractorTest
 
handleComment(String) - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest.TestRDFHandler
 
handleNamespace(String, String) - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest.TestRDFHandler
 
handleStatement(Statement) - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest.TestRDFHandler
 
HCalendarExtractorTest - Class in org.apache.any23.extractor.html
Test case for HCalendarExtractorclass.
HCalendarExtractorTest() - Constructor for class org.apache.any23.extractor.html.HCalendarExtractorTest
 
HCardExtractorTest - Class in org.apache.any23.extractor.html
HCardExtractor test case.
HCardExtractorTest - Class in org.apache.any23.extractor.html.microformats2
 
HCardExtractorTest() - Constructor for class org.apache.any23.extractor.html.HCardExtractorTest
 
HCardExtractorTest() - Constructor for class org.apache.any23.extractor.html.microformats2.HCardExtractorTest
 
HeadLinkExtractorTest - Class in org.apache.any23.extractor.html
Test case for HeadLinkExtractor
HeadLinkExtractorTest() - Constructor for class org.apache.any23.extractor.html.HeadLinkExtractorTest
 
HEntryExtractorTest - Class in org.apache.any23.extractor.html.microformats2
 
HEntryExtractorTest() - Constructor for class org.apache.any23.extractor.html.microformats2.HEntryExtractorTest
 
HEventExtractorTest - Class in org.apache.any23.extractor.html.microformats2
 
HEventExtractorTest() - Constructor for class org.apache.any23.extractor.html.microformats2.HEventExtractorTest
 
HGeoExtractorTest - Class in org.apache.any23.extractor.html.microformats2
 
HGeoExtractorTest() - Constructor for class org.apache.any23.extractor.html.microformats2.HGeoExtractorTest
 
HItemExtractorTest - Class in org.apache.any23.extractor.html.microformats2
 
HItemExtractorTest() - Constructor for class org.apache.any23.extractor.html.microformats2.HItemExtractorTest
 
HListingExtractorTest - Class in org.apache.any23.extractor.html
Reference Test class for the HListingExtractor extractor.
HListingExtractorTest() - Constructor for class org.apache.any23.extractor.html.HListingExtractorTest
 
HProductExtractorTest - Class in org.apache.any23.extractor.html.microformats2
 
HProductExtractorTest() - Constructor for class org.apache.any23.extractor.html.microformats2.HProductExtractorTest
 
HRecipeExtractorTest - Class in org.apache.any23.extractor.html
Test case for HRecipeExtractor.
HRecipeExtractorTest - Class in org.apache.any23.extractor.html.microformats2
 
HRecipeExtractorTest() - Constructor for class org.apache.any23.extractor.html.HRecipeExtractorTest
 
HRecipeExtractorTest() - Constructor for class org.apache.any23.extractor.html.microformats2.HRecipeExtractorTest
 
HResumeExtractorTest - Class in org.apache.any23.extractor.html
Reference Test class for the HResumeExtractor extractor.
HResumeExtractorTest - Class in org.apache.any23.extractor.html.microformats2
 
HResumeExtractorTest() - Constructor for class org.apache.any23.extractor.html.HResumeExtractorTest
 
HResumeExtractorTest() - Constructor for class org.apache.any23.extractor.html.microformats2.HResumeExtractorTest
 
HReviewExtractorTest - Class in org.apache.any23.extractor.html
Reference Test class for the HReviewExtractor extractor.
HReviewExtractorTest() - Constructor for class org.apache.any23.extractor.html.HReviewExtractorTest
 
HTMLDocumentTest - Class in org.apache.any23.extractor.html
Test case for HTMLDocument.
HTMLDocumentTest() - Constructor for class org.apache.any23.extractor.html.HTMLDocumentTest
 
HTMLFixture - Class in org.apache.any23.extractor.html
This class is a wrapper around an HTML document providing a simply facade.
HTMLFixture(File) - Constructor for class org.apache.any23.extractor.html.HTMLFixture
 
HTMLMetaExtractorTest - Class in org.apache.any23.extractor.html
Reference Test class for the HTMLMetaExtractor extractor.
HTMLMetaExtractorTest() - Constructor for class org.apache.any23.extractor.html.HTMLMetaExtractorTest
 

I

ICalExtractorTest - Class in org.apache.any23.extractor.calendar
 
ICalExtractorTest() - Constructor for class org.apache.any23.extractor.calendar.ICalExtractorTest
 
IgnoreAccidentalRDFaTest - Class in org.apache.any23.filter
Test case for IgnoreAccidentalRDFa.
IgnoreAccidentalRDFaTest() - Constructor for class org.apache.any23.filter.IgnoreAccidentalRDFaTest
 
integersTest() - Method in class org.apache.any23.extractor.yaml.YAMLExtractorTest
 

J

JCalExtractorTest - Class in org.apache.any23.extractor.calendar
 
JCalExtractorTest() - Constructor for class org.apache.any23.extractor.calendar.JCalExtractorTest
 
JSONLDExtractorTest - Class in org.apache.any23.extractor.rdf
Test case for JSONLDExtractor.
JSONLDExtractorTest() - Constructor for class org.apache.any23.extractor.rdf.JSONLDExtractorTest
 
JSONWriterTest - Class in org.apache.any23.writer
Test case for JSONLDWriter and deprecated JSONWriter classes.
JSONWriterTest() - Constructor for class org.apache.any23.writer.JSONWriterTest
 

L

LicenseExtractorTest - Class in org.apache.any23.extractor.html
Reference Test class for the LicenseExtractor extractor.
LicenseExtractorTest() - Constructor for class org.apache.any23.extractor.html.LicenseExtractorTest
 
litsFiles() - Static method in class org.apache.any23.cli.SimpleRoverTest
 
loadDocument(String) - Static method in class org.apache.any23.validator.DefaultValidatorTest
 
log - Static variable in class org.apache.any23.extractor.yaml.YAMLExtractorTest
 

M

ManchesterSyntaxExtractorTest - Class in org.apache.any23.extractor.rdf
ManchesterSyntaxExtractorTest() - Constructor for class org.apache.any23.extractor.rdf.ManchesterSyntaxExtractorTest
 
MicrodataExtractorTest - Class in org.apache.any23.extractor.microdata
Reference test class for MicrodataExtractor.
MicrodataExtractorTest() - Constructor for class org.apache.any23.extractor.microdata.MicrodataExtractorTest
 
MicrodataExtractorTest.TestRDFHandler - Class in org.apache.any23.extractor.microdata
 
MicrodataParserTest - Class in org.apache.any23.cli
Test case for MicrodataParser CLI.
MicrodataParserTest - Class in org.apache.any23.extractor.microdata
Test case for MicrodataParser.
MicrodataParserTest() - Constructor for class org.apache.any23.cli.MicrodataParserTest
 
MicrodataParserTest() - Constructor for class org.apache.any23.extractor.microdata.MicrodataParserTest
 
MimeDetectorTest - Class in org.apache.any23.cli
Test case for MimeDetector CLI.
MimeDetectorTest() - Constructor for class org.apache.any23.cli.MimeDetectorTest
 
MockTripleHandler - Class in org.apache.any23.extractor
Just a mockup implementing a TripleHandler.
MockTripleHandler() - Constructor for class org.apache.any23.extractor.MockTripleHandler
 
multiTest() - Method in class org.apache.any23.extractor.yaml.YAMLExtractorTest
 

N

NAME - Static variable in class org.apache.any23.extractor.example.ExampleExtractorFactory
 
ns - Static variable in class org.apache.any23.extractor.yaml.YAMLExtractorTest
 
nullTest() - Method in class org.apache.any23.extractor.yaml.YAMLExtractorTest
 

O

ONLINE_TEST_DISABLED_FLAG - Static variable in class org.apache.any23.Any23OnlineTestBase
 
openContext(ExtractionContext) - Method in class org.apache.any23.extractor.MockTripleHandler
 
org.apache.any23 - package org.apache.any23
 
org.apache.any23.cli - package org.apache.any23.cli
 
org.apache.any23.cli.flows - package org.apache.any23.cli.flows
 
org.apache.any23.configuration - package org.apache.any23.configuration
 
org.apache.any23.encoding - package org.apache.any23.encoding
 
org.apache.any23.extractor - package org.apache.any23.extractor
 
org.apache.any23.extractor.calendar - package org.apache.any23.extractor.calendar
 
org.apache.any23.extractor.csv - package org.apache.any23.extractor.csv
 
org.apache.any23.extractor.example - package org.apache.any23.extractor.example
Package containing just a simple ExampleExtractor example.
org.apache.any23.extractor.html - package org.apache.any23.extractor.html
 
org.apache.any23.extractor.html.microformats2 - package org.apache.any23.extractor.html.microformats2
 
org.apache.any23.extractor.microdata - package org.apache.any23.extractor.microdata
 
org.apache.any23.extractor.rdf - package org.apache.any23.extractor.rdf
 
org.apache.any23.extractor.rdfa - package org.apache.any23.extractor.rdfa
 
org.apache.any23.extractor.xpath - package org.apache.any23.extractor.xpath
 
org.apache.any23.extractor.yaml - package org.apache.any23.extractor.yaml
 
org.apache.any23.filter - package org.apache.any23.filter
 
org.apache.any23.http - package org.apache.any23.http
 
org.apache.any23.mime - package org.apache.any23.mime
 
org.apache.any23.mime.purifier - package org.apache.any23.mime.purifier
 
org.apache.any23.plugin - package org.apache.any23.plugin
 
org.apache.any23.rdf - package org.apache.any23.rdf
 
org.apache.any23.util - package org.apache.any23.util
 
org.apache.any23.validator - package org.apache.any23.validator
 
org.apache.any23.vocab - package org.apache.any23.vocab
 
org.apache.any23.writer - package org.apache.any23.writer
 

P

PeopleExtractor - Class in org.apache.any23.cli.flows
Proof of concept for ANY23-396 example.
PeopleExtractor(TripleHandler) - Constructor for class org.apache.any23.cli.flows.PeopleExtractor
 
PeopleExtractorFactory - Class in org.apache.any23.cli.flows
 
PeopleExtractorFactory() - Constructor for class org.apache.any23.cli.flows.PeopleExtractorFactory
 
PluginVerifierTest - Class in org.apache.any23.cli
Test case for PluginVerifier CLI.
PluginVerifierTest() - Constructor for class org.apache.any23.cli.PluginVerifierTest
 
PREFIXES - Static variable in class org.apache.any23.extractor.example.ExampleExtractorFactory
 
PrefixesTest - Class in org.apache.any23.rdf
Reference Test class for Prefixes
PrefixesTest() - Constructor for class org.apache.any23.rdf.PrefixesTest
 
prepareDetector() - Method in class org.apache.any23.extractor.yaml.YAMLTikaParserTest
 
processList() - Method in class org.apache.any23.extractor.yaml.ElementsProcessorTest
 
processMap() - Method in class org.apache.any23.extractor.yaml.ElementsProcessorTest
 
processSimple() - Method in class org.apache.any23.extractor.yaml.ElementsProcessorTest
 

R

RAW_NS - Static variable in class org.apache.any23.cli.flows.PeopleExtractor
 
RDFa11ExtractorTest - Class in org.apache.any23.extractor.rdfa
Reference test class for RDFa11Extractor class.
RDFa11ExtractorTest() - Constructor for class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
 
RDFa11ParserTest - Class in org.apache.any23.extractor.rdfa
Deprecated.
since 2.3
RDFa11ParserTest() - Constructor for class org.apache.any23.extractor.rdfa.RDFa11ParserTest
Deprecated.
 
RDFaExtractorTest - Class in org.apache.any23.extractor.rdfa
Reference Test Class for RDFaExtractor.
RDFaExtractorTest() - Constructor for class org.apache.any23.extractor.rdfa.RDFaExtractorTest
 
RDFMergerTest - Class in org.apache.any23.extractor.html
Reference Test class for various mixed extractors.
RDFMergerTest() - Constructor for class org.apache.any23.extractor.html.RDFMergerTest
 
RDFSchemaUtilsTest - Class in org.apache.any23.vocab
Test case for RDFSchemaUtils.
RDFSchemaUtilsTest() - Constructor for class org.apache.any23.vocab.RDFSchemaUtilsTest
 
RDFUtilsTest - Class in org.apache.any23.rdf
Reference test class for RDFUtils.
RDFUtilsTest() - Constructor for class org.apache.any23.rdf.RDFUtilsTest
 
receiveNamespace(String, String, ExtractionContext) - Method in class org.apache.any23.extractor.MockTripleHandler
 
receiveTriple(Resource, IRI, Value, IRI, ExtractionContext) - Method in class org.apache.any23.cli.flows.PeopleExtractor
 
receiveTriple(Resource, IRI, Value, IRI, ExtractionContext) - Method in class org.apache.any23.extractor.MockTripleHandler
 
ref310ExtendedTest() - Method in class org.apache.any23.cli.SimpleRoverTest
Ref ANY23-310 unit test.
ref310Test() - Method in class org.apache.any23.cli.SimpleRoverTest
Ref ANY23-310 unit test.
RoverTest - Class in org.apache.any23.cli
Test case for Rover.
RoverTest() - Constructor for class org.apache.any23.cli.RoverTest
 
run(ExtractionParameters, ExtractionContext, IRI, ExtractionResult) - Method in class org.apache.any23.extractor.example.ExampleExtractor
 
runOnlineTests() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
 
runTestFor396() - Method in class org.apache.any23.cli.ExtractorsFlowTest
Emulates action described in ANY23-396.
runTool(String) - Method in class org.apache.any23.cli.ToolTestBase
Runs the underlying tool.
runTool(String...) - Method in class org.apache.any23.cli.ToolTestBase
Runs the underlying tool.
runToolCheckExit0(String...) - Method in class org.apache.any23.cli.ToolTestBase
Runs the underlying tool and verify the exit code to 0.

S

SesameTest - Class in org.apache.any23
Tests how Sesame's ValueFactory behaves with null arguments.
SesameTest() - Constructor for class org.apache.any23.SesameTest
 
setContentLength(long) - Method in class org.apache.any23.extractor.MockTripleHandler
 
SettingsTest - Class in org.apache.any23.configuration
 
SettingsTest() - Constructor for class org.apache.any23.configuration.SettingsTest
 
setUp() - Method in class org.apache.any23.AbstractAny23TestBase
 
setUp() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
setUp() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
setUp() - Method in class org.apache.any23.extractor.ExtractionResultImplTest
 
setUp() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Test case initialization.
setUp() - Method in class org.apache.any23.extractor.rdf.JSONLDExtractorTest
 
setUp() - Method in class org.apache.any23.extractor.rdf.ManchesterSyntaxExtractorTest
 
setUp() - Method in class org.apache.any23.extractor.rdf.TurtleExtractorTest
 
setUp() - Method in class org.apache.any23.extractor.SingleDocumentExtractionTest
 
setUp() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
setUp() - Method in class org.apache.any23.filter.ExtractionContextBlockerTest
 
setUp() - Method in class org.apache.any23.mime.purifier.WhiteSpacesPurifierTest
 
setUp() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
setUp() - Method in class org.apache.any23.rdf.PrefixesTest
 
setUp() - Method in class org.apache.any23.validator.DefaultValidatorTest
 
setUp() - Method in class org.apache.any23.validator.XMLValidationReportSerializerTest
 
setUp() - Method in class org.apache.any23.vocab.VocabularyTest
 
simpleFileLoading() - Method in class org.apache.any23.extractor.yaml.YAMLExtractorTest
 
SimpleRoverTest - Class in org.apache.any23.cli
Unit test for issue ANY23-310
SimpleRoverTest(String) - Constructor for class org.apache.any23.cli.SimpleRoverTest
 
simpleTest() - Method in class org.apache.any23.cli.YAMLRoverTest
 
simpleTest312() - Method in class org.apache.any23.extractor.yaml.YAMLExtractorTest
Test to validate simple yaml file for ANY23-312
SingleDocumentExtractionTest - Class in org.apache.any23.extractor
SingleDocumentExtractionTest() - Constructor for class org.apache.any23.extractor.SingleDocumentExtractionTest
 
SpanCloserInputStreamTest - Class in org.apache.any23.extractor.html
Test case for SpanCloserInputStream.
SpanCloserInputStreamTest() - Constructor for class org.apache.any23.extractor.html.SpanCloserInputStreamTest
 
SpeciesExtractorTest - Class in org.apache.any23.extractor.html
Reference test class for SpeciesExtractor.
SpeciesExtractorTest() - Constructor for class org.apache.any23.extractor.html.SpeciesExtractorTest
 
startDocument(IRI) - Method in class org.apache.any23.extractor.MockTripleHandler
 
startRDF() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest.TestRDFHandler
 
StringUtilsTest - Class in org.apache.any23.util
Test case for StringUtils
StringUtilsTest() - Constructor for class org.apache.any23.util.StringUtilsTest
 

T

TagSoupParserTest - Class in org.apache.any23.extractor.html
Reference Test class for TagSoupParser parser.
TagSoupParserTest() - Constructor for class org.apache.any23.extractor.html.TagSoupParserTest
 
tearDown() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
tearDown() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
tearDown() - Method in class org.apache.any23.extractor.ExtractionResultImplTest
 
tearDown() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Test case resources release.
tearDown() - Method in class org.apache.any23.extractor.html.TagSoupParserTest
 
tearDown() - Method in class org.apache.any23.extractor.rdf.JSONLDExtractorTest
 
tearDown() - Method in class org.apache.any23.extractor.rdf.ManchesterSyntaxExtractorTest
 
tearDown() - Method in class org.apache.any23.extractor.rdf.TurtleExtractorTest
 
tearDown() - Method in class org.apache.any23.extractor.SingleDocumentExtractionTest
 
tearDown() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
tearDown() - Method in class org.apache.any23.mime.purifier.WhiteSpacesPurifierTest
 
tearDown() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
tearDown() - Method in class org.apache.any23.validator.DefaultValidatorTest
 
tearDown() - Method in class org.apache.any23.validator.XMLValidationReportSerializerTest
 
tearDown() - Method in class org.apache.any23.vocab.VocabularyTest
 
tempDirectory - Variable in class org.apache.any23.AbstractAny23TestBase
 
TemplateXPathExtractorRuleImplTest - Class in org.apache.any23.extractor.xpath
TemplateXPathExtractorRuleImplTest() - Constructor for class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
test0087() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
 
test01() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test01Basic() - Method in class org.apache.any23.extractor.html.HReviewExtractorTest
 
test01Basic() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
test01XFNFoaf() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
test02() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test02RatedTags() - Method in class org.apache.any23.extractor.html.HReviewExtractorTest
 
test02RatedTags() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
test03() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test03NoHcardForItem() - Method in class org.apache.any23.extractor.html.HReviewExtractorTest
 
test03NoHcardForItem() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
test04() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test04NoHcardForItem() - Method in class org.apache.any23.extractor.html.HReviewExtractorTest
 
test05() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test06() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test07() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test08() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test09() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test10() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test11() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test12() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test13() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test15() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test16() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test17() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test18() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testAbbrTitleEverything() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testAbbrTitleEverything() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
testAboutNotIRIRule() - Method in class org.apache.any23.validator.DefaultValidatorTest
 
testAbstractMethodErrorIssue186_1() - Method in class org.apache.any23.Any23Test
 
testAbstractMethodErrorIssue186_2() - Method in class org.apache.any23.Any23Test
 
testAcceptGenericTriple() - Method in class org.apache.any23.filter.IgnoreAccidentalRDFaTest
 
testAcceptIRI() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
testActionsOutside() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testAddHardOverwritesVolatileMapping() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAddPrefix() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAddPrefixesAsVolatile() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAddRemoveTemplates() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
testAddRemoveVariables() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
testAddTemplateWithNoDeclaredVarCheck() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
testAddVariableSameNameCheck() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
testAddVolatile() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAddVolatileDoesNotOverwriteHardMapping() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAddVolatileDoesNotOverwriteVolatileMapping() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAddVolatileNeverFails() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAdr() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testAdr() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
testAdvancedItemrefManagement() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
 
testAll() - Method in class org.apache.any23.cli.ExtractorDocumentationTest
 
testAncestors() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testAncestors() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
testAnt() - Method in class org.apache.any23.extractor.html.HResumeExtractorTest
 
testArea() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testAreaFull() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testAsMapEmpty() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAsMapIsUnmodifiable() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAtomByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testAttributeAlreadySpecified() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
 
testBadPropertyNames() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
 
testBadSetting() - Method in class org.apache.any23.configuration.SettingsTest
 
testBadTimezone() - Method in class org.apache.any23.extractor.calendar.ICalExtractorTest
 
testBadTypes() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
 
testBasic() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testBasic() - Method in class org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
Verify the basic RDFa support.
testBasicFeatures() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
 
testBasicWithSyntaxErrors() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
 
testBBCNewsScotland() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
 
testBirthDayDate() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testBirthDayDateTime() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testBirthDayDateTimeTimeZone() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testBlankNodesViaURL() - Method in class org.apache.any23.Any23Test
 
testBlockCSSTriple() - Method in class org.apache.any23.filter.IgnoreAccidentalRDFaTest
 
testCanAddAfterRemoving() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCanContractDeclaredNamespace() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCanExpandDeclaredPrefix() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCanExpandOnlyAcceptsCURIEs() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCannotAbbreviateUndefined() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCannotAddPrefixTwice() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCannotExpandUndefined() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCanReAssignToSameIRI() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCaseSensitiveness() - Method in class org.apache.any23.extractor.html.HReviewExtractorTest
This test is the same defined in HReviewExtractorTest.test04NoHcardForItem() but assess the behavior in presence of a Microformat name with a different letter capitalization.
testCategories() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testCheckForDeclaredPrefix() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCloserTransparency() - Method in class org.apache.any23.extractor.html.SpanCloserInputStreamTest
 
testComplexDescription() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testCopyAccessor() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testCopyIsolation() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testCountOccurrences() - Method in class org.apache.any23.util.StringUtilsTest
 
testCreate1() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCreateBNodeWithNullArgumentWorks() - Method in class org.apache.any23.SesameTest
 
testCreateIRIWithNullArgumentThrowsNPE() - Method in class org.apache.any23.SesameTest
 
testCreateSubset() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCreateSubsetWithUndefinedPrefixThrowsException() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCSVByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testCumulativeHNames() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
Tests that the HCardName data is not cumulative and is cleaned up at each extraction.
testCustomValueChecking() - Method in class org.apache.any23.configuration.SettingsTest
 
testDeferProperties() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
testDeferPropertiesLoopDetection1() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
Tests the loop detection in MicrodataParser.deferProperties(String...).
testDeferPropertiesLoopDetection2() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
Tests the deep loop detection in MicrodataParser.deferProperties(String...).
testDeferPropertiesStateManagement() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
Tests that the loop detection works property even with multiple calls of MicrodataParser.deferProperties(String...) over the same item props.
testDefineProperty() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testDelegatingWriterFactory() - Method in class org.apache.any23.cli.RoverTest
 
testDemoCodeSnippet1() - Method in class org.apache.any23.Any23Test
Tests out the first code snipped used in Developer Manual.
testDemoCodeSnippet2() - Method in class org.apache.any23.Any23Test
Tests out the second code snipped used in Developer Manual.
testDescription() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testDetectApplicationCSVByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectApplicationXMLByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectApplicationYAMLByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectAtomByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectContentPlainByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectCSVByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectExtensionN3ByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectFile() - Method in class org.apache.any23.cli.MimeDetectorTest
 
testDetectHTMLByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectInline() - Method in class org.apache.any23.cli.MimeDetectorTest
 
testDetectPresenceOfXFN() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testDetectRDFaByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectRDFN3ByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectRDFN3ByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectRDFNQuadsByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectRDFNQuadsByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectRDFXMLByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectRDFXMLByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectRSS1ByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectRSS2ByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectTextHTMLByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectTextN3ByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectTextNQuadsByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectTextPlainByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectTextRDFByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectTextTurtleByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectTriXByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectTriXByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectURL() - Method in class org.apache.any23.cli.MimeDetectorTest
 
testDetectWSDLByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectXHTMLByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectXHTMLByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectXMLByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectZIPByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDirectInstantiation() - Method in class org.apache.any23.extractor.ExtractionAPITest
 
testDrupalTestPage() - Method in class org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
This test checks if the RDF extraction is compliant to the RDFa in XHTML: Syntax and Processing specification against the Drupal test page.
testDtExpired() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testDtListed() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testDtListedAndExpired() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testDuplicateIdentifiers() - Method in class org.apache.any23.configuration.SettingsTest
 
testEMailNotUri() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testEMailNotUriReal() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testEmbeddedJSONLDInBody() - Method in class org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
 
testEmbeddedJSONLDInHead() - Method in class org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
 
testEmbeddedJSONLDInHeadAndBody() - Method in class org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
 
testEmpty() - Method in class org.apache.any23.extractor.html.LicenseExtractorTest
 
testEmpty() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testEmptyDatatypeDeclarationWithInnerXMLTags() - Method in class org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
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.
testEmptyPrefix() - Method in class org.apache.any23.rdf.PrefixesTest
 
testEmptyPrefixes() - Method in class org.apache.any23.rdf.PrefixesTest
 
testEmptySpanElements() - Method in class org.apache.any23.extractor.html.TagSoupParserTest
Test related to the issue 78 and disabled until the underlying NekoHTML bug has been fixed.
testEncodingHTML() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testEncodingHTML_ISO_8859_1() - Method in class org.apache.any23.extractor.html.EncodingTest
 
testEncodingHTML_UTF_8() - Method in class org.apache.any23.extractor.html.EncodingTest
 
testEncodingHTML_UTF_8_DeclarationAfterTitle() - Method in class org.apache.any23.extractor.html.EncodingTest
Known issue: NekoHTML does not auto-detect the encoding, but relies on the explicitly specified encoding (via XML declaration or HTTP-Equiv meta header).
testEncodingXHTML_ISO_8859_1() - Method in class org.apache.any23.extractor.html.EncodingTest
 
testEncodingXHTML_UTF_8() - Method in class org.apache.any23.extractor.html.EncodingTest
 
testEscapeAsJSONString() - Method in class org.apache.any23.util.StringUtilsTest
 
testEscapeDoubleQuotes() - Method in class org.apache.any23.util.StringUtilsTest
 
testExample2() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
 
testExample5() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
 
testExample5221() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
First reference test for Microdata Extraction algorithm.
testExample5222() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
Second reference test for Microdata Extraction algorithm.
testExampleFunctionalSyntax() - Method in class org.apache.any23.extractor.rdf.FunctionalSyntaxExtractorTest
 
testExampleInput() - Method in class org.apache.any23.cli.ExtractorDocumentationTest
 
testExampleManchesterSyntax() - Method in class org.apache.any23.extractor.rdf.ManchesterSyntaxExtractorTest
 
testExampleOutput() - Method in class org.apache.any23.cli.ExtractorDocumentationTest
 
testExampleSchemaOrg1() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
First reference test for http://schema.org/.
testExampleSchemaOrg2() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
Second reference test for http://schema.org/.
testExceptionPropagation() - Method in class org.apache.any23.Any23Test
 
testExpandOnlyAcceptsCURIEs() - Method in class org.apache.any23.rdf.PrefixesTest
 
testExplicitDatatypeDeclaration() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
This test checks the behavior of the RDFa extraction where the datatype of a property is explicitly set.
testExplicitEncoding() - Method in class org.apache.any23.Any23Test
This tests the behavior of Any23 to execute the extraction explicitly specifying the charset encoding of the input.
testExplicitEncodingBehavior() - Method in class org.apache.any23.extractor.html.TagSoupParserTest
 
testExternalTimezone() - Method in class org.apache.any23.extractor.calendar.ICalExtractorTest
 
testExtractFromJSONLDDocument() - Method in class org.apache.any23.extractor.rdf.JSONLDExtractorTest
 
testExtraction() - Method in class org.apache.any23.extractor.html.HRecipeExtractorTest
 
testExtraction() - Method in class org.apache.any23.extractor.html.TurtleHTMLExtractorTest
Tests the extraction of the RDF content from the sample HTML file.
testExtractionCommaSeparated() - Method in class org.apache.any23.extractor.csv.CSVExtractorTest
 
testExtractionEmptyValue() - Method in class org.apache.any23.extractor.csv.CSVExtractorTest
 
testExtractionParameters() - Method in class org.apache.any23.Any23Test
 
testExtractionParametersWithNestingDisabled() - Method in class org.apache.any23.Any23Test
 
testExtractionPerformance() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
Tests extractor performances.
testExtractionSemicolonSeparated() - Method in class org.apache.any23.extractor.csv.CSVExtractorTest
 
testExtractionTabSeparated() - Method in class org.apache.any23.extractor.csv.CSVExtractorTest
 
testExtractPageMeta() - Method in class org.apache.any23.extractor.html.HTMLMetaExtractorTest
 
testExtractPageMetaWithExtensionsPerMozillaSpecification() - Method in class org.apache.any23.extractor.html.HTMLMetaExtractorTest
 
testExtractPageTitle() - Method in class org.apache.any23.extractor.html.TitleExtractorTest
 
testExtractPrefixSections() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
Deprecated.
 
testExtractRelTag() - Method in class org.apache.any23.extractor.html.HTMLDocumentTest
Verifies the correct extraction of the rel tag value.
testFind() - Method in class org.apache.any23.configuration.SettingsTest
 
testFindAllByClassName() - Method in class org.apache.any23.extractor.html.DomUtilsTest
 
testFindAllByTag() - Method in class org.apache.any23.extractor.html.DomUtilsTest
 
testFindAllByTagAndClassName() - Method in class org.apache.any23.extractor.html.DomUtilsTest
 
testFixAbsoluteIRI() - Method in class org.apache.any23.rdf.RDFUtilsTest
 
testfnOrg() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testFolder - Variable in class org.apache.any23.AbstractAny23TestBase
 
testForSomeReasonICantBeMyOwnSweetheart() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testFriendAndSweetheart() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testFullHCalendarClass() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testGeoAbbr() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testGeoAbbr() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
testGetAbsentSetting() - Method in class org.apache.any23.configuration.SettingsTest
 
testGetAsPlainLiteral() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
Deprecated.
 
testGetAsXMLLiteral() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
Deprecated.
 
testGetClasses() - Method in class org.apache.any23.vocab.VocabularyTest
 
testGetClassesInJAR() - Method in class org.apache.any23.util.DiscoveryUtilsTest
Test case for DiscoveryUtils.getClassesInPackage(String, Class) with detection in JAR file.
testGetClassesInPackage() - Method in class org.apache.any23.util.DiscoveryUtilsTest
Test case for DiscoveryUtils.getClassesInPackage(String, Class) with detection in classes dir.
testGetComments() - Method in class org.apache.any23.vocab.VocabularyTest
 
testGetContentAsDate() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
 
testGetDateConcurrent() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
 
testGetDocumentBase() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
Deprecated.
 
testGetFlagProperty() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testGetHelp() - Method in class org.apache.any23.cli.ToolRunnerTest
 
testGetIdentifiers() - Method in class org.apache.any23.writer.WriterRegistryTest
 
testGetMimeTypes() - Method in class org.apache.any23.writer.WriterRegistryTest
 
testGetNQuadsFormat() - Method in class org.apache.any23.rdf.RDFUtilsTest
Tests the NQuads format support.
testGetNQuadsParser() - Method in class org.apache.any23.rdf.RDFUtilsTest
Tests the NQuads parsing support.
testGetNQuadsWriter() - Method in class org.apache.any23.rdf.RDFUtilsTest
Tests the NQuads writing support.
testGetNullSetting() - Method in class org.apache.any23.configuration.SettingsTest
 
testGetPlugins() - Method in class org.apache.any23.plugin.Any23PluginManagerTest
 
testGetPresentSetting() - Method in class org.apache.any23.configuration.SettingsTest
 
testGetProperties() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testGetProperties() - Method in class org.apache.any23.vocab.VocabularyTest
 
testGetProperty() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testGetPropertyIntOrFailNok() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testGetPropertyIntOrFailOk() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testGetPropertyOrFailNok() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testGetPropertyOrFailOk() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testGetPropertySysOverride() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testGetRDFFormatByExtension() - Method in class org.apache.any23.rdf.RDFUtilsTest
Tests the extension support.
testGetTools() - Method in class org.apache.any23.cli.Any23PluginManagerToolsTest
 
testGetToolsInClasspath() - Method in class org.apache.any23.cli.ToolRunnerTest
 
testGetVersion() - Method in class org.apache.any23.cli.ToolRunnerTest
 
testGetWriterByIdentifier() - Method in class org.apache.any23.writer.WriterRegistryTest
 
testGetWriterInstanceByIdentifier() - Method in class org.apache.any23.writer.WriterRegistryTest
 
testGetWriters() - Method in class org.apache.any23.writer.WriterRegistryTest
 
testGetWritersByMimeType() - Method in class org.apache.any23.writer.WriterRegistryTest
 
testGetXPathForNode() - Method in class org.apache.any23.extractor.html.DomUtilsTest
 
testGetXSDDate() - Method in class org.apache.any23.rdf.RDFUtilsTest
 
testGZippedContent() - Method in class org.apache.any23.Any23Test
This test checks if a URL that is supposed to be GZIPPED is correctly opened and parsed with the Any23 facade.
testHasClassName() - Method in class org.apache.any23.extractor.html.DomUtilsTest
 
testHasIdentifier() - Method in class org.apache.any23.writer.WriterRegistryTest
 
testHCalendarClassWithJournal() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testHCalendarClassWithTodo() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testHCalendarWithBudyInfo() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testHeader() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testHighestSpecificValueIsChosen() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testHighestSubtypeWildcardIsChosen() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testHighestTypeWildcardIsChosen() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testHonorificAdditionalMultiple() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testHonorificAdditionalSingle() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testHTMLBruteForceDetection() - Method in class org.apache.any23.Any23Test
 
testHTMLByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testIgnoreChildren() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testIgnoreExtraSpacesInRel() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testIgnoreUnknowns() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testImageSrc() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testImgAlt() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testImgSrcDataUrl() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testImplicitEncoding() - Method in class org.apache.any23.Any23Test
This tests the behavior of Any23 to perform the extraction without passing it any charset encoding.
testImplicitEncodingBehavior() - Method in class org.apache.any23.extractor.html.TagSoupParserTest
This tests the Neko HTML parser without forcing it on using a specific encoding charset.
testImpliedNames() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testInclude() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testIncludePattern() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testIncompatiblePrefixesInMergeAreDetected() - Method in class org.apache.any23.rdf.PrefixesTest
 
testIncompleteTripleManagement() - Method in class org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
See RDFa 1.1 Specification section 6.2 .
testInfiniteLoop() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
Tests the detection and prevention of the inclusion of an ancestor by a sibling node.
testInvalidXMLCharacter() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
 
testIsCURIEBNodeNegative() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
Deprecated.
 
testIsCURIEBNodePositive() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
Deprecated.
 
testIsCURIENegative() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
Deprecated.
 
testIsCURIEPositive() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
Deprecated.
 
testIso88591Simple() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testISO8859HTML() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testISO8859XHTML() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testIsRelativeNegative() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
Deprecated.
 
testIsRelativePositive1() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
Deprecated.
 
testIsRelativePositive2() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
Deprecated.
 
testIssue227() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
 
testIssue268And317() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
 
testIssue271AndJavascriptParsing() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
 
testIssue273() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
 
testIssue326() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
 
testIssue415InvalidNTriples() - Method in class org.apache.any23.Any23Test
 
testIssue415ValidNTriples() - Method in class org.apache.any23.Any23Test
 
testIsVolatile() - Method in class org.apache.any23.rdf.PrefixesTest
 
testItemFn() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testItemFnUrl() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testItemPhotoHref() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testItemPhotoImg() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testJsonCleaning() - Method in class org.apache.any23.extractor.rdf.JSONLDExtractorTest
 
testJSONLDBadCharacter() - Method in class org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
 
testJSONLDCommaNormalization() - Method in class org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
 
testJSONLDCommentStripping() - Method in class org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
 
testJSONLDFatalError() - Method in class org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
 
testJSONLDUnescapedCharacters() - Method in class org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
 
testJSONLDWriting() - Method in class org.apache.any23.writer.JSONWriterTest
 
testJSONWriting() - Method in class org.apache.any23.writer.JSONWriterTest
Deprecated.
testKelkoo() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testKelkooFull() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testLinkedIn() - Method in class org.apache.any23.extractor.html.HResumeExtractorTest
 
testLinkedInComplete() - Method in class org.apache.any23.extractor.html.HResumeExtractorTest
 
testLinkExtraction() - Method in class org.apache.any23.extractor.html.HeadLinkExtractorTest
 
testLinkWithoutRel() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testList() - Method in class org.apache.any23.cli.ExtractorDocumentationTest
 
testListerEmail() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testListerEmailHref() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testListerFn() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testListerFnTel() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testListerURL() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testListingWithouthContent() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testMailto1() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testMailto2() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testMergeEmptyPrefixes() - Method in class org.apache.any23.rdf.PrefixesTest
 
testMergePrefixesWithConflictButSameNamespace() - Method in class org.apache.any23.rdf.PrefixesTest
 
testMergePrefixesWithConflictRaisesException() - Method in class org.apache.any23.rdf.PrefixesTest
 
testMergePrefixesWithoutConflict() - Method in class org.apache.any23.rdf.PrefixesTest
 
testMergeWithVolatile() - Method in class org.apache.any23.rdf.PrefixesTest
 
testMetaNameMisuse() - Method in class org.apache.any23.validator.DefaultValidatorTest
 
testMicrodataBasic() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
 
testMicrodataGoogleRichSnippet() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
Reference test as provided by Google Rich Snippet for Microdata.
testMicrodataJSONSerialization() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
 
testMicrodataMissingScheme() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
 
testMicrodataNestedUrlResolving() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
 
testMicrodataSupport() - Method in class org.apache.any23.Any23Test
 
testMicroformatDomains() - Method in class org.apache.any23.extractor.SingleDocumentExtractionTest
Tests the existence of the domain triples.
testMimetypes() - Method in class org.apache.any23.extractor.ExtractionAPITest
 
testMissingItemscopeAttributeValue() - Method in class org.apache.any23.validator.DefaultValidatorTest
 
testMissingOGNamespace() - Method in class org.apache.any23.validator.DefaultValidatorTest
 
testMixedCaseATag() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testMixedCaseTitleTag() - Method in class org.apache.any23.extractor.html.LicenseExtractorTest
 
testMixedCaseTitleTag() - Method in class org.apache.any23.extractor.html.TitleExtractorTest
 
testMixedReplacement() - Method in class org.apache.any23.extractor.html.SpanCloserInputStreamTest
 
testModelNotEmpty() - Method in class org.apache.any23.extractor.html.microformats2.HAdrExtractorTest
 
testModelNotEmpty() - Method in class org.apache.any23.extractor.html.microformats2.HCardExtractorTest
 
testModelNotEmpty() - Method in class org.apache.any23.extractor.html.microformats2.HEntryExtractorTest
 
testModelNotEmpty() - Method in class org.apache.any23.extractor.html.microformats2.HEventExtractorTest
 
testModelNotEmpty() - Method in class org.apache.any23.extractor.html.microformats2.HGeoExtractorTest
 
testModelNotEmpty() - Method in class org.apache.any23.extractor.html.microformats2.HItemExtractorTest
 
testModelNotEmpty() - Method in class org.apache.any23.extractor.html.microformats2.HProductExtractorTest
 
testModelNotEmpty() - Method in class org.apache.any23.extractor.html.microformats2.HRecipeExtractorTest
 
testModelNotEmpty() - Method in class org.apache.any23.extractor.html.microformats2.HResumeExtractorTest
 
testModifiableConfiguration_issue183() - Method in class org.apache.any23.Any23Test
 
testModifiableConfigurationFail() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testModifiableConfigurationSuccess() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testMultipleActions() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testMultipleActionsNested() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testMultipleclassNamesOnVCard() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testMultipleEmptyHref() - Method in class org.apache.any23.extractor.html.LicenseExtractorTest
 
testMultipleFriends() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testMultipleIndependentHeaders() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testMultipleLicenses() - Method in class org.apache.any23.extractor.html.LicenseExtractorTest
 
testMultipleUrls() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testN3Detection() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testN3Detection1() - Method in class org.apache.any23.Any23Test
 
testN3Detection2() - Method in class org.apache.any23.Any23Test
 
testNamingConvention() - Method in class org.apache.any23.util.StringUtilsTest
 
testNegativeCSVDetection() - Method in class org.apache.any23.extractor.csv.CSVReaderBuilderTest
Tests negative CSV detection.
testNestedMicrodata() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
 
testNestedMicroformats() - Method in class org.apache.any23.extractor.SingleDocumentExtractionTest
Tests the nested microformat relationships.
testNestedMicroformatsInduced() - Method in class org.apache.any23.extractor.SingleDocumentExtractionTest
Tests the nested microformat relationships.
testNestedMicroformatsManaged() - Method in class org.apache.any23.extractor.SingleDocumentExtractionTest
Tests the nested microformat relationships.
testNestedSpanReplacement() - Method in class org.apache.any23.extractor.html.SpanCloserInputStreamTest
 
testNestedVCardAdr() - Method in class org.apache.any23.extractor.SingleDocumentExtractionTest
This test assess the absence of SINDICE nesting relationship, since HCardExtractor declared a native nesting with the AdrExtractor.
testNewPrefixesFromOtherPrefixesAreIndependent() - Method in class org.apache.any23.rdf.PrefixesTest
 
testNoMeta() - Method in class org.apache.any23.extractor.html.HTMLMetaExtractorTest
 
testNoMicroformats() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testNoMicroformats() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testNoMicroformats() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testNoMicroformats() - Method in class org.apache.any23.extractor.html.HRecipeExtractorTest
 
testNoMicroformats() - Method in class org.apache.any23.extractor.html.HResumeExtractorTest
 
testNoMicroformats() - Method in class org.apache.any23.extractor.html.HReviewExtractorTest
 
testNoMicroformats() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
testNoMicroformats() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testNoMicroformatsInStatCvsPage() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testNonNullSetting() - Method in class org.apache.any23.configuration.SettingsTest
 
testNoNullPointers() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testNoPageTitle() - Method in class org.apache.any23.extractor.html.TitleExtractorTest
 
testNotes() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testNotifyErrors() - Method in class org.apache.any23.extractor.ExtractionResultImplTest
 
testNoXFNRel() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testNQuadsDetection() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testNTriplesDetectionAndExtraction() - Method in class org.apache.any23.Any23Test
 
testNturtleDetectionAndExtraction() - Method in class org.apache.any23.Any23Test
 
testNullableSetting() - Method in class org.apache.any23.configuration.SettingsTest
 
testObjectDataDataUri() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testObjectDataHttpUri() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testObjectResourceConversion() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
This test verifies the correct object resource conversion.
testOneVEvent() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testOnlyApache() - Method in class org.apache.any23.extractor.html.LicenseExtractorTest
 
testOnlyCc() - Method in class org.apache.any23.extractor.html.LicenseExtractorTest
 
testOpenGraphAlternateObjectTypes() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
Tests the correct support of alternate Open Graph Protocol Object Types
testOpenGraphStructuredProperties() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
testParseSimpleHTML() - Method in class org.apache.any23.extractor.html.TagSoupParserTest
 
testParseTagSoup() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testPermalink() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testPhotoLogo() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testPositiveCSVDetection() - Method in class org.apache.any23.extractor.csv.CSVReaderBuilderTest
Tests positive CSV detection.
testPrice() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testPriceAndDt() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testPrintStackTrace() - Method in class org.apache.any23.extractor.rdfa.ExtractionExceptionTest
 
testProcess() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
testProgrammaticExtraction() - Method in class org.apache.any23.Any23Test
This test checks the extraction behavior when the library is used programatically.
testPurification() - Method in class org.apache.any23.mime.purifier.WhiteSpacesPurifierTest
 
testRdf4jRoundTripping() - Method in class org.apache.any23.writer.TripleFormatTest
 
testRDFa10Extraction() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
Taken from the GoodRelations test cases.
testRDFa11CURIEs() - Method in class org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
This test check if the RDFa1.1 CURIEs expansion is correct and backward compatible with RDFa 1.0.
testRDFa11CURIEs() - Method in class org.apache.any23.extractor.rdfa.RDFaExtractorTest
 
testRDFa11Extraction() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
Taken from the GoodRelations test cases.
testRDFa11PrefixBackwardCompatibility() - Method in class org.apache.any23.extractor.rdfa.RDFaExtractorTest
Taken from the GoodRelations test cases.
testRDFaByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
TestRDFHandler() - Constructor for class org.apache.any23.extractor.microdata.MicrodataExtractorTest.TestRDFHandler
 
testRDFXMLByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testRDFXMLDetectionAndExtraction() - Method in class org.apache.any23.Any23Test
 
testReadAttribute() - Method in class org.apache.any23.extractor.html.DomUtilsTest
 
testReadDefaultConfig() - Method in class org.apache.any23.extractor.ExtractionParametersTest
 
testReadOverridenConfig() - Method in class org.apache.any23.extractor.ExtractionParametersTest
 
testRealSpanReplacement() - Method in class org.apache.any23.extractor.html.SpanCloserInputStreamTest
 
testRegisterRule() - Method in class org.apache.any23.validator.DefaultValidatorTest
 
testRelativeIRIisResolvedAgainstBase() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testRelativeUrl() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testRelativeUrlBase() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testRelativeUrlXmlBase1() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testRelativeUrlXmlBase2() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testRelRevSupport() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
This test verifies the correct REL/REV attribute usage.
testRelWithHref() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
Tests the correct behavior of REL and HREF.
testRemovePrefixResultsInEmptyMapping() - Method in class org.apache.any23.rdf.PrefixesTest
 
testRemoveVolatilePrefix() - Method in class org.apache.any23.rdf.PrefixesTest
 
testRepetitiveEvent() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testRFC5545example1() - Method in class org.apache.any23.extractor.calendar.ICalExtractorTest
 
testRFC5545example2() - Method in class org.apache.any23.extractor.calendar.ICalExtractorTest
 
testRFC5545example3() - Method in class org.apache.any23.extractor.calendar.ICalExtractorTest
 
testRFC5545example4() - Method in class org.apache.any23.extractor.calendar.ICalExtractorTest
 
testRFC5545example5() - Method in class org.apache.any23.extractor.calendar.ICalExtractorTest
 
testRFC5545example6() - Method in class org.apache.any23.extractor.calendar.ICalExtractorTest
 
testRFC6321example1() - Method in class org.apache.any23.extractor.calendar.XCalExtractorTest
 
testRFC6321example2() - Method in class org.apache.any23.extractor.calendar.XCalExtractorTest
 
testRFC7265example1() - Method in class org.apache.any23.extractor.calendar.JCalExtractorTest
 
testRFC7265example2() - Method in class org.apache.any23.extractor.calendar.JCalExtractorTest
 
testRomanianWikipedia() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testRSS1ByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testRSS2ByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testRun() - Method in class org.apache.any23.cli.PluginVerifierTest
 
testRun() - Method in class org.apache.any23.cli.VocabPrinterTest
 
testRunMultiFiles() - Method in class org.apache.any23.cli.RoverTest
 
testRunMultiURLs() - Method in class org.apache.any23.cli.RoverTest
 
testRunOnFile() - Method in class org.apache.any23.cli.MicrodataParserTest
 
testRunOnHTTPResource() - Method in class org.apache.any23.cli.MicrodataParserTest
 
testRunWithDefaultNS() - Method in class org.apache.any23.cli.RoverTest
 
testSchemaOrgNestedProps() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
Reference test for Schema.org.
testSendsNamespaceAfterUnblock() - Method in class org.apache.any23.filter.ExtractionContextBlockerTest
 
testSerialize() - Method in class org.apache.any23.validator.XMLValidationReportSerializerTest
 
testSerializeEmptyReport() - Method in class org.apache.any23.validator.XMLValidationReportSerializerTest
 
testSerializeToXML() - Method in class org.apache.any23.extractor.html.DomUtilsTest
 
testSerializeVocabulariesNTriples() - Method in class org.apache.any23.vocab.RDFSchemaUtilsTest
testSerializeVocabulariesRDFXML() - Method in class org.apache.any23.vocab.RDFSchemaUtilsTest
testSettingType() - Method in class org.apache.any23.configuration.SettingsTest
 
testSeveralEmbeddedJSONLDInHead() - Method in class org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
 
testSimpleFriend() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testSimpleMeLink() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testSingleAction() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testSingleHeaderSpecific() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testSingleHeaderSpecificWithQ() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testSingleHeaderSubtypeWildcard() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testSingleHeaderTypeWildcard() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testSingleton() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testSingleton() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
testSingletonAccessor() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testSomeLinksWithoutRel() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testSpanNegativeReplacement() - Method in class org.apache.any23.extractor.html.SpanCloserInputStreamTest
 
testSpanPositiveReplacement() - Method in class org.apache.any23.extractor.html.SpanCloserInputStreamTest
 
testSpeciesMicroformatExtractOverTaxoBox() - Method in class org.apache.any23.extractor.html.SpeciesExtractorTest
Test the beahvior against two Wikipedia Taxobox.
testStripSpacesFromTitle() - Method in class org.apache.any23.extractor.html.TitleExtractorTest
 
testSubsequentSpanReplacement() - Method in class org.apache.any23.extractor.html.SpanCloserInputStreamTest
 
testSubtypeWildcardSuppressesLowerValues() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testSummary() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testSuppressQIfEquals1() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testTel() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testTel() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
 
testThreeDayEvent() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testTikaIssue2771() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testTikaIssue771() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testTikaIssue868() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testTitleWithDefaultLanguage() - Method in class org.apache.any23.extractor.html.TitleExtractorTest
This test verifies that when present the default language this is adopted by the title literal.
testTolerantParsing() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
Tests that the default parser settings enable tolerance in data type parsing.
testTolerantParsing() - Method in class org.apache.any23.extractor.rdfa.RDFaExtractorTest
Tests that the default parser settings enable tolerance in data type parsing.
testTransparentEvent() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testTriXByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testTTLDetection() - Method in class org.apache.any23.Any23Test
 
testTypedLiteralIncompatibleValueSupport() - Method in class org.apache.any23.extractor.rdf.TurtleExtractorTest
Tests the correct support for a typed literal with incompatible value.
testTypeManagement() - Method in class org.apache.any23.extractor.csv.CSVExtractorTest
 
testTypeWildcardSuppressesLowerValues() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testUid() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testUidFull() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testUndefinedPrefix() - Method in class org.apache.any23.rdf.PrefixesTest
 
testUndefinedPrefixIsNotVolatile() - Method in class org.apache.any23.rdf.PrefixesTest
 
testUnusedItemprop() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
 
testUpcaseHREF() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testUpdateIRIMapping() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
Deprecated.
 
testUTF8AfterTitle() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testUTF8HTML() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testUtf8Simple() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testUTF8XHTML() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testVCardMultiAddress() - Method in class org.apache.any23.extractor.html.AdrExtractorTest
 
testVocabSupport() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
Tests the @vocab support.
testVocabWithoutTrailingSlash() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
 
testWhitespaceCleaning() - Method in class org.apache.any23.extractor.rdf.JSONLDExtractorTest
 
testWSDLByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testXHTMLByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testXMLEncodingPattern() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testXMLMimeTypeManagement() - Method in class org.apache.any23.Any23Test
Test correct management of general XML content.
testXMLMimeTypeManagementViaURL() - Method in class org.apache.any23.Any23Test
Test correct management of general XML content from URL source.
testYAMLByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
Test done only based on content is failed because the standard does not require to have "%YAML" header.
testZipByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
TikaEncodingDetectorTest - Class in org.apache.any23.encoding
Test case for TikaEncodingDetector.
TikaEncodingDetectorTest() - Constructor for class org.apache.any23.encoding.TikaEncodingDetectorTest
 
TikaMIMETypeDetectorTest - Class in org.apache.any23.mime
Test case for TikaMIMETypeDetector class.
TikaMIMETypeDetectorTest() - Constructor for class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
tikaNameDetect() - Method in class org.apache.any23.extractor.yaml.YAMLTikaParserTest
 
tikaStreamDetect() - Method in class org.apache.any23.extractor.yaml.YAMLTikaParserTest
Yaml type is detected by file name only so detector returns octet type.
TitleExtractorTest - Class in org.apache.any23.extractor.html
Reference Test class for the TitleExtractor extractor.
TitleExtractorTest() - Constructor for class org.apache.any23.extractor.html.TitleExtractorTest
 
TOOL_RUN_METHOD - Static variable in class org.apache.any23.cli.ToolTestBase
 
ToolRunnerTest - Class in org.apache.any23.cli
Test case for ToolRunner.
ToolRunnerTest() - Constructor for class org.apache.any23.cli.ToolRunnerTest
 
ToolTestBase - Class in org.apache.any23.cli
Base class for CLI related tests.
ToolTestBase(Class<? extends Tool>) - Constructor for class org.apache.any23.cli.ToolTestBase
 
tree2Test() - Method in class org.apache.any23.extractor.yaml.YAMLExtractorTest
This test covers a typical situation when a document is a map.
treeTest() - Method in class org.apache.any23.extractor.yaml.YAMLExtractorTest
 
treeTest2() - Method in class org.apache.any23.extractor.yaml.YAMLExtractorTest
 
TripleFormatTest - Class in org.apache.any23.writer
 
TripleFormatTest() - Constructor for class org.apache.any23.writer.TripleFormatTest
 
TurtleExtractorTest - Class in org.apache.any23.extractor.rdf
Test case for NTriplesExtractor.
TurtleExtractorTest() - Constructor for class org.apache.any23.extractor.rdf.TurtleExtractorTest
 
TurtleHTMLExtractorTest - Class in org.apache.any23.extractor.html
Test case for TurtleHTMLExtractor.
TurtleHTMLExtractorTest() - Constructor for class org.apache.any23.extractor.html.TurtleHTMLExtractorTest
 

V

vDCTERMS - Static variable in class org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
 
verify() - Method in class org.apache.any23.extractor.MockTripleHandler
 
vFOAF - Static variable in class org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
 
VocabPrinterTest - Class in org.apache.any23.cli
Test case for VocabPrinter CLI.
VocabPrinterTest() - Constructor for class org.apache.any23.cli.VocabPrinterTest
 
VocabularyTest - Class in org.apache.any23.vocab
Test case for Vocabulary class.
VocabularyTest() - Constructor for class org.apache.any23.vocab.VocabularyTest
 

W

WhiteSpacesPurifierTest - Class in org.apache.any23.mime.purifier
Reference test case for WhiteSpacesPurifier.
WhiteSpacesPurifierTest() - Constructor for class org.apache.any23.mime.purifier.WhiteSpacesPurifierTest
 
WriterRegistryTest - Class in org.apache.any23.writer
Test case for WriterFactoryRegistry.
WriterRegistryTest() - Constructor for class org.apache.any23.writer.WriterRegistryTest
 

X

XCalExtractorTest - Class in org.apache.any23.extractor.calendar
 
XCalExtractorTest() - Constructor for class org.apache.any23.extractor.calendar.XCalExtractorTest
 
XFNExtractorTest - Class in org.apache.any23.extractor.html
Reference Test class for the XFNExtractor extractor.
XFNExtractorTest() - Constructor for class org.apache.any23.extractor.html.XFNExtractorTest
 
XMLValidationReportSerializerTest - Class in org.apache.any23.validator
XMLValidationReportSerializerTest() - Constructor for class org.apache.any23.validator.XMLValidationReportSerializerTest
 

Y

YAMLExtractorTest - Class in org.apache.any23.extractor.yaml
YAMLExtractorTest() - Constructor for class org.apache.any23.extractor.yaml.YAMLExtractorTest
 
YAMLRoverTest - Class in org.apache.any23.cli
Unit test for issue ANY23-308
YAMLRoverTest() - Constructor for class org.apache.any23.cli.YAMLRoverTest
 
YAMLTikaParserTest - Class in org.apache.any23.extractor.yaml
 
YAMLTikaParserTest() - Constructor for class org.apache.any23.extractor.yaml.YAMLTikaParserTest
 
A B C D E F G H I J L M N O P R S T V W X Y 
All Classes All Packages