Uses of Class
org.apache.nutch.parse.HTMLMetaTags

Packages that use HTMLMetaTags
org.apache.nutch.parse   
 

Uses of HTMLMetaTags in org.apache.nutch.parse
 

Methods in org.apache.nutch.parse that return HTMLMetaTags
 HTMLMetaTags ParseData.getMetaTag()
          Returns the HTML meta tags which are populated by parsing the meta tags in the head of an HTML document.
 

Methods in org.apache.nutch.parse with parameters of type HTMLMetaTags
 Parse HtmlParseFilters.filter(Content content, Parse parse, HTMLMetaTags metaTags, DocumentFragment doc)
          Deprecated. Run all defined filters.
 Parse HtmlParseFilter.filter(Content content, Parse parse, HTMLMetaTags metaTags, DocumentFragment doc)
          Deprecated. Adds metadata or otherwise modifies a parse of HTML content, given the DOM tree of a page.
 void ParseData.setMetaTag(HTMLMetaTags metaTags)
           
 

Constructors in org.apache.nutch.parse with parameters of type HTMLMetaTags
ParseData(ParseStatus status, String title, Outlink[] outlinks, Metadata contentMeta, Metadata parseMeta, DocumentFragment root, HTMLMetaTags metaTags)
           
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.