|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HTMLDocument.TextField | |
|---|---|
| org.apache.any23.extractor.html | |
| Uses of HTMLDocument.TextField in org.apache.any23.extractor.html |
|---|
| Methods in org.apache.any23.extractor.html that return HTMLDocument.TextField | |
|---|---|
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. |
| Methods in org.apache.any23.extractor.html that return types with arguments of type HTMLDocument.TextField | |
|---|---|
Collection<HTMLDocument.TextField> |
HCardName.getFields(String fieldName)
|
| Methods in org.apache.any23.extractor.html with parameters of type HTMLDocument.TextField | |
|---|---|
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 | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||