it.sauronsoftware.grab4j.html.search
Class AttributeSelector

java.lang.Object
  extended by it.sauronsoftware.grab4j.html.search.AttributeSelector

public class AttributeSelector
extends java.lang.Object

A plain structure used in search criteria involving attribute names and values.

Author:
Carlo Pelliccia

Method Summary
 java.lang.String getNameSelector()
          This method returns the attribute name.
 WildcardPattern getValueSelector()
          This method returns the attribute value pattern.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNameSelector

public java.lang.String getNameSelector()
This method returns the attribute name.

Returns:
The attribute name.

getValueSelector

public WildcardPattern getValueSelector()
This method returns the attribute value pattern.

Returns:
The attribute value pattern.