Package | Description |
---|---|
org.apache.any23.extractor.html |
All the various
Extractor needed to distill RDF
from Microformats in HTML pages are contained in this package. |
Modifier and Type | Method and Description |
---|---|
HTMLDocument.TextField[] |
HTMLDocument.extractRelTagNodes()
Extracts all the
rel 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.
|
Modifier and Type | Method and Description |
---|---|
Collection<HTMLDocument.TextField> |
HCardName.getFields(String fieldName) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.