org.apache.any23.extractor.html
Class HTMLDocument.TextField

java.lang.Object
  extended by org.apache.any23.extractor.html.HTMLDocument.TextField
Enclosing class:
HTMLDocument

public static class HTMLDocument.TextField
extends Object

This class represents a text extracted from the HTML DOM related to the node from which such test has been retrieved.


Constructor Summary
HTMLDocument.TextField(String value, Node source)
           
 
Method Summary
 Node source()
           
 String value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLDocument.TextField

public HTMLDocument.TextField(String value,
                              Node source)
Method Detail

value

public String value()

source

public Node source()


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.