Constant Field Values
Contents
org.apache.*
-
org.apache.any23.extractor.csv.CSVExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"csv"
-
org.apache.any23.extractor.html.AdrExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf-adr"
-
org.apache.any23.extractor.html.EmbeddedJSONLDExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-embedded-jsonld"
-
org.apache.any23.extractor.html.GeoExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf-geo"
-
org.apache.any23.extractor.html.HCalendarExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf-hcalendar"
-
org.apache.any23.extractor.html.HCardExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf-hcard"
-
org.apache.any23.extractor.html.HCardName Modifier and Type Constant Field Value public static final String
ADDITIONAL_NAME
"additional-name"
public static final String
FAMILY_NAME
"family-name"
public static final String
GIVEN_NAME
"given-name"
public static final String
HONORIFIC_PREFIX
"honorific-prefix"
public static final String
HONORIFIC_SUFFIX
"honorific-suffix"
public static final String
NICKNAME
"nickname"
-
org.apache.any23.extractor.html.HeadLinkExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-head-links"
-
org.apache.any23.extractor.html.HListingExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf-hlisting"
-
org.apache.any23.extractor.html.HRecipeExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf-hrecipe"
-
org.apache.any23.extractor.html.HResumeExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf-hresume"
-
org.apache.any23.extractor.html.HReviewAggregateExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf-hreview-aggregate"
-
org.apache.any23.extractor.html.HReviewExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf-hreview"
-
org.apache.any23.extractor.html.HTMLMetaExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-head-meta"
-
org.apache.any23.extractor.html.ICBMExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-head-icbm"
-
org.apache.any23.extractor.html.LicenseExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf-license"
-
org.apache.any23.extractor.html.MicroformatExtractor Modifier and Type Constant Field Value public static final String
BEGIN_SCRIPT
"<script>"
public static final String
END_SCRIPT
"</script>"
-
org.apache.any23.extractor.html.SpeciesExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf-species"
-
org.apache.any23.extractor.html.TagSoupParser Modifier and Type Constant Field Value public static final String
ELEMENT_LOCATION
"Element-Location"
-
org.apache.any23.extractor.html.TitleExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-head-title"
-
org.apache.any23.extractor.html.TurtleHTMLExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-script-turtle"
-
org.apache.any23.extractor.html.XFNExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf-xfn"
-
org.apache.any23.extractor.html.microformats2.HAdrExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf2-h-adr"
-
org.apache.any23.extractor.html.microformats2.HCardExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf2-h-card"
-
org.apache.any23.extractor.html.microformats2.HEntryExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf2-h-entry"
-
org.apache.any23.extractor.html.microformats2.HEventExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf2-h-event"
-
org.apache.any23.extractor.html.microformats2.HGeoExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf2-h-geo"
-
org.apache.any23.extractor.html.microformats2.HItemExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf2-h-item"
-
org.apache.any23.extractor.html.microformats2.HProductExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf2-h-product"
-
org.apache.any23.extractor.html.microformats2.HRecipeExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf2-h-recipe"
-
org.apache.any23.extractor.html.microformats2.HResumeExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-mf2-h-resume"
-
org.apache.any23.extractor.html.microformats2.Microformats2Prefixes Modifier and Type Constant Field Value public static final String
CLASS_PREFIX
"h-"
public static final String
EMBEDDED_PROPERTY_PREFIX
"e-"
public static final String
PROPERTY_PREFIX
"p-"
public static final String
SPACE_SEPARATOR
" "
public static final String
TIME_PROPERTY_PREFIX
"dt-"
public static final String
URL_PROPERTY_PREFIX
"u-"
-
org.apache.any23.extractor.microdata.MicrodataExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-microdata"
-
org.apache.any23.extractor.microdata.MicrodataParser Modifier and Type Constant Field Value public static final String
ITEMPROP_ATTRIBUTE
"itemprop"
public static final String
ITEMSCOPE_ATTRIBUTE
"itemscope"
-
org.apache.any23.extractor.rdf.FunctionalSyntaxExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"owl-functional"
-
org.apache.any23.extractor.rdf.JSONLDExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"rdf-jsonld"
-
org.apache.any23.extractor.rdf.ManchesterSyntaxExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"owl-manchester"
-
org.apache.any23.extractor.rdf.NQuadsExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"rdf-nq"
-
org.apache.any23.extractor.rdf.NTriplesExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"rdf-nt"
-
org.apache.any23.extractor.rdf.RDFXMLExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"rdf-xml"
-
org.apache.any23.extractor.rdf.TriXExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"rdf-trix"
-
org.apache.any23.extractor.rdf.TurtleExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"rdf-turtle"
-
org.apache.any23.extractor.rdfa.RDFa11ExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-rdfa11"
-
org.apache.any23.extractor.rdfa.RDFa11Parser Modifier and Type Constant Field Value public static final String
ABOUT_ATTRIBUTE
"about"
public static final String
ATTRIBUTE_CSS
"text/css"
public static final String
BODY_TAG
"BODY"
public static final String
CONTENT_ATTRIBUTE
"content"
public static final String
CURIE_SEPARATOR
":"
public static final String
DATATYPE_ATTRIBUTE
"datatype"
public static final String
HEAD_TAG
"HEAD"
public static final String
HREF_ATTRIBUTE
"href"
public static final String
IRI_PATH_SEPARATOR
"/"
public static final char
IRI_PREFIX_SEPARATOR
58
public static final String
IRI_SCHEMA_SEPARATOR
"://"
public static final String
PREFIX_ATTRIBUTE
"prefix"
public static final String
PROFILE_ATTRIBUTE
"profile"
public static final String
PROPERTY_ATTRIBUTE
"property"
public static final String
REL_ATTRIBUTE
"rel"
public static final String
RESOURCE_ATTRIBUTE
"resource"
public static final String
REV_ATTRIBUTE
"rev"
public static final String
SRC_ATTRIBUTE
"src"
public static final String
TYPE_ATTRIBUTE
"type"
public static final String
TYPEOF_ATTRIBUTE
"typeof"
public static final String
VOCAB_ATTRIBUTE
"vocab"
public static final String
XML_LANG_ATTRIBUTE
"xml:lang"
public static final String
XML_LITERAL_DATATYPE
"rdf:XMLLiteral"
public static final String
XMLNS_ATTRIBUTE
"xmlns"
public static final String
XMLNS_DEFAULT
"http://www.w3.org/1999/xhtml"
-
org.apache.any23.extractor.rdfa.RDFaExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-rdfa"
-
org.apache.any23.extractor.xpath.XPathExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"html-xpath"
-
org.apache.any23.extractor.yaml.YAMLExtractorFactory Modifier and Type Constant Field Value public static final String
NAME
"yaml"
-
org.apache.any23.validator.rule.AboutNotURIRule Modifier and Type Constant Field Value public static final String
NODES_WITH_INVALID_ABOUT
"nodes-with-invalid-about"
-
org.apache.any23.validator.rule.MetaNameMisuseRule Modifier and Type Constant Field Value public static final String
ERRORED_META_NODES
"errored-meta-nodes"
-
org.apache.any23.validator.rule.OpenGraphNamespaceFix Modifier and Type Constant Field Value public static final String
OPENGRAPH_PROTOCOL_NS
"http://ogp.me/ns#"
-
org.apache.any23.writer.JSONLDWriterFactory Modifier and Type Constant Field Value public static final String
IDENTIFIER
"jsonld"
-
org.apache.any23.writer.JSONWriterFactory Modifier and Type Constant Field Value public static final String
IDENTIFIER
"json"
public static final String
MIME_TYPE
"text/json"
-
org.apache.any23.writer.NQuadsWriterFactory Modifier and Type Constant Field Value public static final String
IDENTIFIER
"nquads"
-
org.apache.any23.writer.NTriplesWriterFactory Modifier and Type Constant Field Value public static final String
IDENTIFIER
"ntriples"
-
org.apache.any23.writer.RDFXMLWriterFactory Modifier and Type Constant Field Value public static final String
IDENTIFIER
"rdfxml"
-
org.apache.any23.writer.TriXWriterFactory Modifier and Type Constant Field Value public static final String
IDENTIFIER
"trix"
-
org.apache.any23.writer.TurtleWriterFactory Modifier and Type Constant Field Value public static final String
IDENTIFIER
"turtle"
-
org.apache.any23.writer.URIListWriterFactory Modifier and Type Constant Field Value public static final String
IDENTIFIER
"uri"
public static final String
MIME_TYPE
"text/plain"