Uses of Class
org.apache.any23.extractor.html.HTMLDocument.TextField
-
Packages that use HTMLDocument.TextField Package Description org.apache.any23.extractor.html All the variousExtractor
needed to distill RDF from Microformats in HTML pages are contained in this package. -
-
Uses of HTMLDocument.TextField in org.apache.any23.extractor.html
Methods in org.apache.any23.extractor.html that return HTMLDocument.TextField Modifier and Type Method Description HTMLDocument.TextField[]
HTMLDocument. extractRelTagNodes()
Extracts all therel
tag nodes.HTMLDocument.TextField
HCardName. getField(String fieldName)
HTMLDocument.TextField
HCardName. getFullName()
HTMLDocument.TextField
HCardName. getOrganization()
HTMLDocument.TextField
HCardName. getOrganizationUnit()
HTMLDocument.TextField[]
HTMLDocument. getPluralTextField(String className)
Returns a plural text field.HTMLDocument.TextField[]
HTMLDocument. getPluralUrlField(String className)
Returns the list of URLs associated to the fields marked with class className.HTMLDocument.TextField
HTMLDocument. getSingularTextField(String className)
Returns a singular text field.HTMLDocument.TextField
HTMLDocument. getSingularUrlField(String className)
Returns the URL associated to the field marked with class className.static HTMLDocument.TextField
HTMLDocument. readTextField(Node node)
Reads a text field from the given node adding the content to the given res list.Methods in org.apache.any23.extractor.html that return types with arguments of type HTMLDocument.TextField Modifier and Type Method Description Collection<HTMLDocument.TextField>
HCardName. getFields(String fieldName)
Methods in org.apache.any23.extractor.html with parameters of type HTMLDocument.TextField Modifier and Type Method Description void
HCardName. setField(String fieldName, HTMLDocument.TextField nd)
void
HCardName. setFullName(HTMLDocument.TextField nd)
void
HCardName. setOrganization(HTMLDocument.TextField nd)
void
HCardName. setOrganizationUnit(HTMLDocument.TextField nd)
Method parameters in org.apache.any23.extractor.html with type arguments of type HTMLDocument.TextField Modifier and Type Method Description static void
HTMLDocument. readUrlField(List<HTMLDocument.TextField> res, Node node)
Reads an URL field from the given node adding the content to the given res list.
-