Uses of Class
org.apache.any23.extractor.html.HTMLDocument.TextField
-
Packages that use HTMLDocument.TextField Package Description org.apache.any23.extractor.html All the variousExtractorneeded 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 thereltag nodes.HTMLDocument.TextFieldHCardName. getField(String fieldName)HTMLDocument.TextFieldHCardName. getFullName()HTMLDocument.TextFieldHCardName. getOrganization()HTMLDocument.TextFieldHCardName. 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.TextFieldHTMLDocument. getSingularTextField(String className)Returns a singular text field.HTMLDocument.TextFieldHTMLDocument. getSingularUrlField(String className)Returns the URL associated to the field marked with class className.static HTMLDocument.TextFieldHTMLDocument. 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 voidHCardName. setField(String fieldName, HTMLDocument.TextField nd)voidHCardName. setFullName(HTMLDocument.TextField nd)voidHCardName. setOrganization(HTMLDocument.TextField nd)voidHCardName. 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 voidHTMLDocument. readUrlField(List<HTMLDocument.TextField> res, Node node)Reads an URL field from the given node adding the content to the given res list.
-