org.apache.nutch.parse.html
Class DOMContentUtils.LinkParams

java.lang.Object
  extended by org.apache.nutch.parse.html.DOMContentUtils.LinkParams
Enclosing class:
DOMContentUtils

public static class DOMContentUtils.LinkParams
extends Object


Field Summary
 String attrName
           
 int childLen
           
 String elName
           
 
Constructor Summary
DOMContentUtils.LinkParams(String elName, String attrName, int childLen)
           
 
Method Summary
 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:
toString in class Object


Copyright © 2012 The Apache Software Foundation