[TOC]
- Prev Class
- Next Class
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
org.creativecommons.nutch
Class CCParseFilter.Walker
- java.lang.Object
- org.creativecommons.nutch.CCParseFilter.Walker
- Enclosing class:
- CCParseFilter
public static class CCParseFilter.Walker extends Object
Walks DOM tree, looking for RDF in comments and licenses in anchors.
Method Summary
Methods Modifier and Type Method and Description static void
walk(Node doc,
URL base,
Metadata metadata,
org.apache.hadoop.conf.Configuration conf)
Scan the document adding attributes to metadata.
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail
-
walk
public static void walk(Node doc, URL base, Metadata metadata, org.apache.hadoop.conf.Configuration conf) throws ParseException
Scan the document adding attributes to metadata.
- Throws:
- <code>ParseException</code>
- Prev Class
- Next Class
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method