[TOC]
  
org.apache.nutch.parse.html
Class DOMContentUtils.LinkParams
- java.lang.Object
 - org.apache.nutch.parse.html.DOMContentUtils.LinkParams
 
- Enclosing class:
 - DOMContentUtils
 
public static class DOMContentUtils.LinkParams extends Object
Field Summary
 Fields   Modifier and Type Field and Description   String attrName    int childLen    String elName   
Constructor Summary
 Constructors   Constructor and Description   DOMContentUtils.LinkParams(String elName,
                          String attrName,
                          int childLen)   
Method Summary
 Methods   Modifier and Type Method and Description   String toString()   
-    
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait     
Field Detail
-  
elName
public String elName
-  
attrName
public String attrName
-  
childLen
public int childLen
Constructor Detail
-  
DOMContentUtils.LinkParams
public DOMContentUtils.LinkParams(String elName, String attrName, int childLen)
Method Detail
-  
toString
public String toString()
  - Overrides: 
  - <code>toString</code> in class <code>Object</code>       
   
  
                    