- ABOUT_ATTRIBUTE - Static variable in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- AboutNotURIRule - Class in org.apache.any23.validator.rule
-
This rule is able to detect whether an about value is a valid URL
or otherwise is a valid relative URL.
- AboutNotURIRule() - Constructor for class org.apache.any23.validator.rule.AboutNotURIRule
-
- AcceptHeaderBuilder - Class in org.apache.any23.http
-
Concatenates a collection of MIME specs in "type/subtype;q=x.x" notation
into an HTTP Accept header value, and removes duplicates and types
covered by wildcards.
- AcceptHeaderBuilder(Collection<MIMEType>) - Constructor for class org.apache.any23.http.AcceptHeaderBuilder
-
- acceptURI(URI) - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractionRuleImpl
-
- acceptURI(URI) - Method in interface org.apache.any23.extractor.xpath.XPathExtractionRule
-
Checks if the rule can be applied on the given document URI.
- acquireProperty(ItemProp) - Method in class org.apache.any23.extractor.microdata.ItemScope
-
- add(Variable) - Method in interface org.apache.any23.extractor.xpath.TemplateXPathExtractionRule
-
Adds a variable to the template.
- add(QuadTemplate) - Method in interface org.apache.any23.extractor.xpath.TemplateXPathExtractionRule
-
- add(Variable) - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractionRuleImpl
-
- add(QuadTemplate) - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractionRuleImpl
-
- add(XPathExtractionRule) - Method in class org.apache.any23.extractor.xpath.XPathExtractor
-
- addAttribute(String, String, String) - Method in class org.apache.any23.validator.DefaultDOMDocument
-
- addAttribute(String, String, String) - Method in interface org.apache.any23.validator.DOMDocument
-
Adds an attribute to a node addressed by the given XPath.
- addBNodeProperty(Node, Resource, URI, BNode) - Method in class org.apache.any23.extractor.html.MicroformatExtractor
-
Helper method that adds a BNode property to a node.
- addBNodeProperty(Resource, URI, BNode) - Method in class org.apache.any23.extractor.html.MicroformatExtractor
-
Helper method that adds a BNode property to a node.
- addChild(TripleHandler) - Method in class org.apache.any23.writer.CompositeTripleHandler
-
Adds a decorated handler.
- ADDITIONAL_NAME - Static variable in class org.apache.any23.extractor.html.HCardName
-
- addPropertyPath(Class<? extends MicroformatExtractor>, Resource, Resource, BNode, String[]) - Method in class org.apache.any23.extractor.ExtractionResultImpl
-
- addPropertyPath(Class<? extends MicroformatExtractor>, Resource, Resource, BNode, String[]) - Method in interface org.apache.any23.extractor.TagSoupExtractionResult
-
Adds a property path to the list of the extracted data.
- addResourceRoot(String[], Resource, Class<? extends MicroformatExtractor>) - Method in class org.apache.any23.extractor.ExtractionResultImpl
-
- addResourceRoot(String[], Resource, Class<? extends MicroformatExtractor>) - Method in interface org.apache.any23.extractor.TagSoupExtractionResult
-
Adds a root property to the extraction result, specifying also
the path corresponding to the root of data which generated the property
and the extractor responsible for such addition.
- addRule(Class<? extends Rule>, Class<? extends Fix>) - Method in class org.apache.any23.validator.DefaultValidator
-
- addRule(Class<? extends Rule>) - Method in class org.apache.any23.validator.DefaultValidator
-
- addRule(Class<? extends Rule>) - Method in interface org.apache.any23.validator.Validator
-
Allows to register a new rule to this validator
- addRule(Class<? extends Rule>, Class<? extends Fix>) - Method in interface org.apache.any23.validator.Validator
-
Allows to register a new rule to this validator and associating it to a fix.
- addURIProperty(Resource, URI, URI) - Method in class org.apache.any23.extractor.html.MicroformatExtractor
-
Helper method that adds a URI property to a node.
- AdrExtractor - Class in org.apache.any23.extractor.html
-
Extractor for the
adr
microformat.
- AdrExtractor() - Constructor for class org.apache.any23.extractor.html.AdrExtractor
-
- AdrExtractorFactory - Class in org.apache.any23.extractor.html
-
- AdrExtractorFactory() - Constructor for class org.apache.any23.extractor.html.AdrExtractorFactory
-
- Any23 - Class in org.apache.any23
-
A facade with convenience methods for typical Any23 extraction
operations.
- Any23(Configuration, ExtractorGroup) - Constructor for class org.apache.any23.Any23
-
Constructor that allows the specification of a
custom configuration and of a list of extractors.
- Any23(ExtractorGroup) - Constructor for class org.apache.any23.Any23
-
Constructor that allows the specification of a list of extractors.
- Any23(Configuration, String...) - Constructor for class org.apache.any23.Any23
-
Constructor that allows the specification of a
custom configuration and of list of extractor names.
- Any23(String...) - Constructor for class org.apache.any23.Any23
-
Constructor that allows the specification of a list of extractor names.
- Any23(Configuration) - Constructor for class org.apache.any23.Any23
-
- Any23() - Constructor for class org.apache.any23.Any23
-
Constructor with default configuration.
- Any23ValueFactoryWrapper - Class in org.apache.any23.rdf
-
Any23 specialization of the ValueFactory
.
- Any23ValueFactoryWrapper(ValueFactory, IssueReport, String) - Constructor for class org.apache.any23.rdf.Any23ValueFactoryWrapper
-
Constructor with error reporter.
- Any23ValueFactoryWrapper(ValueFactory, IssueReport) - Constructor for class org.apache.any23.rdf.Any23ValueFactoryWrapper
-
- Any23ValueFactoryWrapper(ValueFactory) - Constructor for class org.apache.any23.rdf.Any23ValueFactoryWrapper
-
- applyOn(DOMDocument, RuleContext, ValidationReportBuilder) - Method in class org.apache.any23.validator.rule.AboutNotURIRule
-
- applyOn(DOMDocument, RuleContext, ValidationReportBuilder) - Method in interface org.apache.any23.validator.Rule
-
Applies this rule to the given document.
- applyOn(DOMDocument, RuleContext, ValidationReportBuilder) - Method in class org.apache.any23.validator.rule.MetaNameMisuseRule
-
- applyOn(DOMDocument, RuleContext, ValidationReportBuilder) - Method in class org.apache.any23.validator.rule.MissingOpenGraphNamespaceRule
-
- applyTo(Document, Writer) - Method in class org.apache.any23.extractor.rdfa.XSLTStylesheet
-
Applies the XSLT transformation
- applyTo(Document, Writer, Map<String, String>) - Method in class org.apache.any23.extractor.rdfa.XSLTStylesheet
-
Applies the XSLT transformation
- asLines(InputStream) - Static method in class org.apache.any23.util.StreamUtils
-
Returns all the lines read from an input stream.
- asString(InputStream, boolean) - Static method in class org.apache.any23.util.StreamUtils
-
Returns the string content of a stream.
- asString(InputStream) - Static method in class org.apache.any23.util.StreamUtils
-
Returns the string content of a stream, new line chars will be removed.
- ATTRIBUTE_CSS - Static variable in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- available() - Method in class org.apache.any23.util.ReaderInputStream
-
- ELEMENT_LOCATION - Static variable in class org.apache.any23.extractor.html.TagSoupParser
-
- EmptyValidationReport - Class in org.apache.any23.validator
-
- END_SCRIPT - Static variable in class org.apache.any23.extractor.html.MicroformatExtractor
-
- endDocument(URI) - Method in class org.apache.any23.filter.ExtractionContextBlocker
-
- endDocument(URI) - Method in class org.apache.any23.filter.IgnoreAccidentalRDFa
-
- endDocument(URI) - Method in class org.apache.any23.filter.IgnoreTitlesOfEmptyDocuments
-
- endDocument(URI) - Method in class org.apache.any23.writer.BenchmarkTripleHandler
-
- endDocument(URI) - Method in class org.apache.any23.writer.CompositeTripleHandler
-
- endDocument(URI) - Method in class org.apache.any23.writer.CountingTripleHandler
-
- endDocument(URI) - Method in class org.apache.any23.writer.JSONWriter
-
- endDocument(URI) - Method in class org.apache.any23.writer.LoggingTripleHandler
-
- endDocument(URI) - Method in class org.apache.any23.writer.RDFWriterTripleHandler
-
- endDocument(URI) - Method in class org.apache.any23.writer.ReportingTripleHandler
-
- endDocument(URI) - Method in class org.apache.any23.writer.RepositoryWriter
-
- endDocument(URI) - Method in class org.apache.any23.writer.URIListWriter
-
- endRDF() - Method in class org.apache.any23.extractor.rdf.RDFHandlerAdapter
-
- EntityBasedMicroformatExtractor - Class in org.apache.any23.extractor.html
-
Base class for microformat extractors based on entities.
- EntityBasedMicroformatExtractor() - Constructor for class org.apache.any23.extractor.html.EntityBasedMicroformatExtractor
-
- equals(Object) - Method in class org.apache.any23.extractor.microdata.Item
-
- equals(Object) - Method in class org.apache.any23.extractor.microdata.ItemProp
-
- equals(Object) - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- equals(Object) - Method in class org.apache.any23.extractor.microdata.ItemScope
-
- ERRORED_META_NODES - Static variable in class org.apache.any23.validator.rule.MetaNameMisuseRule
-
- escapeAsJSONString(String) - Static method in class org.apache.any23.util.StringUtils
-
Escapes the in
string as JSON string
to let it being embeddable within a string field.
- escapeDoubleQuotes(String) - Static method in class org.apache.any23.util.StringUtils
-
Escapes all the unescaped double quotes when needed.
- ExampleInputOutput - Class in org.apache.any23.extractor
-
A reporter for example input and output of an extractor.
- ExampleInputOutput(String) - Constructor for class org.apache.any23.extractor.ExampleInputOutput
-
- ExampleInputOutput(ExtractorFactory<?>) - Constructor for class org.apache.any23.extractor.ExampleInputOutput
-
- execute(String...) - Method in class org.apache.any23.cli.ToolRunner
-
- execute(Rule, RuleContext, DOMDocument) - Method in interface org.apache.any23.validator.Fix
-
Executes this fix over a document.
- execute(Rule, RuleContext, DOMDocument) - Method in class org.apache.any23.validator.rule.MetaNameMisuseFix
-
- execute(Rule, RuleContext, DOMDocument) - Method in class org.apache.any23.validator.rule.OpenGraphNamespaceFix
-
- extract(ExtractionParameters, DocumentSource, TripleHandler, String) - Method in class org.apache.any23.Any23
-
Performs metadata extraction from the content of the given
in
document source, sending the generated events
to the specified outputHandler
.
- extract(String, String, String, String, TripleHandler) - Method in class org.apache.any23.Any23
-
Performs metadata extraction on the in
string
associated to the documentURI
URI, declaring
contentType
and encoding
.
- extract(String, String, TripleHandler) - Method in class org.apache.any23.Any23
-
Performs metadata extraction on the in
string
associated to the documentURI
URI, sending the generated
events to the specified outputHandler
.
- extract(File, TripleHandler) - Method in class org.apache.any23.Any23
-
Performs metadata extraction from the content of the given file
sending the generated events to the specified outputHandler
.
- extract(ExtractionParameters, String, TripleHandler) - Method in class org.apache.any23.Any23
-
Performs metadata extraction from the content of the given documentURI
sending the generated events to the specified outputHandler
.
- extract(String, TripleHandler) - Method in class org.apache.any23.Any23
-
Performs metadata extraction from the content of the given documentURI
sending the generated events to the specified outputHandler
.
- extract(DocumentSource, TripleHandler, String) - Method in class org.apache.any23.Any23
-
Performs metadata extraction from the content of the given
in
document source, sending the generated events
to the specified outputHandler
.
- extract(DocumentSource, TripleHandler) - Method in class org.apache.any23.Any23
-
Performs metadata extraction from the content of the given
in
document source, sending the generated events
to the specified outputHandler
.
- extract(ExtractionParameters, DocumentSource, TripleHandler) - Method in class org.apache.any23.Any23
-
Performs metadata extraction from the content of the given
in
document source, sending the generated events
to the specified outputHandler
.
- extract() - Method in class org.apache.any23.extractor.html.EntityBasedMicroformatExtractor
-
- extract() - Method in class org.apache.any23.extractor.html.HCalendarExtractor
-
- extract() - Method in class org.apache.any23.extractor.html.MicroformatExtractor
-
Performs the extraction of the data and writes them to the model.
- extractEntity(Node, ExtractionResult) - Method in class org.apache.any23.extractor.html.AdrExtractor
-
- extractEntity(Node, ExtractionResult) - Method in class org.apache.any23.extractor.html.EntityBasedMicroformatExtractor
-
Extracts an entity from a DOM node.
- extractEntity(Node, ExtractionResult) - Method in class org.apache.any23.extractor.html.GeoExtractor
-
- extractEntity(Node, ExtractionResult) - Method in class org.apache.any23.extractor.html.HCardExtractor
-
- extractEntity(Node, ExtractionResult) - Method in class org.apache.any23.extractor.html.HListingExtractor
-
- extractEntity(Node, ExtractionResult) - Method in class org.apache.any23.extractor.html.HRecipeExtractor
-
- extractEntity(Node, ExtractionResult) - Method in class org.apache.any23.extractor.html.HResumeExtractor
-
- extractEntity(Node, ExtractionResult) - Method in class org.apache.any23.extractor.html.HReviewAggregateExtractor
-
- extractEntity(Node, ExtractionResult) - Method in class org.apache.any23.extractor.html.HReviewExtractor
-
- extractEntity(Node, ExtractionResult) - Method in class org.apache.any23.extractor.html.SpeciesExtractor
-
Extracts an entity from a DOM node.
- ExtractionContextBlocker - Class in org.apache.any23.filter
-
A wrapper around a
TripleHandler
that can block and unblock
calls to the handler, either for the entire document, or for
individual
ExtractionContext
s.
- ExtractionContextBlocker(TripleHandler) - Constructor for class org.apache.any23.filter.ExtractionContextBlocker
-
- ExtractionReport - Class in org.apache.any23
-
This class contains some statistics and general information about
an extraction.
- ExtractionReport(List<Extractor>, String, String, ValidationReport, Map<String, Collection<IssueReport.Issue>>) - Constructor for class org.apache.any23.ExtractionReport
-
- ExtractionResultImpl - Class in org.apache.any23.extractor
-
- ExtractionResultImpl(ExtractionContext, Extractor<?>, TripleHandler) - Constructor for class org.apache.any23.extractor.ExtractionResultImpl
-
- ExtractorDocumentation - Class in org.apache.any23.cli
-
This class provides some command-line documentation
about available extractors and their usage.
- ExtractorDocumentation() - Constructor for class org.apache.any23.cli.ExtractorDocumentation
-
- ExtractorRegistryImpl - Class in org.apache.any23.extractor
-
Singleton class acting as a register for all the various
Extractor
.
- ExtractorRegistryImpl() - Constructor for class org.apache.any23.extractor.ExtractorRegistryImpl
-
Public constructor for ExtractorRegistryImpl.
- extractPrefixSections(String) - Static method in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
Given a prefix declaration returns a list of prefixID:prefixURL
strings
normalizing blanks where present.
- extractRelTag(String) - Static method in class org.apache.any23.extractor.html.HTMLDocument
-
Extracts the href specific rel-tag string.
- extractRelTag(NamedNodeMap) - Static method in class org.apache.any23.extractor.html.HTMLDocument
-
Extracts the href specific rel-tag string.
- extractRelTagNodes() - Method in class org.apache.any23.extractor.html.HTMLDocument
-
Extracts all the rel
tag nodes.
- GeoExtractor - Class in org.apache.any23.extractor.html
-
Extractor for the
Geo
microformat.
- GeoExtractor() - Constructor for class org.apache.any23.extractor.html.GeoExtractor
-
- GeoExtractorFactory - Class in org.apache.any23.extractor.html
-
- GeoExtractorFactory() - Constructor for class org.apache.any23.extractor.html.GeoExtractorFactory
-
- get() - Static method in class org.apache.any23.rdf.PopularPrefixes
-
- getAcceptHeader() - Method in class org.apache.any23.http.AcceptHeaderBuilder
-
Builds and returns an accept header.
- getAcceptHeader() - Method in class org.apache.any23.http.DefaultHTTPClientConfiguration
-
- getAcceptHeader() - Method in interface org.apache.any23.http.HTTPClientConfiguration
-
- getActualDocumentURI() - Method in class org.apache.any23.http.DefaultHTTPClient
-
- getActualDocumentURI() - Method in interface org.apache.any23.http.HTTPClient
-
Returns the actual URI from which the document was fetched.
- getAllNames() - Method in class org.apache.any23.extractor.ExtractorRegistryImpl
-
Returns the names of all registered extractors, sorted alphabetically.
- getAllRules() - Method in class org.apache.any23.validator.DefaultValidator
-
- getAllRules() - Method in interface org.apache.any23.validator.Validator
-
Returns all the registered rules.
- getAsDate() - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- getAsFloat() - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- getAsInteger() - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- getAsLink() - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- getAsNested() - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- getAsPlainLiteral(Node, String) - Static method in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- getAsXMLLiteral(Node) - Static method in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- getBaseClassName() - Method in class org.apache.any23.extractor.html.AdrExtractor
-
- getBaseClassName() - Method in class org.apache.any23.extractor.html.EntityBasedMicroformatExtractor
-
Returns the base class name for the extractor.
- getBaseClassName() - Method in class org.apache.any23.extractor.html.GeoExtractor
-
- getBaseClassName() - Method in class org.apache.any23.extractor.html.HCardExtractor
-
- getBaseClassName() - Method in class org.apache.any23.extractor.html.HListingExtractor
-
- getBaseClassName() - Method in class org.apache.any23.extractor.html.HRecipeExtractor
-
- getBaseClassName() - Method in class org.apache.any23.extractor.html.HResumeExtractor
-
- getBaseClassName() - Method in class org.apache.any23.extractor.html.HReviewAggregateExtractor
-
- getBaseClassName() - Method in class org.apache.any23.extractor.html.HReviewExtractor
-
- getBaseClassName() - Method in class org.apache.any23.extractor.html.SpeciesExtractor
-
Returns the base class name for the extractor.
- getBeginColumnNumber() - Method in class org.apache.any23.extractor.html.TagSoupParser.ElementLocation
-
- getBeginLineNumber() - Method in class org.apache.any23.extractor.html.TagSoupParser.ElementLocation
-
- getBlankNodeFor(Node) - Method in class org.apache.any23.extractor.html.EntityBasedMicroformatExtractor
-
- getBNode(String) - Static method in class org.apache.any23.rdf.RDFUtils
-
Creates a BNode
.
- getCause() - Method in class org.apache.any23.validator.ValidationReport.Error
-
- getChilds() - Method in class org.apache.any23.writer.CompositeTripleHandler
-
- getClassesInPackage(String) - Static method in class org.apache.any23.util.DiscoveryUtils
-
Scans all classes accessible from the context class loader
which belong to the given package and sub-packages.
- getClassesInPackage(String, Class) - Static method in class org.apache.any23.util.DiscoveryUtils
-
Scans all classes accessible from the context class loader
which belong to the given package and sub-packages and filter
them by ones implementing the specified interface iface
.
- getConnectionTimeout() - Method in class org.apache.any23.http.DefaultHTTPClient
-
- getContent() - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- getContentLength() - Method in class org.apache.any23.http.DefaultHTTPClient
-
- getContentLength() - Method in interface org.apache.any23.http.HTTPClient
-
- getContentLength() - Method in class org.apache.any23.source.ByteArrayDocumentSource
-
- getContentLength() - Method in class org.apache.any23.source.FileDocumentSource
-
- getContentLength() - Method in class org.apache.any23.source.HTTPDocumentSource
-
- getContentLength() - Method in class org.apache.any23.source.StringDocumentSource
-
- getContentType() - Method in class org.apache.any23.http.DefaultHTTPClient
-
- getContentType() - Method in interface org.apache.any23.http.HTTPClient
-
The value of the Content-Type header reported by the server.
- getContentType() - Method in class org.apache.any23.source.ByteArrayDocumentSource
-
- getContentType() - Method in class org.apache.any23.source.FileDocumentSource
-
- getContentType() - Method in class org.apache.any23.source.HTTPDocumentSource
-
- getContentType() - Method in class org.apache.any23.source.StringDocumentSource
-
- getCount() - Method in class org.apache.any23.writer.CountingTripleHandler
-
- getCurrentExtractionResult() - Method in class org.apache.any23.extractor.html.MicroformatExtractor
-
- getData(String) - Method in class org.apache.any23.validator.DefaultRuleContext
-
- getData(String) - Method in interface org.apache.any23.validator.RuleContext
-
Retrieves a registered object.
- getDefaultLanguage() - Method in class org.apache.any23.extractor.html.HTMLDocument
-
Returns the document default language.
- getDefaultLiteralLanguage() - Method in class org.apache.any23.rdf.Any23ValueFactoryWrapper
-
- getDefaultTimeout() - Method in class org.apache.any23.http.DefaultHTTPClientConfiguration
-
- getDefaultTimeout() - Method in interface org.apache.any23.http.HTTPClientConfiguration
-
- getDescription() - Method in class org.apache.any23.extractor.csv.CSVExtractor
- getDescription() - Method in class org.apache.any23.extractor.html.AdrExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.html.GeoExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.html.HCalendarExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.html.HCardExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.html.HeadLinkExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.html.HListingExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.html.HRecipeExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.html.HResumeExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.html.HReviewAggregateExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.html.HReviewExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.html.HTMLMetaExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.html.ICBMExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.html.LicenseExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.html.MicroformatExtractor
-
Returns the description of this extractor.
- getDescription() - Method in class org.apache.any23.extractor.html.SpeciesExtractor
-
Returns the description of this extractor.
- getDescription() - Method in class org.apache.any23.extractor.html.TitleExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.html.TurtleHTMLExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.html.XFNExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.rdf.BaseRDFExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.rdf.NQuadsExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.rdf.NTriplesExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.rdf.RDFXMLExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.rdf.TriXExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.rdf.TurtleExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.rdfa.RDFa11Extractor
-
- getDescription() - Method in class org.apache.any23.extractor.rdfa.RDFaExtractor
-
- getDescription() - Method in class org.apache.any23.extractor.xpath.XPathExtractor
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.csv.CSVExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.AdrExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.GeoExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.HCalendarExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.HCardExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.HeadLinkExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.HListingExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.HRecipeExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.HResumeExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.HReviewAggregateExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.HReviewExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.HTMLMetaExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.ICBMExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.LicenseExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.SpeciesExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.TitleExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.TurtleHTMLExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.html.XFNExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.microdata.MicrodataExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.rdf.NQuadsExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.rdf.NTriplesExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.rdf.RDFXMLExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.rdf.TriXExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.rdf.TurtleExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.rdfa.RDFaExtractorFactory
-
- getDescriptionInstance() - Static method in class org.apache.any23.extractor.xpath.XPathExtractorFactory
-
- getDetectedItemScopes() - Method in class org.apache.any23.extractor.microdata.MicrodataParserReport
-
- getDetectedMimeType() - Method in class org.apache.any23.ExtractionReport
-
- getDetectedMIMEType() - Method in class org.apache.any23.extractor.SingleDocumentExtraction
-
- getDocument() - Method in class org.apache.any23.extractor.html.DocumentReport
-
- getDocument() - Method in class org.apache.any23.extractor.html.HTMLDocument
-
- getDocumentBase(URL, Document) - Static method in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- getDocumentURI() - Method in class org.apache.any23.extractor.html.MicroformatExtractor
-
- getDocumentURI() - Method in class org.apache.any23.source.ByteArrayDocumentSource
-
- getDocumentURI() - Method in class org.apache.any23.source.FileDocumentSource
-
- getDocumentURI() - Method in class org.apache.any23.source.HTTPDocumentSource
-
- getDocumentURI() - Method in class org.apache.any23.source.StringDocumentSource
-
- getDocumentURI() - Method in class org.apache.any23.validator.DefaultDOMDocument
-
- getDocumentURI() - Method in interface org.apache.any23.validator.DOMDocument
-
- getDOM() - Method in class org.apache.any23.extractor.html.TagSoupParser
-
Returns the DOM of the given document URI.
- getEncoding() - Method in class org.apache.any23.ExtractionReport
-
- getEndColumnNumber() - Method in class org.apache.any23.extractor.html.TagSoupParser.ElementLocation
-
- getEndLineNumber() - Method in class org.apache.any23.extractor.html.TagSoupParser.ElementLocation
-
- getErrorLocationBeginCol() - Method in exception org.apache.any23.extractor.microdata.MicrodataParserException
-
- getErrorLocationBeginRow() - Method in exception org.apache.any23.extractor.microdata.MicrodataParserException
-
- getErrorLocationEndCol() - Method in exception org.apache.any23.extractor.microdata.MicrodataParserException
-
- getErrorLocationEndRow() - Method in exception org.apache.any23.extractor.microdata.MicrodataParserException
-
- getErrorMode() - Method in class org.apache.any23.extractor.microdata.MicrodataParser
-
- getErrorPath() - Method in exception org.apache.any23.extractor.microdata.MicrodataParserException
-
- getErrors() - Method in class org.apache.any23.extractor.microdata.MicrodataParser
-
- getErrors() - Method in class org.apache.any23.extractor.microdata.MicrodataParserReport
-
- getErrors() - Method in class org.apache.any23.validator.DefaultValidationReport
-
- getErrors() - Method in class org.apache.any23.validator.EmptyValidationReport
-
- getErrors() - Method in interface org.apache.any23.validator.ValidationReport
-
Returns the list of detected errors.
- getExampleInput() - Method in class org.apache.any23.extractor.ExampleInputOutput
-
- getExampleInput() - Method in class org.apache.any23.extractor.SimpleExtractorFactory
-
- getExampleOutput() - Method in class org.apache.any23.extractor.ExampleInputOutput
-
- getExampleURI() - Method in class org.apache.any23.extractor.ExampleInputOutput
-
- getExtractionContext() - Method in class org.apache.any23.extractor.ExtractionResultImpl
-
- getExtractionContext() - Method in class org.apache.any23.extractor.html.MicroformatExtractor
-
- getExtractor() - Method in class org.apache.any23.extractor.TagSoupExtractionResult.PropertyPath
-
- getExtractor() - Method in class org.apache.any23.extractor.TagSoupExtractionResult.ResourceRoot
-
- getExtractorGroup() - Method in class org.apache.any23.extractor.ExtractorRegistryImpl
-
- getExtractorGroup(List<String>) - Method in class org.apache.any23.extractor.ExtractorRegistryImpl
-
- getExtractorIssues(String) - Method in class org.apache.any23.ExtractionReport
-
- getExtractorLabel() - Method in class org.apache.any23.extractor.SimpleExtractorFactory
-
- getExtractorName() - Method in class org.apache.any23.extractor.SimpleExtractorFactory
-
- getExtractorNames() - Method in class org.apache.any23.writer.ReportingTripleHandler
-
- getExtractorToIssues() - Method in class org.apache.any23.extractor.SingleDocumentExtractionReport
-
- getFactory(String) - Method in class org.apache.any23.extractor.ExtractorRegistryImpl
-
- getField(String) - Method in class org.apache.any23.extractor.html.HCardName
-
- getFields(String) - Method in class org.apache.any23.extractor.html.HCardName
-
- getFixes(Class<? extends Rule>) - Method in class org.apache.any23.validator.DefaultValidator
-
- getFixes(Class<? extends Rule>) - Method in interface org.apache.any23.validator.Validator
-
Returns all fixes registered for the give rule.
- getFormatByExtension(String) - Static method in class org.apache.any23.rdf.RDFUtils
-
Returns a parser type from the given extension.
- getFormats() - Static method in class org.apache.any23.rdf.RDFUtils
-
Returns all the available RDFFormat
s.
- getFullName() - Method in class org.apache.any23.extractor.html.HCardName
-
- getGraph() - Method in class org.apache.any23.extractor.xpath.QuadTemplate
-
- getHRName() - Method in interface org.apache.any23.validator.Fix
-
- getHRName() - Method in class org.apache.any23.validator.rule.AboutNotURIRule
-
- getHRName() - Method in interface org.apache.any23.validator.Rule
-
- getHRName() - Method in class org.apache.any23.validator.rule.MetaNameMisuseFix
-
- getHRName() - Method in class org.apache.any23.validator.rule.MetaNameMisuseRule
-
- getHRName() - Method in class org.apache.any23.validator.rule.MissingOpenGraphNamespaceRule
-
- getHRName() - Method in class org.apache.any23.validator.rule.OpenGraphNamespaceFix
-
- getHTMLDocument() - Method in class org.apache.any23.extractor.html.MicroformatExtractor
-
- getHTTPClient() - Method in class org.apache.any23.Any23
-
- getHTTPUserAgent() - Method in class org.apache.any23.Any23
-
Returns the HTTP Header User Agent,
see RFC 2616-14.43.
- getId() - Method in class org.apache.any23.extractor.microdata.ItemScope
-
- getIdentifier() - Method in class org.apache.any23.writer.JSONWriterFactory
-
- getIdentifier() - Method in class org.apache.any23.writer.NQuadsWriterFactory
-
- getIdentifier() - Method in class org.apache.any23.writer.NTriplesWriterFactory
-
- getIdentifier() - Method in class org.apache.any23.writer.RDFXMLWriterFactory
-
- getIdentifier() - Method in class org.apache.any23.writer.TriXWriterFactory
-
- getIdentifier() - Method in class org.apache.any23.writer.TurtleWriterFactory
-
- getIdentifier() - Method in class org.apache.any23.writer.URIListWriterFactory
-
- getIndexInParent(Node) - Static method in class org.apache.any23.extractor.html.DomUtils
-
Given a node this method returns the index corresponding to such node
within the list of the children of its parent node.
- getInstance() - Static method in class org.apache.any23.extractor.ExtractorRegistryImpl
-
- getInstance() - Static method in class org.apache.any23.extractor.rdf.RDFParserFactory
-
- getInstance() - Static method in class org.apache.any23.validator.EmptyValidationReport
-
- getInternalValue() - Method in class org.apache.any23.extractor.xpath.Term
-
- getIssueReport() - Method in class org.apache.any23.rdf.Any23ValueFactoryWrapper
-
- getIssues() - Method in class org.apache.any23.extractor.ExtractionResultImpl
-
- getIssues() - Method in class org.apache.any23.validator.DefaultValidationReport
-
- getIssues() - Method in class org.apache.any23.validator.EmptyValidationReport
-
- getIssues() - Method in interface org.apache.any23.validator.ValidationReport
-
Returns the list of detected issues.
- getIssuesCount() - Method in class org.apache.any23.extractor.ExtractionResultImpl
-
- getItemId() - Method in class org.apache.any23.extractor.microdata.ItemScope
-
- getItemPropNodes(Node) - Static method in class org.apache.any23.extractor.microdata.MicrodataParser
-
Returns all the itemProps detected within the given root node.
- getItemProps(Node, boolean) - Method in class org.apache.any23.extractor.microdata.MicrodataParser
-
Returns all the itemprops for the given itemscope node.
- getItemScope(Node) - Method in class org.apache.any23.extractor.microdata.MicrodataParser
-
Returns the
ItemScope
instance described within the specified
node
.
- getItemScopeNodes(Node) - Static method in class org.apache.any23.extractor.microdata.MicrodataParser
-
Returns all the itemScopes detected within the given root node.
- getKey(ExtractorFactory) - Method in class org.apache.any23.extractor.ExtractorRegistryImpl
-
- getLevel() - Method in class org.apache.any23.validator.ValidationReport.Issue
-
- getMapping(String) - Method in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
Returns a URI mapping for a given prefix.
- getMatchingExtractors() - Method in class org.apache.any23.ExtractionReport
-
- getMatchingExtractors() - Method in class org.apache.any23.extractor.SingleDocumentExtraction
-
- getMaxConnections() - Method in class org.apache.any23.http.DefaultHTTPClientConfiguration
-
- getMaxConnections() - Method in interface org.apache.any23.http.HTTPClientConfiguration
-
- getMessage() - Method in class org.apache.any23.validator.ValidationReport.Error
-
- getMessage() - Method in class org.apache.any23.validator.ValidationReport.Issue
-
- getMicrodata(Document, MicrodataParser.ErrorMode) - Static method in class org.apache.any23.extractor.microdata.MicrodataParser
-
Returns all the Microdata items detected within the given document
.
- getMicrodata(Document) - Static method in class org.apache.any23.extractor.microdata.MicrodataParser
-
Returns all the Microdata items detected within the given document
,
works in full report mode.
- getMicrodataAsJSON(Document, PrintStream) - Static method in class org.apache.any23.extractor.microdata.MicrodataParser
-
- getMimeType() - Method in class org.apache.any23.writer.JSONWriterFactory
-
- getMimeType() - Method in class org.apache.any23.writer.NQuadsWriterFactory
-
- getMimeType() - Method in class org.apache.any23.writer.NTriplesWriterFactory
-
- getMimeType() - Method in class org.apache.any23.writer.RDFXMLWriterFactory
-
- getMimeType() - Method in class org.apache.any23.writer.TriXWriterFactory
-
- getMimeType() - Method in class org.apache.any23.writer.TurtleWriterFactory
-
- getMimeType() - Method in class org.apache.any23.writer.URIListWriterFactory
-
- getName() - Method in class org.apache.any23.extractor.microdata.ItemProp
-
- getName() - Method in interface org.apache.any23.extractor.xpath.TemplateXPathExtractionRule
-
- getName() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractionRuleImpl
-
- getName() - Method in class org.apache.any23.extractor.xpath.Variable
-
- getName() - Method in interface org.apache.any23.extractor.xpath.XPathExtractionRule
-
- getNode(String) - Method in class org.apache.any23.validator.DefaultDOMDocument
-
- getNode(String) - Method in interface org.apache.any23.validator.DOMDocument
-
Returns the node addressed by the given XPath, if more then
one an exception will be raised.
- getNodeLocation(Node) - Static method in class org.apache.any23.extractor.html.DomUtils
-
Returns the row/col location of the given node.
- getNodes(String) - Method in class org.apache.any23.validator.DefaultDOMDocument
-
- getNodes(String) - Method in interface org.apache.any23.validator.DOMDocument
-
Returns the list of nodes addressed by the given XPath.
- getNodesWithAttribute(String) - Method in class org.apache.any23.validator.DefaultDOMDocument
-
- getNodesWithAttribute(String) - Method in interface org.apache.any23.validator.DOMDocument
-
Returns all the nodes declaring an attribute with the specified name.
- getNQuadsParser(boolean, boolean, ExtractionContext, ExtractionResult) - Method in class org.apache.any23.extractor.rdf.RDFParserFactory
-
- getNTriplesParser(boolean, boolean, ExtractionContext, ExtractionResult) - Method in class org.apache.any23.extractor.rdf.RDFParserFactory
-
Returns a new instance of a configured org.openrdf.rio.ntriples.NTriplesParser
.
- getObject() - Method in class org.apache.any23.extractor.TagSoupExtractionResult.PropertyPath
-
- getObject() - Method in class org.apache.any23.extractor.xpath.QuadTemplate
-
- getOrganization() - Method in class org.apache.any23.extractor.html.HCardName
-
- getOrganizationUnit() - Method in class org.apache.any23.extractor.html.HCardName
-
- getOrigin() - Method in class org.apache.any23.validator.ValidationReport.FixError
-
- getOrigin() - Method in class org.apache.any23.validator.ValidationReport.Issue
-
- getOrigin() - Method in class org.apache.any23.validator.ValidationReport.RuleError
-
- getOriginalDocument() - Method in class org.apache.any23.validator.DefaultDOMDocument
-
- getOriginalDocument() - Method in interface org.apache.any23.validator.DOMDocument
-
Returns the original document.
- getParser(ExtractionContext, ExtractionResult) - Method in class org.apache.any23.extractor.rdf.BaseRDFExtractor
-
- getParser(ExtractionContext, ExtractionResult) - Method in class org.apache.any23.extractor.rdf.NQuadsExtractor
-
- getParser(ExtractionContext, ExtractionResult) - Method in class org.apache.any23.extractor.rdf.NTriplesExtractor
-
- getParser(ExtractionContext, ExtractionResult) - Method in class org.apache.any23.extractor.rdf.RDFXMLExtractor
-
- getParser(ExtractionContext, ExtractionResult) - Method in class org.apache.any23.extractor.rdf.TriXExtractor
-
- getParser(ExtractionContext, ExtractionResult) - Method in class org.apache.any23.extractor.rdf.TurtleExtractor
-
- getParser(RDFFormat) - Static method in class org.apache.any23.rdf.RDFUtils
-
Creates a new RDFParser
instance.
- getParserEncoding() - Method in class org.apache.any23.extractor.SingleDocumentExtraction
-
- getPath() - Method in class org.apache.any23.extractor.TagSoupExtractionResult.PropertyPath
-
- getPath() - Method in class org.apache.any23.extractor.TagSoupExtractionResult.ResourceRoot
-
- getPathToLocalRoot() - Method in class org.apache.any23.extractor.html.HTMLDocument
-
Returns the sequence of ancestors from the document root to the local root (document).
- getPluralTextField(String) - Method in class org.apache.any23.extractor.html.HTMLDocument
-
Returns a plural text field.
- getPluralUrlField(String) - Method in class org.apache.any23.extractor.html.HTMLDocument
-
Returns the list of URLs associated to the fields marked with class className.
- getPredicate() - Method in class org.apache.any23.extractor.xpath.QuadTemplate
-
- getPrefixes() - Method in class org.apache.any23.extractor.SimpleExtractorFactory
-
- getProperties() - Method in class org.apache.any23.extractor.microdata.ItemScope
-
- getProperty() - Method in class org.apache.any23.extractor.TagSoupExtractionResult.PropertyPath
-
- getPropertyPaths() - Method in class org.apache.any23.extractor.ExtractionResultImpl
-
- getPropertyPaths() - Method in interface org.apache.any23.extractor.TagSoupExtractionResult
-
Returns all the collected property paths.
- getPropertyValue(Node) - Method in class org.apache.any23.extractor.microdata.MicrodataParser
-
Reads the value of a itemprop node.
- getRdfFormat() - Method in class org.apache.any23.writer.JSONWriterFactory
-
- getRdfFormat() - Method in class org.apache.any23.writer.NQuadsWriterFactory
-
- getRdfFormat() - Method in class org.apache.any23.writer.NTriplesWriterFactory
-
- getRdfFormat() - Method in class org.apache.any23.writer.RDFXMLWriterFactory
-
- getRdfFormat() - Method in class org.apache.any23.writer.TriXWriterFactory
-
- getRdfFormat() - Method in class org.apache.any23.writer.TurtleWriterFactory
-
- getRdfFormat() - Method in class org.apache.any23.writer.URIListWriterFactory
-
- getRdfWriter(OutputStream) - Method in class org.apache.any23.writer.JSONWriterFactory
-
- getRdfWriter(OutputStream) - Method in class org.apache.any23.writer.NQuadsWriterFactory
-
- getRdfWriter(OutputStream) - Method in class org.apache.any23.writer.NTriplesWriterFactory
-
- getRdfWriter(OutputStream) - Method in class org.apache.any23.writer.RDFXMLWriterFactory
-
- getRdfWriter(OutputStream) - Method in class org.apache.any23.writer.TriXWriterFactory
-
- getRdfWriter(OutputStream) - Method in class org.apache.any23.writer.TurtleWriterFactory
-
- getRdfWriter(OutputStream) - Method in class org.apache.any23.writer.URIListWriterFactory
-
- getRDFXMLParser(boolean, boolean, ExtractionContext, ExtractionResult) - Method in class org.apache.any23.extractor.rdf.RDFParserFactory
-
Returns a new instance of a configured org.openrdf.rio.rdfxml.RDFXMLParser
.
- getRefs() - Method in class org.apache.any23.extractor.microdata.ItemScope
-
- getReport() - Method in class org.apache.any23.extractor.html.DocumentReport
-
- getReport() - Method in class org.apache.any23.validator.DefaultValidationReportBuilder
-
- getReport() - Method in interface org.apache.any23.validator.ValidationReportBuilder
-
- getResourceRoots() - Method in class org.apache.any23.extractor.ExtractionResultImpl
-
- getResourceRoots() - Method in interface org.apache.any23.extractor.TagSoupExtractionResult
-
Returns all the collected property roots.
- getRoot() - Method in class org.apache.any23.extractor.TagSoupExtractionResult.ResourceRoot
-
- getRuleActivations() - Method in class org.apache.any23.validator.DefaultValidationReport
-
- getRuleActivations() - Method in class org.apache.any23.validator.EmptyValidationReport
-
- getRuleActivations() - Method in interface org.apache.any23.validator.ValidationReport
-
Returns the list of activated rules.
- getRuleStr() - Method in class org.apache.any23.validator.ValidationReport.RuleActivation
-
- getSingularTextField(String) - Method in class org.apache.any23.extractor.html.HTMLDocument
-
Returns a singular text field.
- getSingularUrlField(String) - Method in class org.apache.any23.extractor.html.HTMLDocument
-
Returns the URL associated to the field marked with class className.
- getSoTimeout() - Method in class org.apache.any23.http.DefaultHTTPClient
-
- getSubject() - Method in class org.apache.any23.extractor.TagSoupExtractionResult.PropertyPath
-
- getSubject() - Method in class org.apache.any23.extractor.xpath.QuadTemplate
-
- getSupportedMIMETypes() - Method in class org.apache.any23.extractor.SimpleExtractorFactory
-
- getText() - Method in class org.apache.any23.extractor.html.HTMLDocument
-
Returns the text contained inside a node if leaf,
null
otherwise.
- getTopLevelItemScopeNodes(Node) - Static method in class org.apache.any23.extractor.microdata.MicrodataParser
-
Returns only the itemScopes that are top level items.
- getTotalDocuments() - Method in class org.apache.any23.writer.ReportingTripleHandler
-
- getTotalTriples() - Method in class org.apache.any23.writer.ReportingTripleHandler
-
- getTriXParser(boolean, boolean, ExtractionContext, ExtractionResult) - Method in class org.apache.any23.extractor.rdf.RDFParserFactory
-
Returns a new instance of a configured TriXParser
.
- getTurtleParserInstance(boolean, boolean, ExtractionContext, ExtractionResult) - Method in class org.apache.any23.extractor.rdf.RDFParserFactory
-
Returns a new instance of a configured TurtleParser
.
- getType() - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- getType() - Method in class org.apache.any23.extractor.microdata.ItemScope
-
- getUriRegex() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractionRuleImpl
-
- getUserAgent() - Method in class org.apache.any23.http.DefaultHTTPClientConfiguration
-
- getUserAgent() - Method in interface org.apache.any23.http.HTTPClientConfiguration
-
- getValidatedDOM(boolean) - Method in class org.apache.any23.extractor.html.TagSoupParser
-
Returns the validated DOM and applies fixes on it if applyFix
is set to true
.
- getValidationReport() - Method in class org.apache.any23.ExtractionReport
-
- getValidationReport() - Method in class org.apache.any23.extractor.SingleDocumentExtractionReport
-
- getValue() - Method in class org.apache.any23.extractor.microdata.ItemProp
-
- getValue(Map<String, String>) - Method in class org.apache.any23.extractor.xpath.Term
-
Returns the value represented by this
Term
given the
varMapping
, the #isVar and #internalValue
parameters.
- getValueInternal(String) - Method in class org.apache.any23.extractor.xpath.TemplateGraph
-
- getValueInternal(String) - Method in class org.apache.any23.extractor.xpath.TemplateObject
-
- getValueInternal(String) - Method in class org.apache.any23.extractor.xpath.TemplatePredicate
-
- getValueInternal(String) - Method in class org.apache.any23.extractor.xpath.TemplateSubject
-
- getValueInternal(String) - Method in class org.apache.any23.extractor.xpath.Term
-
- getWriter(RDFFormat, Writer) - Static method in class org.apache.any23.rdf.RDFUtils
-
Creates a new RDFWriter
instance.
- getWriter(RDFFormat, OutputStream) - Static method in class org.apache.any23.rdf.RDFUtils
-
Creates a new RDFWriter
instance.
- getXpath() - Method in class org.apache.any23.extractor.microdata.Item
-
- getxPath() - Method in class org.apache.any23.extractor.xpath.Variable
-
- getXPathForNode(Node) - Static method in class org.apache.any23.extractor.html.DomUtils
-
Does a reverse walking of the DOM tree to generate a unique XPath
expression leading to this node.
- getXPathListForNode(Node) - Static method in class org.apache.any23.extractor.html.DomUtils
-
Returns a list of tag names representing the path from
the document root to the given node n.
- getXSDDate(String, String) - Static method in class org.apache.any23.rdf.RDFUtils
-
This method allows to obtain an
XML Schema compliant date
providing a textual representation of a date and textual a pattern for parsing it.
- getXSLT() - Static method in class org.apache.any23.extractor.rdfa.RDFaExtractor
-
- GIVEN_NAME - Static variable in class org.apache.any23.extractor.html.HCardName
-
- ICBMExtractor - Class in org.apache.any23.extractor.html
-
Extractor for "ICBM coordinates" provided as META headers in the head
of an HTML page.
- ICBMExtractor() - Constructor for class org.apache.any23.extractor.html.ICBMExtractor
-
- ICBMExtractorFactory - Class in org.apache.any23.extractor.html
-
- ICBMExtractorFactory() - Constructor for class org.apache.any23.extractor.html.ICBMExtractorFactory
-
- IDENTIFIER - Static variable in class org.apache.any23.writer.JSONWriterFactory
-
- IDENTIFIER - Static variable in class org.apache.any23.writer.NQuadsWriterFactory
-
- IDENTIFIER - Static variable in class org.apache.any23.writer.NTriplesWriterFactory
-
- IDENTIFIER - Static variable in class org.apache.any23.writer.RDFXMLWriterFactory
-
- IDENTIFIER - Static variable in class org.apache.any23.writer.TriXWriterFactory
-
- IDENTIFIER - Static variable in class org.apache.any23.writer.TurtleWriterFactory
-
- IDENTIFIER - Static variable in class org.apache.any23.writer.URIListWriterFactory
-
- IgnoreAccidentalRDFa - Class in org.apache.any23.filter
-
A
TripleHandler
that suppresses output of the RDFa
parser if the document only contains "accidental" RDFa,
like stylesheet links and other non-RDFa uses of HTML's
- IgnoreAccidentalRDFa(TripleHandler, boolean) - Constructor for class org.apache.any23.filter.IgnoreAccidentalRDFa
-
Constructor.
- IgnoreAccidentalRDFa(TripleHandler) - Constructor for class org.apache.any23.filter.IgnoreAccidentalRDFa
-
- IgnoreTitlesOfEmptyDocuments - Class in org.apache.any23.filter
-
- IgnoreTitlesOfEmptyDocuments(TripleHandler) - Constructor for class org.apache.any23.filter.IgnoreTitlesOfEmptyDocuments
-
- Includes - Annotation Type in org.apache.any23.extractor.html.annotations
-
This annotation could be used to decorate a
MicroformatExtractor
to
represent which of the other
Microformats could it nest.
- includes(Class<? extends MicroformatExtractor>, Class<? extends MicroformatExtractor>) - Static method in class org.apache.any23.extractor.html.MicroformatExtractor
-
- init(HTTPClientConfiguration) - Method in class org.apache.any23.http.DefaultHTTPClient
-
- init(HTTPClientConfiguration) - Method in interface org.apache.any23.http.HTTPClient
-
Initializes the HTTP client.
- INLINE_DOCUMENT_PREFIX - Static variable in class org.apache.any23.cli.MimeDetector
-
- inputURIs - Variable in class org.apache.any23.cli.Rover
-
- isAbsoluteURI(String) - Static method in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- isAbsoluteURI(String) - Static method in class org.apache.any23.rdf.RDFUtils
-
Checks if href
is absolute or not.
- isAncestorOf(Node, Node, boolean) - Static method in class org.apache.any23.extractor.html.DomUtils
-
Checks whether a node is ancestor or same of another node.
- isAncestorOf(Node, Node) - Static method in class org.apache.any23.extractor.html.DomUtils
-
Checks whether a node is ancestor or same of another node.
- isAnnotated() - Method in class org.apache.any23.writer.JSONWriter
-
- isAnnotated() - Method in class org.apache.any23.writer.RDFWriterTripleHandler
-
If true
then the produced RDF is annotated with
the extractors used to generate the specific statements.
- isAnnotated() - Method in class org.apache.any23.writer.URIListWriter
-
- isCURIE(String) - Static method in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- isCURIEBNode(String) - Static method in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- isDate() - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- isDocBlocked() - Method in class org.apache.any23.filter.ExtractionContextBlocker
-
- isElementNode(Node) - Static method in class org.apache.any23.extractor.html.DomUtils
-
Verifies if the given target node is an element.
- isFloat() - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- isInteger() - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- isItemProp(Node) - Static method in class org.apache.any23.extractor.microdata.MicrodataParser
-
Check whether a node is an itemProp.
- isItemScope(Node) - Static method in class org.apache.any23.extractor.microdata.MicrodataParser
-
Check whether a node is an itemScope.
- isLink() - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- isLocal() - Method in class org.apache.any23.source.ByteArrayDocumentSource
-
- isLocal() - Method in class org.apache.any23.source.FileDocumentSource
-
- isLocal() - Method in class org.apache.any23.source.HTTPDocumentSource
-
- isLocal() - Method in class org.apache.any23.source.StringDocumentSource
-
- isMultiField(String) - Method in class org.apache.any23.extractor.html.HCardName
-
- isNested() - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- isNumber() - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- isOnline(String) - Static method in class org.apache.any23.util.URLUtils
-
Verifies if the specified URL is reachable online.
- isPlain() - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- isPrefix(String, String) - Static method in class org.apache.any23.util.StringUtils
-
Check whether string candidatePrefix
is prefix of string container
.
- isRegisteredName(String) - Method in class org.apache.any23.extractor.ExtractorRegistryImpl
-
- isRelativeNode(Node) - Static method in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- isStopAtFirstError() - Method in class org.apache.any23.extractor.rdf.BaseRDFExtractor
-
- isStopAtFirstError() - Method in class org.apache.any23.extractor.rdfa.RDFa11Extractor
-
- isStopAtFirstError() - Method in class org.apache.any23.extractor.rdfa.RDFaExtractor
-
- isSuffix(String, String) - Static method in class org.apache.any23.util.StringUtils
-
Check whether string candidateSuffix
is suffix of string container
.
- isVar() - Method in class org.apache.any23.extractor.xpath.Term
-
- isVerifyDataType() - Method in class org.apache.any23.extractor.rdf.BaseRDFExtractor
-
- isVerifyDataType() - Method in class org.apache.any23.extractor.rdfa.RDFa11Extractor
-
- isVerifyDataType() - Method in class org.apache.any23.extractor.rdfa.RDFaExtractor
-
- isXMLNSDeclared(Document) - Static method in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- Item - Class in org.apache.any23.extractor.microdata
-
Base class for Microdata items.
- Item(String) - Constructor for class org.apache.any23.extractor.microdata.Item
-
Constructor.
- ItemProp - Class in org.apache.any23.extractor.microdata
-
Describes a Microdata item property.
- ItemProp(String, String, ItemPropValue) - Constructor for class org.apache.any23.extractor.microdata.ItemProp
-
Constructor.
- ITEMPROP_ATTRIBUTE - Static variable in class org.apache.any23.extractor.microdata.MicrodataParser
-
- ItemPropValue - Class in org.apache.any23.extractor.microdata
-
Describes a possible value for a Microdata item property.
- ItemPropValue(Object, ItemPropValue.Type) - Constructor for class org.apache.any23.extractor.microdata.ItemPropValue
-
Constructor.
- ItemPropValue.Type - Enum in org.apache.any23.extractor.microdata
-
Supported types.
- ItemScope - Class in org.apache.any23.extractor.microdata
-
This class describes a Microdata itemscope.
- ItemScope(String, ItemProp[], String, String[], String, String) - Constructor for class org.apache.any23.extractor.microdata.ItemScope
-
Constructor.
- ITEMSCOPE_ATTRIBUTE - Static variable in class org.apache.any23.extractor.microdata.MicrodataParser
-
- RDFa11Extractor - Class in org.apache.any23.extractor.rdfa
-
- RDFa11Extractor(boolean, boolean) - Constructor for class org.apache.any23.extractor.rdfa.RDFa11Extractor
-
Constructor, allows to specify the validation and error handling
policies.
- RDFa11Extractor() - Constructor for class org.apache.any23.extractor.rdfa.RDFa11Extractor
-
Default constructor, with no verification of data types and not stop at
first error.
- RDFa11ExtractorFactory - Class in org.apache.any23.extractor.rdfa
-
- RDFa11ExtractorFactory() - Constructor for class org.apache.any23.extractor.rdfa.RDFa11ExtractorFactory
-
- RDFa11Parser - Class in org.apache.any23.extractor.rdfa
-
This parser is able to extract
RDFa 1.0 and
RDFa 1.1 statements from any
(X)HTML document.
- RDFa11Parser() - Constructor for class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- RDFa11ParserException - Exception in org.apache.any23.extractor.rdfa
-
- RDFa11ParserException(String) - Constructor for exception org.apache.any23.extractor.rdfa.RDFa11ParserException
-
- RDFa11ParserException(String, Throwable) - Constructor for exception org.apache.any23.extractor.rdfa.RDFa11ParserException
-
- RDFaExtractor - Class in org.apache.any23.extractor.rdfa
-
Extractor for RDFa in HTML, based on Fabien Gadon's XSLT transform, found
here.
- RDFaExtractor(boolean, boolean) - Constructor for class org.apache.any23.extractor.rdfa.RDFaExtractor
-
Constructor, allows to specify the validation and error handling policies.
- RDFaExtractor() - Constructor for class org.apache.any23.extractor.rdfa.RDFaExtractor
-
Default constructor, with no verification of data types and not stop at first error.
- RDFaExtractorFactory - Class in org.apache.any23.extractor.rdfa
-
- RDFaExtractorFactory() - Constructor for class org.apache.any23.extractor.rdfa.RDFaExtractorFactory
-
- RDFHandlerAdapter - Class in org.apache.any23.extractor.rdf
-
An RDFHandler that relays statements and prefix definitions to
an
ExtractionResult
.
- RDFHandlerAdapter(ExtractionResult) - Constructor for class org.apache.any23.extractor.rdf.RDFHandlerAdapter
-
- RDFParserFactory - Class in org.apache.any23.extractor.rdf
-
This factory provides a common logic for creating and configuring correctly
any RDF parser used within the library.
- RDFParserFactory() - Constructor for class org.apache.any23.extractor.rdf.RDFParserFactory
-
- RDFSchemaUtils - Class in org.apache.any23.vocab
-
This class provides a set of methods for generating
RDF Schema.
- RDFUtils - Class in org.apache.any23.rdf
-
Basic class providing a set of utility methods when dealing with RDF.
- RDFWriterTripleHandler - Class in org.apache.any23.writer
-
A
TripleHandler
that writes
triples to a Sesame
RDFWriter
,
eg for serialization using one of Sesame's writers.
- RDFXMLExtractor - Class in org.apache.any23.extractor.rdf
-
- RDFXMLExtractor(boolean, boolean) - Constructor for class org.apache.any23.extractor.rdf.RDFXMLExtractor
-
Constructor, allows to specify the validation and error handling policies.
- RDFXMLExtractor() - Constructor for class org.apache.any23.extractor.rdf.RDFXMLExtractor
-
Default constructor, with no verification of data types and not stop at first error.
- RDFXMLExtractorFactory - Class in org.apache.any23.extractor.rdf
-
- RDFXMLExtractorFactory() - Constructor for class org.apache.any23.extractor.rdf.RDFXMLExtractorFactory
-
- RDFXMLWriter - Class in org.apache.any23.writer
-
RDF/XML writer implementation.
- RDFXMLWriter(OutputStream) - Constructor for class org.apache.any23.writer.RDFXMLWriter
-
- RDFXMLWriterFactory - Class in org.apache.any23.writer
-
- RDFXMLWriterFactory() - Constructor for class org.apache.any23.writer.RDFXMLWriterFactory
-
- read() - Method in class org.apache.any23.extractor.html.SpanCloserInputStream
-
- read() - Method in class org.apache.any23.util.ReaderInputStream
-
Reads from the Reader
, returning the same value.
- read(byte[], int, int) - Method in class org.apache.any23.util.ReaderInputStream
-
Reads from the Reader
into a byte array
- readAttribute(Node, String, String) - Static method in class org.apache.any23.extractor.html.DomUtils
-
Reads the value of the specified attribute
, returning the
defaultValue
string if not present.
- readAttribute(Node, String) - Static method in class org.apache.any23.extractor.html.DomUtils
-
Reads the value of an attribute
, returning the
empty string if not present.
- readAttribute(String) - Method in class org.apache.any23.extractor.html.HTMLDocument
-
Read an attribute avoiding NullPointerExceptions, if the attr is
missing it just returns an empty string.
- readAttributeWithPrefix(Node, String, String) - Static method in class org.apache.any23.extractor.html.DomUtils
-
Reads the value of the first attribute which name matches with the specified attributePrefix
.
- ReaderInputStream - Class in org.apache.any23.util
-
Adapts a Reader
as an InputStream
.
- ReaderInputStream(Reader) - Constructor for class org.apache.any23.util.ReaderInputStream
-
Construct a ReaderInputStream
for the specified Reader
.
- ReaderInputStream(Reader, String) - Constructor for class org.apache.any23.util.ReaderInputStream
-
Construct a ReaderInputStream
for the specified Reader
,
with the specified encoding.
- readFileContent(File) - Static method in class org.apache.any23.util.FileUtils
-
Returns the content of a file a single string.
- readFileLines(File) - Static method in class org.apache.any23.util.FileUtils
-
Returns all the lines of a file.
- readNodeContent(Node, boolean) - Static method in class org.apache.any23.extractor.html.HTMLDocument
-
Reads the text content of the given node and returns it.
- readResourceContent(Class, String) - Static method in class org.apache.any23.util.FileUtils
-
Reads a resource file and returns the content as a string.
- readResourceContent(String) - Static method in class org.apache.any23.util.FileUtils
-
Reads a resource file and returns the content as a string.
- readStream() - Method in class org.apache.any23.source.FileDocumentSource
-
- readTextField(Node) - Static method in class org.apache.any23.extractor.html.HTMLDocument
-
Reads a text field from the given node adding the content to the given res list.
- readUrlField(List<HTMLDocument.TextField>, Node) - Static method in class org.apache.any23.extractor.html.HTMLDocument
-
Reads an URL field from the given node adding the content to the given res list.
- receiveNamespace(String, String, ExtractionContext) - Method in class org.apache.any23.filter.ExtractionContextBlocker
-
- receiveNamespace(String, String, ExtractionContext) - Method in class org.apache.any23.filter.IgnoreAccidentalRDFa
-
- receiveNamespace(String, String, ExtractionContext) - Method in class org.apache.any23.filter.IgnoreTitlesOfEmptyDocuments
-
- receiveNamespace(String, String, ExtractionContext) - Method in class org.apache.any23.writer.BenchmarkTripleHandler
-
- receiveNamespace(String, String, ExtractionContext) - Method in class org.apache.any23.writer.CompositeTripleHandler
-
- receiveNamespace(String, String, ExtractionContext) - Method in class org.apache.any23.writer.CountingTripleHandler
-
- receiveNamespace(String, String, ExtractionContext) - Method in class org.apache.any23.writer.JSONWriter
-
- receiveNamespace(String, String, ExtractionContext) - Method in class org.apache.any23.writer.LoggingTripleHandler
-
- receiveNamespace(String, String, ExtractionContext) - Method in class org.apache.any23.writer.RDFWriterTripleHandler
-
- receiveNamespace(String, String, ExtractionContext) - Method in class org.apache.any23.writer.ReportingTripleHandler
-
- receiveNamespace(String, String, ExtractionContext) - Method in class org.apache.any23.writer.RepositoryWriter
-
- receiveNamespace(String, String, ExtractionContext) - Method in class org.apache.any23.writer.URIListWriter
-
- receiveTriple(Resource, URI, Value, URI, ExtractionContext) - Method in class org.apache.any23.filter.ExtractionContextBlocker
-
- receiveTriple(Resource, URI, Value, URI, ExtractionContext) - Method in class org.apache.any23.filter.IgnoreAccidentalRDFa
-
- receiveTriple(Resource, URI, Value, URI, ExtractionContext) - Method in class org.apache.any23.filter.IgnoreTitlesOfEmptyDocuments
-
- receiveTriple(Resource, URI, Value, URI, ExtractionContext) - Method in class org.apache.any23.writer.BenchmarkTripleHandler
-
- receiveTriple(Resource, URI, Value, URI, ExtractionContext) - Method in class org.apache.any23.writer.CompositeTripleHandler
-
- receiveTriple(Resource, URI, Value, URI, ExtractionContext) - Method in class org.apache.any23.writer.CountingTripleHandler
-
- receiveTriple(Resource, URI, Value, URI, ExtractionContext) - Method in class org.apache.any23.writer.JSONWriter
-
- receiveTriple(Resource, URI, Value, URI, ExtractionContext) - Method in class org.apache.any23.writer.LoggingTripleHandler
-
- receiveTriple(Resource, URI, Value, URI, ExtractionContext) - Method in class org.apache.any23.writer.RDFWriterTripleHandler
-
- receiveTriple(Resource, URI, Value, URI, ExtractionContext) - Method in class org.apache.any23.writer.ReportingTripleHandler
-
- receiveTriple(Resource, URI, Value, URI, ExtractionContext) - Method in class org.apache.any23.writer.RepositoryWriter
-
- receiveTriple(Resource, URI, Value, URI, ExtractionContext) - Method in class org.apache.any23.writer.URIListWriter
-
- register(ExtractorFactory<?>) - Method in class org.apache.any23.extractor.ExtractorRegistryImpl
-
- REL_ATTRIBUTE - Static variable in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- remove(Variable) - Method in interface org.apache.any23.extractor.xpath.TemplateXPathExtractionRule
-
Removes a variable from the template.
- remove(QuadTemplate) - Method in interface org.apache.any23.extractor.xpath.TemplateXPathExtractionRule
-
Removes a quad template from the rule.
- remove(Variable) - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractionRuleImpl
-
- remove(QuadTemplate) - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractionRuleImpl
-
- remove(XPathExtractionRule) - Method in class org.apache.any23.extractor.xpath.XPathExtractor
-
- removeData(String) - Method in class org.apache.any23.validator.DefaultRuleContext
-
- removeData(String) - Method in interface org.apache.any23.validator.RuleContext
-
Removes a data from the context.
- removeRule(Class<? extends Rule>) - Method in class org.apache.any23.validator.DefaultValidator
-
- removeRule(Class<? extends Rule>) - Method in interface org.apache.any23.validator.Validator
-
Allows to remove a rule from the validator and all the related
Fix
es.
- report() - Method in class org.apache.any23.writer.BenchmarkTripleHandler
-
Returns the report as a human readable string.
- reportFixError(Fix, Exception, String) - Method in class org.apache.any23.validator.DefaultValidationReportBuilder
-
- reportFixError(Fix, Exception, String) - Method in interface org.apache.any23.validator.ValidationReportBuilder
-
Reports an error occurred while executing a
Fix
.
- ReportingTripleHandler - Class in org.apache.any23.writer
-
A
TripleHandler
that collects
various information about the extraction process, such as
the extractors used and the total number of triples.
- ReportingTripleHandler(TripleHandler) - Constructor for class org.apache.any23.writer.ReportingTripleHandler
-
- reportIssue(ValidationReport.IssueLevel, String, Node) - Method in class org.apache.any23.validator.DefaultValidationReportBuilder
-
- reportIssue(ValidationReport.IssueLevel, String) - Method in class org.apache.any23.validator.DefaultValidationReportBuilder
-
- reportIssue(ValidationReport.IssueLevel, String, Node) - Method in interface org.apache.any23.validator.ValidationReportBuilder
-
Reports an issue detected on a specified node.
- reportIssue(ValidationReport.IssueLevel, String) - Method in interface org.apache.any23.validator.ValidationReportBuilder
-
Reports a detected issue.
- reportRuleError(Rule, Exception, String) - Method in class org.apache.any23.validator.DefaultValidationReportBuilder
-
- reportRuleError(Rule, Exception, String) - Method in interface org.apache.any23.validator.ValidationReportBuilder
-
Reports an error occurred while executing a
Rule
.
- RepositoryWriter - Class in org.apache.any23.writer
-
A Sesame repository triple writer.
- RepositoryWriter(RepositoryConnection) - Constructor for class org.apache.any23.writer.RepositoryWriter
-
- RepositoryWriter(RepositoryConnection, Resource) - Constructor for class org.apache.any23.writer.RepositoryWriter
-
- reset() - Method in class org.apache.any23.extractor.html.HCardName
-
Resets the content of the HName fields.
- reset() - Method in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
Resets the parser to the original state.
- reset() - Method in class org.apache.any23.util.ReaderInputStream
-
Resets the StringReader.
- reset() - Method in class org.apache.any23.writer.CountingTripleHandler
-
- resetExtractor() - Method in class org.apache.any23.extractor.html.AdrExtractor
-
- resetExtractor() - Method in class org.apache.any23.extractor.html.EntityBasedMicroformatExtractor
-
Resets the internal status of the extractor to prepare it to a new extraction section.
- resetExtractor() - Method in class org.apache.any23.extractor.html.GeoExtractor
-
- resetExtractor() - Method in class org.apache.any23.extractor.html.HCardExtractor
-
- resetExtractor() - Method in class org.apache.any23.extractor.html.HListingExtractor
-
- resetExtractor() - Method in class org.apache.any23.extractor.html.HRecipeExtractor
-
- resetExtractor() - Method in class org.apache.any23.extractor.html.HResumeExtractor
-
- resetExtractor() - Method in class org.apache.any23.extractor.html.HReviewAggregateExtractor
-
- resetExtractor() - Method in class org.apache.any23.extractor.html.HReviewExtractor
-
- resetExtractor() - Method in class org.apache.any23.extractor.html.SpeciesExtractor
-
Resets the internal status of the extractor to prepare it to a new extraction section.
- resolveCURIEOrURI(String, boolean) - Method in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
Resolves a CURIE or URI string.
- resolveCurieOrURIList(Node, String, boolean) - Method in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
Resolves a whitelist separated list of CURIE or URI.
- resolveURI(String) - Method in class org.apache.any23.extractor.html.HTMLDocument
-
- resolveURI(String) - Method in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
Resolves a URI string as URI.
- resolveURI(String, URI) - Method in class org.apache.any23.rdf.Any23ValueFactoryWrapper
-
Fixes typical errors in URIs, and resolves relative URIs against a base URI.
- RESOURCE_ATTRIBUTE - Static variable in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- REV_ATTRIBUTE - Static variable in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- Rover - Class in org.apache.any23.cli
-
A default rover implementation.
- Rover() - Constructor for class org.apache.any23.cli.Rover
-
- Rover.ArgumentToURIConverter - Class in org.apache.any23.cli
-
- Rover.ArgumentToURIConverter() - Constructor for class org.apache.any23.cli.Rover.ArgumentToURIConverter
-
- Rover.PrintStreamConverter - Class in org.apache.any23.cli
-
- Rover.PrintStreamConverter() - Constructor for class org.apache.any23.cli.Rover.PrintStreamConverter
-
- Rule - Interface in org.apache.any23.validator
-
Models a rule for an issue detection.
- RuleContext<T> - Interface in org.apache.any23.validator
-
This context is used to pass data from a
Rule
to a
Fix
.
- run() - Method in class org.apache.any23.cli.ExtractorDocumentation
-
- run() - Method in class org.apache.any23.cli.MicrodataParser
-
- run() - Method in class org.apache.any23.cli.MimeDetector
-
- run() - Method in class org.apache.any23.cli.PluginVerifier
-
- run() - Method in class org.apache.any23.cli.Rover
-
- run() - Method in class org.apache.any23.cli.VocabPrinter
-
- run(ExtractionParameters, ExtractionContext, InputStream, ExtractionResult) - Method in class org.apache.any23.extractor.csv.CSVExtractor
- run(ExtractionParameters, ExtractionContext, Document, ExtractionResult) - Method in class org.apache.any23.extractor.html.HeadLinkExtractor
-
- run(ExtractionParameters, ExtractionContext, Document, ExtractionResult) - Method in class org.apache.any23.extractor.html.HTMLMetaExtractor
- run(ExtractionParameters, ExtractionContext, Document, ExtractionResult) - Method in class org.apache.any23.extractor.html.ICBMExtractor
-
- run(ExtractionParameters, ExtractionContext, Document, ExtractionResult) - Method in class org.apache.any23.extractor.html.LicenseExtractor
-
- run(ExtractionParameters, ExtractionContext, Document, ExtractionResult) - Method in class org.apache.any23.extractor.html.MicroformatExtractor
-
- run(ExtractionParameters, ExtractionContext, Document, ExtractionResult) - Method in class org.apache.any23.extractor.html.TitleExtractor
-
- run(ExtractionParameters, ExtractionContext, Document, ExtractionResult) - Method in class org.apache.any23.extractor.html.TurtleHTMLExtractor
-
- run(ExtractionParameters, ExtractionContext, Document, ExtractionResult) - Method in class org.apache.any23.extractor.html.XFNExtractor
-
- run(ExtractionParameters, ExtractionContext, Document, ExtractionResult) - Method in class org.apache.any23.extractor.microdata.MicrodataExtractor
-
- run(ExtractionParameters, ExtractionContext, InputStream, ExtractionResult) - Method in class org.apache.any23.extractor.rdf.BaseRDFExtractor
-
- run(ExtractionParameters, ExtractionContext, Document, ExtractionResult) - Method in class org.apache.any23.extractor.rdfa.RDFa11Extractor
-
- run(ExtractionParameters, ExtractionContext, Document, ExtractionResult) - Method in class org.apache.any23.extractor.rdfa.RDFaExtractor
-
- run(ExtractionParameters) - Method in class org.apache.any23.extractor.SingleDocumentExtraction
-
Triggers the execution of all the
Extractor
registered to this class using the specified extraction parameters.
- run() - Method in class org.apache.any23.extractor.SingleDocumentExtraction
-
Triggers the execution of all the
Extractor
registered to this class using the
default extraction parameters.
- run(ExtractionParameters, ExtractionContext, Document, ExtractionResult) - Method in class org.apache.any23.extractor.xpath.XPathExtractor
-
- SerializationException - Exception in org.apache.any23.validator
-
- SerializationException(String) - Constructor for exception org.apache.any23.validator.SerializationException
-
- SerializationException(String, Throwable) - Constructor for exception org.apache.any23.validator.SerializationException
-
- serialize(ValidationReport, OutputStream) - Method in interface org.apache.any23.validator.ValidationReportSerializer
-
Serializes the validation report on the given output stream.
- serialize(ValidationReport, OutputStream) - Method in class org.apache.any23.validator.XMLValidationReportSerializer
-
- serializeGetterValue(Object, Method, PrintStream) - Method in class org.apache.any23.validator.XMLValidationReportSerializer
-
- serializeToXML(Node, boolean) - Static method in class org.apache.any23.extractor.html.DomUtils
-
Given a
DOM Node
produces the
XML serialization
omitting the
XML declaration.
- serializeVocabularies(RDFFormat, PrintStream) - Static method in class org.apache.any23.vocab.RDFSchemaUtils
-
Serializes all the vocabularies to NQuads over the given output stream.
- serializeVocabulary(URI, URI[], URI[], Map<URI, String>, RDFWriter) - Static method in class org.apache.any23.vocab.RDFSchemaUtils
-
Serializes a vocabulary composed of the given namespace
,
resources
and properties
.
- serializeVocabulary(Vocabulary, RDFWriter) - Static method in class org.apache.any23.vocab.RDFSchemaUtils
-
Serializes the given vocabulary
to triples over the given writer
.
- serializeVocabulary(Vocabulary, RDFFormat, boolean, PrintStream) - Static method in class org.apache.any23.vocab.RDFSchemaUtils
-
Serializes the given vocabulary
to NQuads over the given output stream.
- serializeVocabulary(Vocabulary, RDFFormat) - Static method in class org.apache.any23.vocab.RDFSchemaUtils
-
Serialized the given vocabulary
to NQuads and return them as string.
- setAnnotated(boolean) - Method in class org.apache.any23.writer.JSONWriter
-
- setAnnotated(boolean) - Method in class org.apache.any23.writer.RDFWriterTripleHandler
-
Sets the annotation flag.
- setAnnotated(boolean) - Method in class org.apache.any23.writer.URIListWriter
-
- setCacheFactory(LocalCopyFactory) - Method in class org.apache.any23.Any23
-
- setContentLength(long) - Method in class org.apache.any23.filter.ExtractionContextBlocker
-
- setContentLength(long) - Method in class org.apache.any23.filter.IgnoreAccidentalRDFa
-
- setContentLength(long) - Method in class org.apache.any23.filter.IgnoreTitlesOfEmptyDocuments
-
- setContentLength(long) - Method in class org.apache.any23.writer.BenchmarkTripleHandler
-
- setContentLength(long) - Method in class org.apache.any23.writer.CompositeTripleHandler
-
- setContentLength(long) - Method in class org.apache.any23.writer.CountingTripleHandler
-
- setContentLength(long) - Method in class org.apache.any23.writer.JSONWriter
-
- setContentLength(long) - Method in class org.apache.any23.writer.LoggingTripleHandler
-
- setContentLength(long) - Method in class org.apache.any23.writer.RDFWriterTripleHandler
-
- setContentLength(long) - Method in class org.apache.any23.writer.ReportingTripleHandler
-
- setContentLength(long) - Method in class org.apache.any23.writer.RepositoryWriter
-
- setContentLength(long) - Method in class org.apache.any23.writer.URIListWriter
-
- setDefaultLogging() - Static method in class org.apache.any23.util.LogUtils
-
- setErrorMode(MicrodataParser.ErrorMode) - Method in class org.apache.any23.extractor.microdata.MicrodataParser
-
- setErrorNode(Node) - Method in exception org.apache.any23.extractor.microdata.MicrodataParserException
-
- setField(String, HTMLDocument.TextField) - Method in class org.apache.any23.extractor.html.HCardName
-
- setFullName(HTMLDocument.TextField) - Method in class org.apache.any23.extractor.html.HCardName
-
- setHTTPClient(HTTPClient) - Method in class org.apache.any23.Any23
-
Allows to set the
HTTPClient
implementation
used to retrieve contents.
- setHTTPUserAgent(String) - Method in class org.apache.any23.Any23
-
Sets the HTTP Header User Agent,
see RFC 2616-14.43.
- setIssueReport(IssueReport) - Method in class org.apache.any23.rdf.Any23ValueFactoryWrapper
-
- setLocalCopyFactory(LocalCopyFactory) - Method in class org.apache.any23.extractor.SingleDocumentExtraction
-
Sets the internal factory for generating the document local copy,
if
null
the
MemCopyFactory
will be used.
- setMIMETypeDetector(MIMETypeDetector) - Method in class org.apache.any23.Any23
-
- setMIMETypeDetector(MIMETypeDetector) - Method in class org.apache.any23.extractor.SingleDocumentExtraction
-
Sets the internal mime type detector,
if null
mimetype detection will
be skipped and all extractors will be activated.
- setOrganization(HTMLDocument.TextField) - Method in class org.apache.any23.extractor.html.HCardName
-
- setOrganizationUnit(HTMLDocument.TextField) - Method in class org.apache.any23.extractor.html.HCardName
-
- setParserEncoding(String) - Method in class org.apache.any23.extractor.SingleDocumentExtraction
-
Sets the document parser encoding.
- setStopAtFirstError(boolean) - Method in class org.apache.any23.extractor.csv.CSVExtractor
- setStopAtFirstError(boolean) - Method in class org.apache.any23.extractor.rdf.BaseRDFExtractor
-
- setStopAtFirstError(boolean) - Method in class org.apache.any23.extractor.rdfa.RDFa11Extractor
-
- setStopAtFirstError(boolean) - Method in class org.apache.any23.extractor.rdfa.RDFaExtractor
-
- setVerboseLogging() - Static method in class org.apache.any23.util.LogUtils
-
- setVerifyDataType(boolean) - Method in class org.apache.any23.extractor.rdf.BaseRDFExtractor
-
- setVerifyDataType(boolean) - Method in class org.apache.any23.extractor.rdfa.RDFa11Extractor
-
- setVerifyDataType(boolean) - Method in class org.apache.any23.extractor.rdfa.RDFaExtractor
-
- SimpleExtractorFactory<T extends Extractor<?>> - Class in org.apache.any23.extractor
-
- SimpleExtractorFactory(String, Prefixes) - Constructor for class org.apache.any23.extractor.SimpleExtractorFactory
-
- SimpleExtractorFactory(String, Prefixes, Collection<String>, String) - Constructor for class org.apache.any23.extractor.SimpleExtractorFactory
-
- SingleDocumentExtraction - Class in org.apache.any23.extractor
-
This class acts as facade where all the extractors were called on a single document.
- SingleDocumentExtraction(Configuration, DocumentSource, ExtractorGroup, TripleHandler) - Constructor for class org.apache.any23.extractor.SingleDocumentExtraction
-
Builds an extractor by the specification of document source,
list of extractors and output triple handler.
- SingleDocumentExtraction(Configuration, DocumentSource, ExtractorFactory<?>, TripleHandler) - Constructor for class org.apache.any23.extractor.SingleDocumentExtraction
-
Builds an extractor by the specification of document source,
extractors factory and output triple handler.
- SingleDocumentExtraction(DocumentSource, ExtractorFactory<?>, TripleHandler) - Constructor for class org.apache.any23.extractor.SingleDocumentExtraction
-
Builds an extractor by the specification of document source,
extractors factory and output triple handler, using the
DefaultConfiguration
.
- SingleDocumentExtractionReport - Class in org.apache.any23.extractor
-
- SingleDocumentExtractionReport(ValidationReport, Map<String, Collection<IssueReport.Issue>>) - Constructor for class org.apache.any23.extractor.SingleDocumentExtractionReport
-
- singleton() - Static method in class org.apache.any23.http.DefaultHTTPClientConfiguration
-
- source() - Method in class org.apache.any23.extractor.html.HTMLDocument.TextField
-
- SpanCloserInputStream - Class in org.apache.any23.extractor.html
-
Extension of
InputStream
meant to
detect and replace any occurrence of inline
span:
- SpanCloserInputStream(InputStream) - Constructor for class org.apache.any23.extractor.html.SpanCloserInputStream
-
- SpeciesExtractor - Class in org.apache.any23.extractor.html
-
- SpeciesExtractor() - Constructor for class org.apache.any23.extractor.html.SpeciesExtractor
-
- SpeciesExtractorFactory - Class in org.apache.any23.extractor.html
-
- SpeciesExtractorFactory() - Constructor for class org.apache.any23.extractor.html.SpeciesExtractorFactory
-
- SRC_ATTRIBUTE - Static variable in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- SRC_TAGS - Static variable in class org.apache.any23.extractor.microdata.MicrodataParser
-
List of tags providing the src
property.
- startDocument(URI) - Method in class org.apache.any23.filter.ExtractionContextBlocker
-
- startDocument(URI) - Method in class org.apache.any23.filter.IgnoreAccidentalRDFa
-
- startDocument(URI) - Method in class org.apache.any23.filter.IgnoreTitlesOfEmptyDocuments
-
- startDocument(URI) - Method in class org.apache.any23.writer.BenchmarkTripleHandler
-
- startDocument(URI) - Method in class org.apache.any23.writer.CompositeTripleHandler
-
- startDocument(URI) - Method in class org.apache.any23.writer.CountingTripleHandler
-
- startDocument(URI) - Method in class org.apache.any23.writer.JSONWriter
-
- startDocument(URI) - Method in class org.apache.any23.writer.LoggingTripleHandler
-
- startDocument(URI) - Method in class org.apache.any23.writer.RDFWriterTripleHandler
-
- startDocument(URI) - Method in class org.apache.any23.writer.ReportingTripleHandler
-
- startDocument(URI) - Method in class org.apache.any23.writer.RepositoryWriter
-
- startDocument(URI) - Method in class org.apache.any23.writer.URIListWriter
-
- startRDF() - Method in class org.apache.any23.extractor.rdf.RDFHandlerAdapter
-
- StreamUtils - Class in org.apache.any23.util
-
Contains general utility functions for handling streams.
- StringDocumentSource - Class in org.apache.any23.source
-
- StringDocumentSource(String, String) - Constructor for class org.apache.any23.source.StringDocumentSource
-
- StringDocumentSource(String, String, String) - Constructor for class org.apache.any23.source.StringDocumentSource
-
- StringDocumentSource(String, String, String, String) - Constructor for class org.apache.any23.source.StringDocumentSource
-
- StringUtils - Class in org.apache.any23.util
-
This class provides a set of string utility methods.
- SUBJECT_ATTRIBUTES - Static variable in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- TagSoupExtractionResult - Interface in org.apache.any23.extractor
-
This interface models a specific
ExtractionResult
able to collect property roots generated by
HTML Microformat extractions.
- TagSoupExtractionResult.PropertyPath - Class in org.apache.any23.extractor
-
Defines a property path object.
- TagSoupExtractionResult.PropertyPath(String[], Resource, Resource, BNode, Class<? extends MicroformatExtractor>) - Constructor for class org.apache.any23.extractor.TagSoupExtractionResult.PropertyPath
-
- TagSoupExtractionResult.ResourceRoot - Class in org.apache.any23.extractor
-
Defines a property root object.
- TagSoupExtractionResult.ResourceRoot(String[], Resource, Class<? extends MicroformatExtractor>) - Constructor for class org.apache.any23.extractor.TagSoupExtractionResult.ResourceRoot
-
- TagSoupParser - Class in org.apache.any23.extractor.html
-
Parses an
InputStream
into an
HTML DOM tree using a TagSoup parser.
- TagSoupParser(InputStream, String) - Constructor for class org.apache.any23.extractor.html.TagSoupParser
-
- TagSoupParser(InputStream, String, String) - Constructor for class org.apache.any23.extractor.html.TagSoupParser
-
- TagSoupParser.ElementLocation - Class in org.apache.any23.extractor.html
-
Describes a DOM Element location.
- TemplateGraph - Class in org.apache.any23.extractor.xpath
-
Represents an Quad graph URI template.
- TemplateGraph(String, boolean) - Constructor for class org.apache.any23.extractor.xpath.TemplateGraph
-
Constructor.
- TemplateObject - Class in org.apache.any23.extractor.xpath
-
Represents a Quad object template.
- TemplateObject(TemplateObject.Type, String, boolean) - Constructor for class org.apache.any23.extractor.xpath.TemplateObject
-
Constructor.
- TemplateObject.Type - Enum in org.apache.any23.extractor.xpath
-
Supported object types.
- TemplatePredicate - Class in org.apache.any23.extractor.xpath
-
Represents a Quad predicate template.
- TemplatePredicate(String, boolean) - Constructor for class org.apache.any23.extractor.xpath.TemplatePredicate
-
Constructor.
- TemplateSubject - Class in org.apache.any23.extractor.xpath
-
Represents a Quad subject template.
- TemplateSubject(TemplateSubject.Type, String, boolean) - Constructor for class org.apache.any23.extractor.xpath.TemplateSubject
-
Constructor.
- TemplateSubject.Type - Enum in org.apache.any23.extractor.xpath
-
Supported subject types.
- TemplateXPathExtractionRule - Interface in org.apache.any23.extractor.xpath
-
- TemplateXPathExtractionRuleImpl - Class in org.apache.any23.extractor.xpath
-
- TemplateXPathExtractionRuleImpl(String, String) - Constructor for class org.apache.any23.extractor.xpath.TemplateXPathExtractionRuleImpl
-
- Term<T extends org.openrdf.model.Value> - Class in org.apache.any23.extractor.xpath
-
Represents a generic template term.
- Term(String, boolean) - Constructor for class org.apache.any23.extractor.xpath.Term
-
Constructor.
- TitleExtractor - Class in org.apache.any23.extractor.html
-
Extracts the value of the <title> element of an
HTML or XHTML page.
- TitleExtractor() - Constructor for class org.apache.any23.extractor.html.TitleExtractor
-
- TitleExtractorFactory - Class in org.apache.any23.extractor.html
-
- TitleExtractorFactory() - Constructor for class org.apache.any23.extractor.html.TitleExtractorFactory
-
- toByteArray(InputStream) - Static method in class org.apache.any23.source.MemCopyFactory
-
- toJSON() - Method in class org.apache.any23.extractor.microdata.Item
-
- toJSON() - Method in class org.apache.any23.extractor.microdata.ItemProp
-
- toJSON() - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- toJSON() - Method in class org.apache.any23.extractor.microdata.ItemScope
-
- toJSON() - Method in exception org.apache.any23.extractor.microdata.MicrodataParserException
-
- ToolRunner - Class in org.apache.any23.cli
-
This class is the main class responsible to provide a uniform command-line
access points to all the others tools like
Rover
.
- ToolRunner() - Constructor for class org.apache.any23.cli.ToolRunner
-
- toString() - Method in class org.apache.any23.extractor.ExtractionResultImpl
-
- toString() - Method in class org.apache.any23.extractor.microdata.ItemProp
-
- toString() - Method in class org.apache.any23.extractor.microdata.ItemPropValue
-
- toString() - Method in class org.apache.any23.extractor.microdata.ItemScope
-
- toString() - Method in exception org.apache.any23.extractor.microdata.MicrodataParserException
-
- toString() - Method in class org.apache.any23.extractor.TagSoupExtractionResult.PropertyPath
-
- toString() - Method in class org.apache.any23.extractor.TagSoupExtractionResult.ResourceRoot
-
- toString() - Method in class org.apache.any23.extractor.xpath.QuadTemplate
-
- toString() - Method in class org.apache.any23.extractor.xpath.TemplateGraph
-
- toString() - Method in class org.apache.any23.extractor.xpath.TemplateObject
-
- toString() - Method in class org.apache.any23.extractor.xpath.TemplatePredicate
-
- toString() - Method in class org.apache.any23.extractor.xpath.TemplateSubject
-
- toString() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractionRuleImpl
-
- toString() - Method in class org.apache.any23.extractor.xpath.Term
-
- toString() - Method in class org.apache.any23.validator.DefaultValidationReport
-
- toString() - Method in class org.apache.any23.validator.DefaultValidationReportBuilder
-
- toString() - Method in class org.apache.any23.validator.EmptyValidationReport
-
- toString() - Method in class org.apache.any23.validator.ValidationReport.Error
-
- toString() - Method in class org.apache.any23.validator.ValidationReport.FixError
-
- toString() - Method in class org.apache.any23.validator.ValidationReport.Issue
-
- toString() - Method in class org.apache.any23.validator.ValidationReport.RuleActivation
-
- toString() - Method in class org.apache.any23.validator.ValidationReport.RuleError
-
- toValue(String) - Static method in class org.apache.any23.rdf.RDFUtils
-
Creates a Value
.
- toXSDDateTime(Date) - Static method in class org.apache.any23.rdf.RDFUtils
-
Prints a date
to the XSD datetime format.
- traceRuleActivation(Rule) - Method in class org.apache.any23.validator.DefaultValidationReportBuilder
-
- traceRuleActivation(Rule) - Method in interface org.apache.any23.validator.ValidationReportBuilder
-
Traces that a rule has been applied.
- triple(Resource, URI, Value) - Static method in class org.apache.any23.rdf.RDFUtils
-
Creates a Statement
.
- triple(String, String, String) - Static method in class org.apache.any23.rdf.RDFUtils
-
Creates a statement of type: toValue(s), toValue(p), toValue(o)
- TriXExtractor - Class in org.apache.any23.extractor.rdf
-
- TriXExtractor(boolean, boolean) - Constructor for class org.apache.any23.extractor.rdf.TriXExtractor
-
Constructor, allows to specify the validation and error handling policies.
- TriXExtractor() - Constructor for class org.apache.any23.extractor.rdf.TriXExtractor
-
Default constructor, with no verification of data types and not stop at first error.
- TriXExtractorFactory - Class in org.apache.any23.extractor.rdf
-
- TriXExtractorFactory() - Constructor for class org.apache.any23.extractor.rdf.TriXExtractorFactory
-
- TriXWriter - Class in org.apache.any23.writer
-
TriX format writer implementation.
- TriXWriter(OutputStream) - Constructor for class org.apache.any23.writer.TriXWriter
-
- TriXWriterFactory - Class in org.apache.any23.writer
-
- TriXWriterFactory() - Constructor for class org.apache.any23.writer.TriXWriterFactory
-
- TurtleExtractor - Class in org.apache.any23.extractor.rdf
-
- TurtleExtractor(boolean, boolean) - Constructor for class org.apache.any23.extractor.rdf.TurtleExtractor
-
Constructor, allows to specify the validation and error handling policies.
- TurtleExtractor() - Constructor for class org.apache.any23.extractor.rdf.TurtleExtractor
-
Default constructor, with no verification of data types and no stop at first error.
- TurtleExtractorFactory - Class in org.apache.any23.extractor.rdf
-
- TurtleExtractorFactory() - Constructor for class org.apache.any23.extractor.rdf.TurtleExtractorFactory
-
- TurtleHTMLExtractor - Class in org.apache.any23.extractor.html
-
Extractor for Turtle/N3 format embedded within HTML
script tags.
- TurtleHTMLExtractor() - Constructor for class org.apache.any23.extractor.html.TurtleHTMLExtractor
-
- TurtleHTMLExtractorFactory - Class in org.apache.any23.extractor.html
-
- TurtleHTMLExtractorFactory() - Constructor for class org.apache.any23.extractor.html.TurtleHTMLExtractorFactory
-
- TurtleWriter - Class in org.apache.any23.writer
-
N3 notation writer.
- TurtleWriter(OutputStream) - Constructor for class org.apache.any23.writer.TurtleWriter
-
Constructor.
- TurtleWriterFactory - Class in org.apache.any23.writer
-
- TurtleWriterFactory() - Constructor for class org.apache.any23.writer.TurtleWriterFactory
-
- TYPE_ATTRIBUTE - Static variable in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- TYPEOF_ATTRIBUTE - Static variable in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- validate(DOMDocument, boolean) - Method in class org.apache.any23.validator.DefaultValidator
-
- validate(URI, Document, boolean) - Method in class org.apache.any23.validator.DefaultValidator
-
- validate(DOMDocument, boolean) - Method in interface org.apache.any23.validator.Validator
-
Performs a validation - fixing of the provided document.
- validate(URI, Document, boolean) - Method in interface org.apache.any23.validator.Validator
-
Performs a validation - fixing of the provided document.
- ValidationReport - Interface in org.apache.any23.validator
-
This class contains the report of a validation performed by
the
Validator
class.
- ValidationReport.Error - Class in org.apache.any23.validator
-
An error occurred while performing the validation process.
- ValidationReport.Error(Exception, String) - Constructor for class org.apache.any23.validator.ValidationReport.Error
-
- ValidationReport.FixError - Class in org.apache.any23.validator
-
An error occurred while executing a fix.
- ValidationReport.FixError(Fix, Exception, String) - Constructor for class org.apache.any23.validator.ValidationReport.FixError
-
- ValidationReport.Issue - Class in org.apache.any23.validator
-
An issue found during the validation process.
- ValidationReport.Issue(ValidationReport.IssueLevel, String, Node) - Constructor for class org.apache.any23.validator.ValidationReport.Issue
-
- ValidationReport.IssueLevel - Enum in org.apache.any23.validator
-
Defines the different issue levels.
- ValidationReport.RuleActivation - Class in org.apache.any23.validator
-
This class describes the activation of a rule.
- ValidationReport.RuleActivation(Rule) - Constructor for class org.apache.any23.validator.ValidationReport.RuleActivation
-
- ValidationReport.RuleError - Class in org.apache.any23.validator
-
An error occurred while executing a rule.
- ValidationReport.RuleError(Rule, Exception, String) - Constructor for class org.apache.any23.validator.ValidationReport.RuleError
-
- ValidationReportBuilder - Interface in org.apache.any23.validator
-
The report interface is used to generate diagnostics about validation.
- ValidationReportSerializer - Interface in org.apache.any23.validator
-
Defines a serializer for validation reports.
- Validator - Interface in org.apache.any23.validator
-
The validator class allows to perform validation - correction of
related to
HTML Document
instances.
- ValidatorException - Exception in org.apache.any23.validator
-
Models any exception raised by the
Validator
.
- ValidatorException(String) - Constructor for exception org.apache.any23.validator.ValidatorException
-
- ValidatorException(String, Throwable) - Constructor for exception org.apache.any23.validator.ValidatorException
-
- value() - Method in class org.apache.any23.extractor.html.HTMLDocument.TextField
-
- valueFactory - Variable in class org.apache.any23.extractor.html.MicroformatExtractor
-
- valueOf(String) - Static method in enum org.apache.any23.extractor.microdata.ItemPropValue.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.any23.extractor.xpath.TemplateObject.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.any23.extractor.xpath.TemplateSubject.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.any23.validator.ValidationReport.IssueLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.any23.extractor.microdata.ItemPropValue.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.any23.extractor.xpath.TemplateObject.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.any23.extractor.xpath.TemplateSubject.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.any23.validator.ValidationReport.IssueLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Variable - Class in org.apache.any23.extractor.xpath
-
- Variable(String, String) - Constructor for class org.apache.any23.extractor.xpath.Variable
-
- VERSION - Static variable in class org.apache.any23.Any23
-
Any23 core library version.
- VOCAB_ATTRIBUTE - Static variable in class org.apache.any23.extractor.rdfa.RDFa11Parser
-
- VocabPrinter - Class in org.apache.any23.cli
-
Prints out the vocabulary RDFSchema as NQuads.
- VocabPrinter() - Constructor for class org.apache.any23.cli.VocabPrinter
-
- VocabPrinter.RDFFormatConverter - Class in org.apache.any23.cli
-
- VocabPrinter.RDFFormatConverter() - Constructor for class org.apache.any23.cli.VocabPrinter.RDFFormatConverter
-